Lines Matching full:stream
25 func_name, "stream");)) \
40 static inline void expect_bt_bap_stream_ops_qos_set_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_qos_set_called_once() argument
47 zexpect_equal_ptr(stream, mock_bap_stream_qos_set_cb_fake.arg0_val, in expect_bt_bap_stream_ops_qos_set_called_once()
48 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_qos_set_called_once()
59 static inline void expect_bt_bap_stream_ops_enabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_enabled_called_once() argument
66 zexpect_equal_ptr(stream, mock_bap_stream_enabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_enabled_called_once()
67 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_enabled_called_once()
79 struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_metadata_updated_called_once() argument
86 zexpect_equal_ptr(stream, mock_bap_stream_metadata_updated_cb_fake.arg0_val, in expect_bt_bap_stream_ops_metadata_updated_called_once()
87 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_metadata_updated_called_once()
98 static inline void expect_bt_bap_stream_ops_disabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_disabled_called_once() argument
105 zexpect_equal_ptr(stream, mock_bap_stream_disabled_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disabled_called_once()
106 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_disabled_called_once()
134 zexpect_true(found, "'%s()' not called with %p stream", func_name, streams[i]); in expect_bt_bap_stream_ops_released_called()
138 static inline void expect_bt_bap_stream_ops_released_called_once(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_released_called_once() argument
140 expect_bt_bap_stream_ops_released_called(&stream, 1); in expect_bt_bap_stream_ops_released_called_once()
151 static inline void expect_bt_bap_stream_ops_started_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_started_called_once() argument
158 zexpect_equal_ptr(stream, mock_bap_stream_started_cb_fake.arg0_val, in expect_bt_bap_stream_ops_started_called_once()
159 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_started_called_once()
180 func_name, "stream");)) \
197 expect_bt_bap_stream_ops_connected_called_once(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_connected_called_once() argument
204 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_once()
205 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_connected_called_once()
210 expect_bt_bap_stream_ops_connected_called_twice(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_connected_called_twice() argument
217 zexpect_equal_ptr(stream, mock_bap_stream_connected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_connected_called_twice()
218 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_connected_called_twice()
223 expect_bt_bap_stream_ops_disconnected_called_once(const struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_disconnected_called_once() argument
230 zexpect_equal_ptr(stream, mock_bap_stream_disconnected_cb_fake.arg0_val, in expect_bt_bap_stream_ops_disconnected_called_once()
231 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_disconnected_called_once()
235 static inline void expect_bt_bap_stream_ops_recv_called_once(struct bt_bap_stream *stream, in expect_bt_bap_stream_ops_recv_called_once() argument
244 zexpect_equal_ptr(stream, mock_bap_stream_recv_cb_fake.arg0_val, in expect_bt_bap_stream_ops_recv_called_once()
245 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_recv_called_once()
258 static inline void expect_bt_bap_stream_ops_sent_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_sent_called_once() argument
265 zexpect_equal_ptr(stream, mock_bap_stream_sent_cb_fake.arg0_val, in expect_bt_bap_stream_ops_sent_called_once()
266 "'%s()' was called with incorrect '%s'", func_name, "stream"); in expect_bt_bap_stream_ops_sent_called_once()