Home
last modified time | relevance | path

Searched refs:test_init (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-latest/tests/lib/cpp/cxx/src/
Dmain.cpp106 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/
Dcsip_set_member_test.c244 .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,
Dcap_initiator_unicast_test.c1748 .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 …]
Dhas_test.c163 .test_pre_init_f = test_init,
169 .test_pre_init_f = test_init,
Dtmap_server_test.c58 .test_pre_init_f = test_init,
Dmcs_test.c63 .test_pre_init_f = test_init,
Dgmap_ugg_test.c1505 .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 …]
Dbap_bass_broadcaster_test.c78 .test_pre_init_f = test_init,
Dias_test.c88 .test_pre_init_f = test_init,
Dccp_call_control_client_test.c112 .test_pre_init_f = test_init,
Dcsip_notify_server_test.c127 .test_pre_init_f = test_init,
Dbap_broadcast_sink_test.c1240 .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,
Dcap_initiator_broadcast_test.c914 .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,
Dias_client_test.c140 .test_pre_init_f = test_init,
Dcsip_notify_client_test.c130 .test_pre_init_f = test_init,
Dccp_call_control_server_test.c164 .test_pre_init_f = test_init,
Dcap_acceptor_test.c1135 .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/
Dmain.c18 ZTEST(test_bluetooth_init, test_init) in ZTEST() argument
/Zephyr-latest/tests/drivers/clock_control/nrf_lf_clock_start/src/
Dmain.c87 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/
Dspinlock_fairness.c79 static void test_init(void) in test_init() function
126 test_init(); in ZTEST()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c202 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/
Dmain.c195 static void test_init(void) in test_init() function
203 test_init(); in ZTEST()
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c38 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/
Dmain.c129 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/
Dmain.c202 void *test_init(void) in test_init() function
218 ZTEST_SUITE(kernel_sys_sem, NULL, test_init,

123