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 <amxd/amxd_parameter.h>
#include "test_amxd_parameter.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Functions | |
void | test_amxd_parameter_new_delete (UNUSED void **state) |
void | test_amxd_parameter_new_delete_invalid_args (UNUSED void **state) |
void | test_amxd_parameter_copy (UNUSED void **state) |
void | test_amxd_parameter_copy_invalid (UNUSED void **state) |
void | test_amxd_parameter_owner (UNUSED void **state) |
void | test_amxd_parameter_name (UNUSED void **state) |
void | test_amxd_param_attributes (UNUSED void **state) |
void | test_amxd_param_get_value (UNUSED void **state) |
void | test_amxd_param_set_value (UNUSED void **state) |
void | test_amxd_param_validate (UNUSED void **state) |
void | test_amxd_param_delete (UNUSED void **state) |
void | test_amxd_param_describe (UNUSED void **state) |
void | test_amxd_param_type (UNUSED void **state) |
void test_amxd_param_attributes | ( | UNUSED void ** | state | ) |
Definition at line 192 of file test_amxd_parameter.c.
void test_amxd_param_delete | ( | UNUSED void ** | state | ) |
Definition at line 338 of file test_amxd_parameter.c.
void test_amxd_param_describe | ( | UNUSED void ** | state | ) |
Definition at line 353 of file test_amxd_parameter.c.
void test_amxd_param_get_value | ( | UNUSED void ** | state | ) |
Definition at line 287 of file test_amxd_parameter.c.
void test_amxd_param_set_value | ( | UNUSED void ** | state | ) |
Definition at line 302 of file test_amxd_parameter.c.
void test_amxd_param_type | ( | UNUSED void ** | state | ) |
Definition at line 376 of file test_amxd_parameter.c.
void test_amxd_param_validate | ( | UNUSED void ** | state | ) |
Definition at line 320 of file test_amxd_parameter.c.
void test_amxd_parameter_copy | ( | UNUSED void ** | state | ) |
Definition at line 125 of file test_amxd_parameter.c.
void test_amxd_parameter_copy_invalid | ( | UNUSED void ** | state | ) |
Definition at line 149 of file test_amxd_parameter.c.
void test_amxd_parameter_name | ( | UNUSED void ** | state | ) |
Definition at line 183 of file test_amxd_parameter.c.
void test_amxd_parameter_new_delete | ( | UNUSED void ** | state | ) |
Definition at line 76 of file test_amxd_parameter.c.
void test_amxd_parameter_new_delete_invalid_args | ( | UNUSED void ** | state | ) |
Definition at line 100 of file test_amxd_parameter.c.
void test_amxd_parameter_owner | ( | UNUSED void ** | state | ) |
Definition at line 161 of file test_amxd_parameter.c.