Home
last modified time | relevance | path

Searched refs:zexpect_call_count (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dbap_stream_expects.h19 zexpect_call_count(func_name, 1, mock_bap_stream_configured_cb_fake.call_count); \
37 zexpect_call_count(func_name, 0, mock_bap_stream_configured_cb_fake.call_count); in expect_bt_bap_stream_ops_configured_not_called()
44 zexpect_call_count(func_name, 1, mock_bap_stream_qos_set_cb_fake.call_count); in expect_bt_bap_stream_ops_qos_set_called_once()
56 zexpect_call_count(func_name, 0, mock_bap_stream_qos_set_cb_fake.call_count); in expect_bt_bap_stream_ops_qos_set_not_called()
63 zexpect_call_count(func_name, 1, mock_bap_stream_enabled_cb_fake.call_count); in expect_bt_bap_stream_ops_enabled_called_once()
75 zexpect_call_count(func_name, 0, mock_bap_stream_enabled_cb_fake.call_count); in expect_bt_bap_stream_ops_enabled_not_called()
83 zexpect_call_count(func_name, 1, mock_bap_stream_metadata_updated_cb_fake.call_count); in expect_bt_bap_stream_ops_metadata_updated_called_once()
95 zexpect_call_count(func_name, 0, mock_bap_stream_metadata_updated_cb_fake.call_count); in expect_bt_bap_stream_ops_metadata_updated_not_called()
102 zexpect_call_count(func_name, 1, mock_bap_stream_disabled_cb_fake.call_count); in expect_bt_bap_stream_ops_disabled_called_once()
114 zexpect_call_count(func_name, 0, mock_bap_stream_disabled_cb_fake.call_count); in expect_bt_bap_stream_ops_disabled_not_called()
[all …]
Dexpects_util.h23 #define zexpect_call_count(_func_name, _expected, _actual) \ macro
/Zephyr-latest/tests/bluetooth/audio/ascs/include/
Dbap_unicast_server_expects.h19 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_config_fake.call_count); \
45 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_reconfig_fake.call_count); \
66 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_qos_fake.call_count); \
82 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_enable_fake.call_count); \
102 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_metadata_fake.call_count); \
122 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_disable_fake.call_count); \
134 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_release_fake.call_count); \
146 zexpect_call_count(func_name, 2, mock_bap_unicast_server_cb_release_fake.call_count); \
164 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_start_fake.call_count); \
176 zexpect_call_count(func_name, 1, mock_bap_unicast_server_cb_stop_fake.call_count); \
[all …]
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dtest_broadcast_reception.c176 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 1, in test_broadcast_reception_start()
191 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_stop", 1, in test_broadcast_reception_stop()
245 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 2, in ZTEST_F()
256 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
270 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
284 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
300 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
313 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
326 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
339 zexpect_call_count("bt_cap_commander_cb.broadcast_reception_start", 0, in ZTEST_F()
[all …]
Dtest_distribute_broadcast_code.c112 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 1, in test_distribute_broadcast_code()
152 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 2, in ZTEST_F()
167 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 0, in ZTEST_F()
181 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 0, in ZTEST_F()
195 zexpect_call_count("bt_cap_commander_cb.broadcast_distribute_broadcast_code", 0, in ZTEST_F()
211 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 0, in ZTEST_F()
225 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 0, in ZTEST_F()
239 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 0, in ZTEST_F()
259 zexpect_call_count("bt_cap_commander_cb.distribute_broadcast_code", 0, in ZTEST_F()
Dtest_vcp.c99 zexpect_call_count("bt_cap_commander_cb.volume_changed", 1, in ZTEST_F()
131 zexpect_call_count("bt_cap_commander_cb.volume_changed", 1, in ZTEST_F()
138 zexpect_call_count("bt_cap_commander_cb.volume_changed", 2, in ZTEST_F()
302 zexpect_call_count("bt_cap_commander_cb.volume_offset_changed", 1, in ZTEST_F()
335 zexpect_call_count("bt_cap_commander_cb.volume_offset_changed", 1, in ZTEST_F()
342 zexpect_call_count("bt_cap_commander_cb.volume_offset_changed", 2, in ZTEST_F()
548 zexpect_call_count("bt_cap_commander_cb.volume_mute_changed", 1, in ZTEST_F()
580 zexpect_call_count("bt_cap_commander_cb.volume_mute_changed", 1, in ZTEST_F()
587 zexpect_call_count("bt_cap_commander_cb.volume_mute_changed", 2, in ZTEST_F()
Dtest_micp.c101 zexpect_call_count("bt_cap_commander_cb.microphone_gain_setting_changed", 1, in ZTEST_F()
134 zexpect_call_count("bt_cap_commander_cb.microphone_gain_setting_changed", 1, in ZTEST_F()
141 zexpect_call_count("bt_cap_commander_cb.microphone_gain_setting_changed", 2, in ZTEST_F()
312 zexpect_call_count("bt_cap_commander_cb.microphone_mute_changed", 1, in ZTEST_F()
344 zexpect_call_count("bt_cap_commander_cb.microphone_mute_changed", 1, in ZTEST_F()
351 zexpect_call_count("bt_cap_commander_cb.microphone_mute_changed", 2, in ZTEST_F()
Dmain.c153 zexpect_call_count("bt_cap_commander_cb.discovery_complete", ARRAY_SIZE(fixture->conns), in ZTEST_F()
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dtest_unicast_start.c129 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 1, in ZTEST_F()
148 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
165 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
190 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
215 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
241 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
267 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
290 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
313 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
336 zexpect_call_count("bt_cap_initiator_cb.unicast_start_complete_cb", 0, in ZTEST_F()
[all …]
Dtest_unicast_stop.c132 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 0, in ZTEST_F()
167 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 0, in ZTEST_F()
201 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 1, in ZTEST_F()
235 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 1, in ZTEST_F()
270 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 0, in ZTEST_F()
305 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 1, in ZTEST_F()
339 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 1, in ZTEST_F()
373 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 1, in ZTEST_F()
392 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 0, in ZTEST_F()
410 zexpect_call_count("bt_cap_initiator_cb.unicast_stop_complete_cb", 0, in ZTEST_F()
[all …]
Dmain.c158 zexpect_call_count("bt_cap_initiator_cb.discovery_complete", ARRAY_SIZE(fixture->conns), in ZTEST_F()
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/
Dmain.c243 zexpect_call_count("bt_bap_stream_ops.connected", fixture->stream_cnt, in ZTEST_F()
245 zexpect_call_count("bt_bap_stream_ops.started", fixture->stream_cnt, in ZTEST_F()
247 zexpect_call_count("bt_bap_broadcast_source_cb.started", 1, in ZTEST_F()
275 zexpect_call_count("bt_bap_stream_ops.sent", fixture->stream_cnt, in ZTEST_F()
281 zexpect_call_count("bt_bap_stream_ops.disconnected", fixture->stream_cnt, in ZTEST_F()
283 zexpect_call_count("bt_bap_stream_ops.stopped", fixture->stream_cnt, in ZTEST_F()
285 zexpect_call_count("bt_bap_broadcast_source_cb.stopped", 1, in ZTEST_F()