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_action.h>
#include <amxd/amxd_object.h>
#include <amxd/amxd_transaction.h>
#include <amxd/amxd_parameter.h>
#include <amxd/amxd_function.h>
#include "test_amxd_default_functions.h"
Go to the source code of this file.
Functions | |
void | test_amxd_get_function_all (UNUSED void **state) |
void | test_amxd_get_function_filtered (UNUSED void **state) |
void | test_amxd_get_function_filtered_invalid (UNUSED void **state) |
void | test_amxd_get_function_path (UNUSED void **state) |
void | test_amxd_get_function_with_cb (UNUSED void **state) |
void | test_amxd_get_function_recursive_singleton (UNUSED void **state) |
void | test_amxd_get_function_recursive_template (UNUSED void **state) |
void test_amxd_get_function_all | ( | UNUSED void ** | state | ) |
Definition at line 78 of file test_amxd_get_function.c.
void test_amxd_get_function_filtered | ( | UNUSED void ** | state | ) |
Definition at line 144 of file test_amxd_get_function.c.
void test_amxd_get_function_filtered_invalid | ( | UNUSED void ** | state | ) |
Definition at line 217 of file test_amxd_get_function.c.
void test_amxd_get_function_path | ( | UNUSED void ** | state | ) |
Definition at line 246 of file test_amxd_get_function.c.
void test_amxd_get_function_recursive_singleton | ( | UNUSED void ** | state | ) |
Definition at line 362 of file test_amxd_get_function.c.
void test_amxd_get_function_recursive_template | ( | UNUSED void ** | state | ) |
Definition at line 396 of file test_amxd_get_function.c.
void test_amxd_get_function_with_cb | ( | UNUSED void ** | state | ) |
Definition at line 315 of file test_amxd_get_function.c.