Amxb_Ubus
3.3.1
Ambiorix Ubus API
|
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Macros | |
#define | __TEST_AMXB_UBUS_INVOKE_H__ |
Functions | |
int | test_amxb_ubus_invoke_amx_setup (UNUSED void **state) |
int | test_amxb_ubus_invoke_amx_teardown (UNUSED void **state) |
void | test_ubus_can_call_function (UNUSED void **state) |
void | test_ubus_invoke_with_cb_function (UNUSED void **state) |
void | test_ubus_async_invoke (UNUSED void **state) |
void | test_ubus_call_non_existing_function (UNUSED void **state) |
void | test_ubus_call_non_existing_function_async (void **state) |
void | test_ubus_call_function_non_existing_path (UNUSED void **state) |
void | test_ubus_call_using_index_path (UNUSED void **state) |
void | test_ubus_call_using_key_path (UNUSED void **state) |
void | test_ubus_can_call_amx_function (UNUSED void **state) |
void | test_ubus_invoke_amx_with_cb_function (UNUSED void **state) |
void | test_ubus_async_amx_invoke (UNUSED void **state) |
void | test_ubus_call_amx_using_index_path (UNUSED void **state) |
void | test_ubus_call_amx_using_key_path (UNUSED void **state) |
void | test_ubus_invoke_amx_with_cb_function_on_non_existing_path (void **state) |
#define __TEST_AMXB_UBUS_INVOKE_H__ |
Definition at line 56 of file test_amxb_ubus_invoke.h.
int test_amxb_ubus_invoke_amx_setup | ( | UNUSED void ** | state | ) |
Definition at line 89 of file test_amxb_ubus_invoke.c.
int test_amxb_ubus_invoke_amx_teardown | ( | UNUSED void ** | state | ) |
void test_ubus_async_amx_invoke | ( | UNUSED void ** | state | ) |
Definition at line 219 of file test_amxb_ubus_invoke.c.
void test_ubus_async_invoke | ( | UNUSED void ** | state | ) |
Definition at line 192 of file test_amxb_ubus_invoke.c.
void test_ubus_call_amx_using_index_path | ( | UNUSED void ** | state | ) |
void test_ubus_call_amx_using_key_path | ( | UNUSED void ** | state | ) |
Definition at line 311 of file test_amxb_ubus_invoke.c.
void test_ubus_call_function_non_existing_path | ( | UNUSED void ** | state | ) |
Definition at line 277 of file test_amxb_ubus_invoke.c.
void test_ubus_call_non_existing_function | ( | UNUSED void ** | state | ) |
Definition at line 241 of file test_amxb_ubus_invoke.c.
void test_ubus_call_non_existing_function_async | ( | void ** | state | ) |
void test_ubus_call_using_index_path | ( | UNUSED void ** | state | ) |
void test_ubus_call_using_key_path | ( | UNUSED void ** | state | ) |
void test_ubus_can_call_amx_function | ( | UNUSED void ** | state | ) |
Definition at line 124 of file test_amxb_ubus_invoke.c.
void test_ubus_can_call_function | ( | UNUSED void ** | state | ) |
void test_ubus_invoke_amx_with_cb_function | ( | UNUSED void ** | state | ) |
Definition at line 170 of file test_amxb_ubus_invoke.c.
void test_ubus_invoke_amx_with_cb_function_on_non_existing_path | ( | void ** | state | ) |
void test_ubus_invoke_with_cb_function | ( | UNUSED void ** | state | ) |
Definition at line 153 of file test_amxb_ubus_invoke.c.