libamxs
0.6.0
Data Model Synchronization C API
|
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <string.h>
#include <unistd.h>
#include <setjmp.h>
#include <cmocka.h>
#include <amxc/amxc_variant.h>
#include <amxc/amxc_htable.h>
#include <amxc/amxc_lqueue.h>
#include <amxp/amxp_signal.h>
#include <amxp/amxp_slot.h>
#include <amxd/amxd_dm.h>
#include <amxo/amxo.h>
#include <amxs/amxs.h>
#include <amxc/amxc_macros.h>
#include "test_amxs_sync_start.h"
#include "dummy_be.h"
Go to the source code of this file.
Functions | |
int | test_amxs_sync_setup (UNUSED void **state) |
int | test_amxs_sync_teardown (UNUSED void **state) |
void | test_amxs_sync_start_args (UNUSED void **state) |
void | test_amxs_sync_stop_args (UNUSED void **state) |
void | test_amxs_sync_start_param (UNUSED void **state) |
void | test_amxs_sync_start_object (UNUSED void **state) |
void | test_amxs_sync_start_template_object (UNUSED void **state) |
void | test_amxs_sync_start_multiple_objects (UNUSED void **state) |
void | test_amxs_sync_start_instance_object_search_path (UNUSED void **state) |
void | test_amxs_sync_start_copied (UNUSED void **state) |
void | test_amxs_sync_start_copied_change_paths (UNUSED void **state) |
Variables | |
static amxb_bus_ctx_t * | bus_ctx = NULL |
int test_amxs_sync_setup | ( | UNUSED void ** | state | ) |
Definition at line 83 of file test_amxs_sync_start.c.
void test_amxs_sync_start_args | ( | UNUSED void ** | state | ) |
Definition at line 100 of file test_amxs_sync_start.c.
void test_amxs_sync_start_copied | ( | UNUSED void ** | state | ) |
Definition at line 282 of file test_amxs_sync_start.c.
void test_amxs_sync_start_copied_change_paths | ( | UNUSED void ** | state | ) |
Definition at line 307 of file test_amxs_sync_start.c.
void test_amxs_sync_start_instance_object_search_path | ( | UNUSED void ** | state | ) |
Definition at line 254 of file test_amxs_sync_start.c.
void test_amxs_sync_start_multiple_objects | ( | UNUSED void ** | state | ) |
Definition at line 236 of file test_amxs_sync_start.c.
void test_amxs_sync_start_object | ( | UNUSED void ** | state | ) |
Definition at line 154 of file test_amxs_sync_start.c.
void test_amxs_sync_start_param | ( | UNUSED void ** | state | ) |
Definition at line 119 of file test_amxs_sync_start.c.
void test_amxs_sync_start_template_object | ( | UNUSED void ** | state | ) |
Definition at line 204 of file test_amxs_sync_start.c.
void test_amxs_sync_stop_args | ( | UNUSED void ** | state | ) |
Definition at line 109 of file test_amxs_sync_start.c.
int test_amxs_sync_teardown | ( | UNUSED void ** | state | ) |
Definition at line 92 of file test_amxs_sync_start.c.
|
static |
Definition at line 81 of file test_amxs_sync_start.c.