|
libamxd
6.4.1
Data Model Manager
|
#include <stdlib.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <fcntl.h>#include <unistd.h>#include <signal.h>#include <cmocka.h>#include <amxc/amxc.h>#include <amxp/amxp_signal.h>#include <amxp/amxp_slot.h>#include <amxd/amxd_common.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include "test_amxd_object.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_amxd_object_new_singleton (UNUSED void **state) |
| void | test_amxd_object_new_template (UNUSED void **state) |
| void | test_amxd_object_new_mib (UNUSED void **state) |
| void | test_amxd_object_new_invalid_type (UNUSED void **state) |
| void | test_amxd_object_new_invalid_name (UNUSED void **state) |
| void | test_amxd_object_new_instance (UNUSED void **state) |
| void | test_amxd_object_new_instance_invalid_name_index (UNUSED void **state) |
| void | test_amxd_object_new_instance_of_singelton (UNUSED void **state) |
| void | test_amxd_object_new_instance_with_children (UNUSED void **state) |
| void | test_amxd_object_new_delete_invalid_args (UNUSED void **state) |
| void | test_amxd_object_get_name (UNUSED void **state) |
| void | test_amxd_object_get_name_of_indexed_instance (UNUSED void **state) |
| void | test_amxd_object_attributes (UNUSED void **state) |
Variables | |
| static amxd_dm_t | dm |
| void test_amxd_object_attributes | ( | UNUSED void ** | state | ) |
Definition at line 343 of file test_amxd_object.c.
| void test_amxd_object_get_name | ( | UNUSED void ** | state | ) |
Definition at line 295 of file test_amxd_object.c.
| void test_amxd_object_get_name_of_indexed_instance | ( | UNUSED void ** | state | ) |
Definition at line 329 of file test_amxd_object.c.
| void test_amxd_object_new_delete_invalid_args | ( | UNUSED void ** | state | ) |
Definition at line 278 of file test_amxd_object.c.
| void test_amxd_object_new_instance | ( | UNUSED void ** | state | ) |
Definition at line 177 of file test_amxd_object.c.
| void test_amxd_object_new_instance_invalid_name_index | ( | UNUSED void ** | state | ) |
Definition at line 203 of file test_amxd_object.c.
| void test_amxd_object_new_instance_of_singelton | ( | UNUSED void ** | state | ) |
Definition at line 234 of file test_amxd_object.c.
| void test_amxd_object_new_instance_with_children | ( | UNUSED void ** | state | ) |
Definition at line 246 of file test_amxd_object.c.
| void test_amxd_object_new_invalid_name | ( | UNUSED void ** | state | ) |
Definition at line 163 of file test_amxd_object.c.
| void test_amxd_object_new_invalid_type | ( | UNUSED void ** | state | ) |
Definition at line 153 of file test_amxd_object.c.
| void test_amxd_object_new_mib | ( | UNUSED void ** | state | ) |
Definition at line 131 of file test_amxd_object.c.
| void test_amxd_object_new_singleton | ( | UNUSED void ** | state | ) |
Definition at line 77 of file test_amxd_object.c.
| void test_amxd_object_new_template | ( | UNUSED void ** | state | ) |
Definition at line 104 of file test_amxd_object.c.
|
static |
Definition at line 75 of file test_amxd_object.c.