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.c163 zexpect_not_null(fixture->ase_snk.attr); in ZTEST_F()
188 zexpect_not_null(ase); in ZTEST_F()
231 zexpect_not_null(ase_cp); in ZTEST_F()
271 zexpect_not_null(ase); in ZTEST_F()
307 zexpect_not_null(ase_snk); in ZTEST_F()
314 zexpect_not_null(ase_src); in ZTEST_F()
424 zexpect_not_null(ase); in ZTEST_F()
457 zexpect_not_null(ase); in test_cis_link_loss_in_disabling_state()
515 zexpect_not_null(ase); in ZTEST_F()
561 zexpect_not_null(ase); in ZTEST_F()
[all …]
Dtest_ase_state_transition_invalid.c373 zexpect_not_null(conn); in expect_ase_state_releasing()
374 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.c41 zexpect_not_null(&in6addr_any); in ZTEST()
42 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.c2811 zexpect_not_null(ifaddr, "Address %s not found", in ZTEST()
2864 zexpect_not_null(ifaddr, "No address found for interface %d", in ZTEST()
2908 zexpect_not_null(ifaddr, "No address found for interface %d", in ZTEST()