Searched refs:zexpect_equal_ptr (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.4.0/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() 125 zexpect_equal_ptr(streams[0], mock_bap_stream_released_cb_fake.arg0_history[0], in expect_bt_bap_stream_ops_released_called_twice() 130 zexpect_equal_ptr(streams[1], mock_bap_stream_released_cb_fake.arg0_history[1], in expect_bt_bap_stream_ops_released_called_twice() 142 zexpect_equal_ptr(stream, mock_bap_stream_released_cb_fake.arg0_val, in expect_bt_bap_stream_ops_released_called_once() 162 zexpect_equal_ptr(stream, mock_bap_stream_started_cb_fake.arg0_val, in expect_bt_bap_stream_ops_started_called_once() 182 zexpect_equal_ptr(_stream, mock_bap_stream_stopped_cb_fake.arg0_val, \ [all …]
|
/Zephyr-Core-3.4.0/tests/ztest/zexpect/src/ |
D | main.c | 118 zexpect_equal_ptr(a, b); in ZTEST() 128 zexpect_equal_ptr(a, b); in ZTEST()
|
D | main.cpp | 118 zexpect_equal_ptr(a, b); in ZTEST() 128 zexpect_equal_ptr(a, b); in ZTEST()
|
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 628 #define zexpect_equal_ptr(a, b, ...) \ macro
|