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 | 26 zexpect_equal_ptr(_stream, mock_bap_stream_configured_cb_fake.arg0_val, \ 50 zexpect_equal_ptr(stream, mock_bap_stream_qos_set_cb_fake.arg0_val, in expect_bt_bap_stream_ops_qos_set_called_once() 69 zexpect_equal_ptr(stream, mock_bap_stream_enabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_enabled_called_once() 89 zexpect_equal_ptr(stream, mock_bap_stream_metadata_updated_cb_fake.arg0_val, in expect_bt_bap_stream_ops_metadata_updated_called_once() 108 zexpect_equal_ptr(stream, mock_bap_stream_disabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disabled_called_once() 161 zexpect_equal_ptr(stream, mock_bap_stream_started_cb_fake.arg0_val, in expect_bt_bap_stream_ops_started_called_once() 181 zexpect_equal_ptr(_stream, mock_bap_stream_stopped_cb_fake.arg0_val, \ 207 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_once() 220 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_twice() 233 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
|