Home
last modified time | relevance | path

Searched refs:zexpect_equal_ptr (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dbap_stream_expects.h23 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/
Dmain.c129 zexpect_equal_ptr(a, b); in ZTEST()
139 zexpect_equal_ptr(a, b); in ZTEST()
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_emul.c93 zexpect_equal_ptr(fie.format, &fmt, "the format should not be changed"); in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h679 #define zexpect_equal_ptr(a, b, ...) \ macro