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 <amxp/amxp_slot.h>
#include <amxd/amxd_dm.h>
#include <amxd/amxd_object.h>
#include <amxd/amxd_parameter.h>
#include <amxd/amxd_transaction.h>
#include <amxs/amxs.h>
#include <amxo/amxo.h>
#include <amxo/amxo_hooks.h>
#include "test_synchronize.h"
#include "../../include_priv/amxo_parser_priv.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
|
static |
Definition at line 96 of file test_synchronize.c.
|
static |
Definition at line 113 of file test_synchronize.c.
void test_can_parser_synchronize_definition | ( | UNUSED void ** | state | ) |
Definition at line 121 of file test_synchronize.c.
void test_can_parser_synchronize_definition_alternate | ( | UNUSED void ** | state | ) |
Definition at line 151 of file test_synchronize.c.
void test_can_parser_synchronize_definition_with_cb | ( | UNUSED void ** | state | ) |
Definition at line 220 of file test_synchronize.c.
void test_can_parser_synchronize_definition_with_vars | ( | UNUSED void ** | state | ) |
Definition at line 191 of file test_synchronize.c.
void test_can_setup_synchronization | ( | UNUSED void ** | state | ) |
Definition at line 517 of file test_synchronize.c.
void test_can_setup_synchronization_with_vars | ( | UNUSED void ** | state | ) |
Definition at line 569 of file test_synchronize.c.
void test_create_sync_tree_fails_with_conflicting_directions | ( | UNUSED void ** | state | ) |
Definition at line 426 of file test_synchronize.c.
void test_parse_batch_parameter_with_cb_fails | ( | UNUSED void ** | state | ) |
Definition at line 387 of file test_synchronize.c.
void test_parse_empty_synchronize_context_fails | ( | UNUSED void ** | state | ) |
Definition at line 282 of file test_synchronize.c.
void test_parse_empty_synchronize_object_fails | ( | UNUSED void ** | state | ) |
Definition at line 336 of file test_synchronize.c.
void test_parse_sync_invalid_context_paths_fails | ( | UNUSED void ** | state | ) |
Definition at line 303 of file test_synchronize.c.
void test_parse_synchronize_object_fails_without_entries | ( | UNUSED void ** | state | ) |
Definition at line 360 of file test_synchronize.c.
void test_parse_synchronize_with_invalid_action_fails | ( | UNUSED void ** | state | ) |
Definition at line 460 of file test_synchronize.c.
void test_parser_sync_duplicates_fails | ( | UNUSED void ** | state | ) |
Definition at line 258 of file test_synchronize.c.
void test_synchronization_can_set_readonly | ( | UNUSED void ** | state | ) |
Definition at line 793 of file test_synchronize.c.
void test_synchronization_can_use_template | ( | UNUSED void ** | state | ) |
Definition at line 843 of file test_synchronize.c.
void test_synchronization_respects_direction | ( | UNUSED void ** | state | ) |
Definition at line 595 of file test_synchronize.c.
void test_synchronization_respects_direction_2 | ( | UNUSED void ** | state | ) |
Definition at line 661 of file test_synchronize.c.
void test_synchronization_respects_direction_3 | ( | UNUSED void ** | state | ) |
Definition at line 727 of file test_synchronize.c.
void test_synchronization_template_must_use_supported_path | ( | UNUSED void ** | state | ) |
Definition at line 913 of file test_synchronize.c.
void test_synchronize_start_fails_when_no_bus_connections | ( | UNUSED void ** | state | ) |
Definition at line 487 of file test_synchronize.c.
|
static |
Definition at line 87 of file test_synchronize.c.