Home
last modified time | relevance | path

Searched refs:zexpect_not_null (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c159 zexpect_not_null(fixture->ase_snk.attr); in ZTEST_F()
184 zexpect_not_null(ase); in ZTEST_F()
227 zexpect_not_null(ase_cp); in ZTEST_F()
267 zexpect_not_null(ase); in ZTEST_F()
303 zexpect_not_null(ase_snk); in ZTEST_F()
310 zexpect_not_null(ase_src); in ZTEST_F()
420 zexpect_not_null(ase); in ZTEST_F()
453 zexpect_not_null(ase); in test_cis_link_loss_in_disabling_state()
511 zexpect_not_null(ase); in ZTEST_F()
557 zexpect_not_null(ase); in ZTEST_F()
[all …]
Dtest_ase_state_transition_invalid.c365 zexpect_not_null(conn); in expect_ase_state_releasing()
366 zexpect_not_null(ase); in expect_ase_state_releasing()
/Zephyr-latest/tests/ztest/zexpect/src/
Dmain.c24 zexpect_not_null(empty_ptr); in ZTEST()
92 zexpect_not_null(ptr); in ZTEST()
98 zexpect_not_null(NULL); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dnetinet_in_h.c43 zexpect_not_null(&in6addr_any); in ZTEST()
44 zexpect_not_null(&in6addr_loopback); in ZTEST()
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c161 zexpect_not_null(vbuf); in ZTEST()
171 zexpect_not_null(vbuf); in ZTEST()
182 zexpect_not_null(vbuf); in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h647 #define zexpect_not_null(ptr, ...) zexpect((ptr) != NULL, #ptr " is NULL", ##__VA_ARGS__) macro
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c2797 zexpect_not_null(ifaddr, "Address %s not found", in ZTEST()
2850 zexpect_not_null(ifaddr, "No address found for interface %d", in ZTEST()
2894 zexpect_not_null(ifaddr, "No address found for interface %d", in ZTEST()