Home
last modified time | relevance | path

Searched refs:SET_CUSTOM_FAKE_SEQ (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c542 SET_CUSTOM_FAKE_SEQ(z_impl_zsock_sendto, sendto_fakes, ARRAY_SIZE(sendto_fakes)); in ZTEST()
656 SET_CUSTOM_FAKE_SEQ(z_impl_zsock_sendto, sendto_fakes, ARRAY_SIZE(sendto_fakes)); in ZTEST()
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dfff.h49 #define SET_CUSTOM_FAKE_SEQ(FUNCNAME, ARRAY_POINTER, ARRAY_LEN) \ macro