/Zephyr-latest/tests/lib/cpp/cxx/src/ |
D | main.cpp | 106 static int test_init(void) in test_init() function 111 SYS_INIT(test_init, APPLICATION, CONFIG_APPLICATION_INIT_PRIORITY);
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | csip_set_member_test.c | 244 .test_pre_init_f = test_init, 251 .test_pre_init_f = test_init, 258 .test_pre_init_f = test_init, 265 .test_pre_init_f = test_init,
|
D | cap_initiator_unicast_test.c | 1748 .test_pre_init_f = test_init, 1754 .test_pre_init_f = test_init, 1760 .test_pre_init_f = test_init, 1766 .test_pre_init_f = test_init, 1772 .test_pre_init_f = test_init, 1779 .test_pre_init_f = test_init, 1786 .test_pre_init_f = test_init, 1793 .test_pre_init_f = test_init, 1800 .test_pre_init_f = test_init, 1807 .test_pre_init_f = test_init, [all …]
|
D | has_test.c | 163 .test_pre_init_f = test_init, 169 .test_pre_init_f = test_init,
|
D | tmap_server_test.c | 58 .test_pre_init_f = test_init,
|
D | mcs_test.c | 63 .test_pre_init_f = test_init,
|
D | gmap_ugg_test.c | 1505 .test_pre_init_f = test_init, 1512 .test_pre_init_f = test_init, 1519 .test_pre_init_f = test_init, 1526 .test_pre_init_f = test_init, 1533 .test_pre_init_f = test_init, 1540 .test_pre_init_f = test_init, 1547 .test_pre_init_f = test_init, 1554 .test_pre_init_f = test_init, 1561 .test_pre_init_f = test_init, 1568 .test_pre_init_f = test_init, [all …]
|
D | bap_bass_broadcaster_test.c | 78 .test_pre_init_f = test_init,
|
D | ias_test.c | 88 .test_pre_init_f = test_init,
|
D | ccp_call_control_client_test.c | 112 .test_pre_init_f = test_init,
|
D | csip_notify_server_test.c | 127 .test_pre_init_f = test_init,
|
D | bap_broadcast_sink_test.c | 1240 .test_pre_init_f = test_init, 1246 .test_pre_init_f = test_init, 1252 .test_pre_init_f = test_init, 1258 .test_pre_init_f = test_init, 1264 .test_pre_init_f = test_init, 1270 .test_pre_init_f = test_init, 1276 .test_pre_init_f = test_init,
|
D | cap_initiator_broadcast_test.c | 914 .test_pre_init_f = test_init, 920 .test_pre_init_f = test_init, 926 .test_pre_init_f = test_init, 932 .test_pre_init_f = test_init, 940 .test_pre_init_f = test_init, 948 .test_pre_init_f = test_init,
|
D | ias_client_test.c | 140 .test_pre_init_f = test_init,
|
D | csip_notify_client_test.c | 130 .test_pre_init_f = test_init,
|
D | ccp_call_control_server_test.c | 164 .test_pre_init_f = test_init,
|
D | cap_acceptor_test.c | 1135 .test_pre_init_f = test_init, 1141 .test_pre_init_f = test_init, 1147 .test_pre_init_f = test_init, 1153 .test_pre_init_f = test_init, 1159 .test_pre_init_f = test_init, 1165 .test_pre_init_f = test_init,
|
/Zephyr-latest/tests/bluetooth/init/src/ |
D | main.c | 18 ZTEST(test_bluetooth_init, test_init) in ZTEST() argument
|
/Zephyr-latest/tests/drivers/clock_control/nrf_lf_clock_start/src/ |
D | main.c | 87 void *test_init(void) in test_init() function 105 ZTEST_SUITE(nrf_lf_clock_start, NULL, test_init, NULL, NULL, NULL);
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_fairness.c | 79 static void test_init(void) in test_init() function 126 test_init(); in ZTEST()
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | test_conn_impl.c | 202 static void test_init(struct conn_mgr_conn_binding *const binding, bool a) in test_init() function 218 test_init(binding, true); in test_init_a() 223 test_init(binding, false); in test_init_b()
|
/Zephyr-latest/tests/net/trickle/src/ |
D | main.c | 195 static void test_init(void) in test_init() function 203 test_init(); in ZTEST()
|
/Zephyr-latest/tests/subsys/logging/log_msg/src/ |
D | main.c | 38 static void test_init(void) in test_init() function 209 test_init(); in ZTEST() 242 test_init(); in ZTEST() 270 test_init(); in ZTEST() 299 test_init(); in ZTEST() 336 test_init(); in ZTEST() 556 test_init(); in ZTEST()
|
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/ |
D | main.c | 129 static void *test_init(void) in test_init() function 203 ZTEST_SUITE(dns_dispatcher, NULL, test_init, NULL, NULL, NULL);
|
/Zephyr-latest/tests/kernel/semaphore/sys_sem/src/ |
D | main.c | 202 void *test_init(void) in test_init() function 218 ZTEST_SUITE(kernel_sys_sem, NULL, test_init,
|