Home
last modified time | relevance | path

Searched refs:test_cancel (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_access.c85 } test_cancel[] = { variable
884 for (size_t i = 0; i < ARRAY_SIZE(test_cancel); i++) { in test_tx_cancel()
885 pub_param_set(test_cancel[i].period, test_cancel[i].transmit); in test_tx_cancel()
892 for (size_t j = 0; j < test_cancel[i].msgs - 1; j++) { in test_tx_cancel()
901 k_sleep(K_MSEC(test_cancel[i].sleep)); in test_tx_cancel()
917 int32_t jitter = llabs(time_delta - test_cancel[i].duration); in test_tx_cancel()
940 for (size_t i = 0; i < ARRAY_SIZE(test_cancel); i++) { in test_rx_cancel()
954 for (size_t j = 0; j < test_cancel[i].msgs; j++) { in test_rx_cancel()
965 int32_t jitter = llabs(time_delta - test_cancel[i].duration); in test_rx_cancel()
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c829 ZTEST(coap_client, test_cancel) in ZTEST() argument
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c219 ZTEST(optee_test_suite, test_cancel) in ZTEST() argument