Searched refs:zexpect_equal_ptr (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | bap_stream_expects.h | 23 zexpect_equal_ptr(_stream, mock_bap_stream_configured_cb_fake.arg0_val, \ 47 zexpect_equal_ptr(stream, mock_bap_stream_qos_set_cb_fake.arg0_val, in expect_bt_bap_stream_ops_qos_set_called_once() 66 zexpect_equal_ptr(stream, mock_bap_stream_enabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_enabled_called_once() 86 zexpect_equal_ptr(stream, mock_bap_stream_metadata_updated_cb_fake.arg0_val, in expect_bt_bap_stream_ops_metadata_updated_called_once() 105 zexpect_equal_ptr(stream, mock_bap_stream_disabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disabled_called_once() 158 zexpect_equal_ptr(stream, mock_bap_stream_started_cb_fake.arg0_val, in expect_bt_bap_stream_ops_started_called_once() 178 zexpect_equal_ptr(_stream, mock_bap_stream_stopped_cb_fake.arg0_val, \ 204 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_once() 217 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_twice() 230 zexpect_equal_ptr(stream, mock_bap_stream_disconnected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disconnected_called_once() [all …]
|
/Zephyr-latest/tests/ztest/zexpect/src/ |
D | main.c | 129 zexpect_equal_ptr(a, b); in ZTEST() 139 zexpect_equal_ptr(a, b); in ZTEST()
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_emul.c | 93 zexpect_equal_ptr(fie.format, &fmt, "the format should not be changed"); in ZTEST()
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 679 #define zexpect_equal_ptr(a, b, ...) \ macro
|