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 "test_amxs_sync_hierarchy.h"
#include "dummy_be.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
static amxs_status_t | test_trans_cb (UNUSED const amxs_sync_entry_t *entry, UNUSED amxs_sync_direction_t direction, UNUSED const amxc_var_t *input, UNUSED amxc_var_t *output, UNUSED void *priv) |
static amxs_status_t | test_action_cb (UNUSED const amxs_sync_entry_t *entry, UNUSED amxs_sync_direction_t direction, UNUSED amxc_var_t *data, UNUSED void *priv) |
void | test_amxs_sync_ctx_new_args (UNUSED void **state) |
void | test_amxs_sync_ctx_new (UNUSED void **state) |
void | test_amxs_sync_ctx_init_args (UNUSED void **state) |
void | test_amxs_sync_ctx_init (UNUSED void **state) |
void | test_amxs_sync_ctx_clean (UNUSED void **state) |
void | test_amxs_sync_ctx_delete (UNUSED void **state) |
void | test_amxs_sync_object_new_args (UNUSED void **state) |
void | test_amxs_sync_object_new (UNUSED void **state) |
void | test_amxs_sync_object_delete (UNUSED void **state) |
void | test_amxs_sync_param_new_args (UNUSED void **state) |
void | test_amxs_sync_param_new (UNUSED void **state) |
void | test_amxs_sync_param_delete (UNUSED void **state) |
void | test_amxs_sync_ctx_add_param (UNUSED void **state) |
void | test_amxs_sync_ctx_add_object (UNUSED void **state) |
void | test_amxs_sync_object_add_param (UNUSED void **state) |
void | test_amxs_sync_object_add_object (UNUSED void **state) |
void | test_amxs_sync_ctx_set_dm (UNUSED void **state) |
void | test_amxs_sync_attr_update (UNUSED void **state) |
|
static |
Definition at line 89 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_attr_update | ( | UNUSED void ** | state | ) |
Definition at line 530 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_add_object | ( | UNUSED void ** | state | ) |
Definition at line 438 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_add_param | ( | UNUSED void ** | state | ) |
Definition at line 385 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_clean | ( | UNUSED void ** | state | ) |
Definition at line 193 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_delete | ( | UNUSED void ** | state | ) |
Definition at line 203 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_init | ( | UNUSED void ** | state | ) |
Definition at line 164 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_init_args | ( | UNUSED void ** | state | ) |
Definition at line 143 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_new | ( | UNUSED void ** | state | ) |
Definition at line 121 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_new_args | ( | UNUSED void ** | state | ) |
Definition at line 96 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_ctx_set_dm | ( | UNUSED void ** | state | ) |
Definition at line 504 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_object_add_object | ( | UNUSED void ** | state | ) |
Definition at line 484 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_object_add_param | ( | UNUSED void ** | state | ) |
Definition at line 464 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_object_delete | ( | UNUSED void ** | state | ) |
Definition at line 291 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_object_new | ( | UNUSED void ** | state | ) |
Definition at line 251 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_object_new_args | ( | UNUSED void ** | state | ) |
Definition at line 213 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_param_delete | ( | UNUSED void ** | state | ) |
Definition at line 375 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_param_new | ( | UNUSED void ** | state | ) |
Definition at line 335 of file test_amxs_sync_hierarchy.c.
void test_amxs_sync_param_new_args | ( | UNUSED void ** | state | ) |
Definition at line 301 of file test_amxs_sync_hierarchy.c.
|
static |
Definition at line 81 of file test_amxs_sync_hierarchy.c.