Searched refs:test_post_init_f (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/call_control_server/src/ |
D | test_main.c | 54 .test_post_init_f = test_ccp_call_control_server_sample_init,
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/call_control_client/src/ |
D | test_main.c | 58 .test_post_init_f = test_ccp_call_control_client_sample_init,
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/acceptor/src/ |
D | cap_acceptor_sample_test.c | 89 .test_post_init_f = test_cap_acceptor_sample_init,
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/initiator/src/ |
D | cap_initiator_sample_test.c | 88 .test_post_init_f = test_cap_initiator_sample_init,
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bstests_entry.c | 162 if (current_test && current_test->test_post_init_f) { in bst_post_init() 163 current_test->test_post_init_f(); in bst_post_init()
|
D | bstests.h | 82 bst_test_post_init_t test_post_init_f; member
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_scanner.c | 197 .test_post_init_f = test_##role##_init, \
|
D | test_heartbeat.c | 202 .test_post_init_f = test_##role##_init, \
|
D | test_replay_cache.c | 471 .test_post_init_f = test_##role##_init, \
|
D | test_lcd.c | 464 .test_post_init_f = test_##role##_init, \
|
D | test_transport.c | 675 .test_post_init_f = test_##role##_init, \
|
D | test_provision.c | 1788 .test_post_init_f = test_##role##_init, \ 1797 .test_post_init_f = test_##role##_init, \
|
D | test_friendship.c | 1162 .test_post_init_f = test_##role##_init, \
|
D | test_brg.c | 1139 .test_post_init_f = test_##role##_init, \
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | cap_commander_test.c | 1284 .test_post_init_f = test_init, 1290 .test_post_init_f = test_init,
|