Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/subsys/zbus/channel_name/src/
Dmain.c32 zexpect_equal_ptr(&test_chan_0, zbus_chan_from_name("test_chan_0")); in ZTEST()
33 zexpect_equal_ptr(&test_chan_4, zbus_chan_from_name("test_chan_4")); in ZTEST()
34 zexpect_equal_ptr(&test_chan_5, zbus_chan_from_name("test_chan_5")); in ZTEST()
35 zexpect_equal_ptr(&test_chan_9, zbus_chan_from_name("test_chan_9")); in ZTEST()
/Zephyr-4.3.0/tests/bluetooth/audio/mocks/include/
Dbap_stream_expects.h31 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_configured_called()
53 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_qos_set_called()
68 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_enabled_called()
84 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_metadata_updated_called()
99 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_disabled_called()
136 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_started_called()
152 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_stopped_called()
172 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_connected_called()
189 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_disconnected_called()
207 zexpect_equal_ptr(streams[i], in expect_bt_bap_stream_ops_recv_called()
[all …]
/Zephyr-4.3.0/tests/subsys/nvmem/api/src/
Dmain.c20 zexpect_equal_ptr(cell0.dev, DEVICE_DT_GET(nvmem0)); in ZTEST()
25 zexpect_equal_ptr(cell10.dev, DEVICE_DT_GET(nvmem0)); in ZTEST()
/Zephyr-4.3.0/tests/ztest/zexpect/src/
Dmain.c129 zexpect_equal_ptr(a, b); in ZTEST()
139 zexpect_equal_ptr(a, b); in ZTEST()
/Zephyr-4.3.0/tests/drivers/ethernet/eth_mac_config/src/
Dmain.c69 zexpect_equal_ptr(cfg->mcfg.cell.dev, DEVICE_DT_GET(DT_NODELABEL(eeprom0))); in ZTEST()
89 zexpect_equal_ptr(cfg->mcfg.cell.dev, DEVICE_DT_GET(DT_NODELABEL(eeprom0))); in ZTEST()
/Zephyr-4.3.0/tests/drivers/video/api/src/
Dvideo_emul.c93 zexpect_equal_ptr(fie.format, &fmt, "the format should not be changed"); in ZTEST()
/Zephyr-4.3.0/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h682 #define zexpect_equal_ptr(a, b, ...) \ macro