|
libamxo
4.3.4
Object Definition Language (ODL) parsing
|
#include <sys/time.h>#include <sys/resource.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <inttypes.h>#include <limits.h>#include <unistd.h>#include <fcntl.h>#include <cmocka.h>#include <amxc/amxc.h>#include <amxp/amxp_signal.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include <amxd/amxd_parameter.h>#include <amxo/amxo.h>#include <amxo/amxo_save.h>#include "test_save.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
| void test_can_save_from_root | ( | UNUSED void ** | state | ) |
Definition at line 400 of file test_save.c.
| void test_can_save_instance | ( | UNUSED void ** | state | ) |
Definition at line 418 of file test_save.c.
| void test_can_save_load_objects_with_keyword_names | ( | UNUSED void ** | state | ) |
Definition at line 442 of file test_save.c.
| void test_can_save_load_parameter_values_with_special_characters | ( | UNUSED void ** | state | ) |
Definition at line 541 of file test_save.c.
| void test_can_save_object | ( | UNUSED void ** | state | ) |
Definition at line 361 of file test_save.c.
| void test_config_arrays_can_contain_tables | ( | UNUSED void ** | state | ) |
Definition at line 118 of file test_save.c.
| void test_config_tables_can_be_composite | ( | UNUSED void ** | state | ) |
Definition at line 173 of file test_save.c.
| void test_config_tables_keys_can_contain_symbols | ( | UNUSED void ** | state | ) |
Definition at line 200 of file test_save.c.
| void test_save_can_append_config_values | ( | UNUSED void ** | state | ) |
Definition at line 315 of file test_save.c.
| void test_save_can_change_buffer_size | ( | UNUSED void ** | state | ) |
Definition at line 518 of file test_save.c.
| void test_save_config_array | ( | UNUSED void ** | state | ) |
Definition at line 82 of file test_save.c.
| void test_save_config_fails_for_unsupported_data_types | ( | UNUSED void ** | state | ) |
Definition at line 295 of file test_save.c.
| void test_save_config_key_value_pairs | ( | UNUSED void ** | state | ) |
Definition at line 144 of file test_save.c.
| void test_save_config_succeeds_when_using_keys_with_symbols | ( | UNUSED void ** | state | ) |
Definition at line 265 of file test_save.c.
| void test_save_config_values | ( | UNUSED void ** | state | ) |
Definition at line 229 of file test_save.c.
| void test_save_fails_if_append_to_none_existing_file | ( | UNUSED void ** | state | ) |
Definition at line 480 of file test_save.c.
| void test_save_fails_if_file_can_not_be_opened | ( | UNUSED void ** | state | ) |
Definition at line 465 of file test_save.c.
| void test_save_takes_rw_data_path_into_account | ( | UNUSED void ** | state | ) |
Definition at line 495 of file test_save.c.