Lines Matching refs:Call
66 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in SetUp()
107 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F()
148 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
161 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
190 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
204 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
234 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
248 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
288 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
293 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
338 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
344 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
392 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
398 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
454 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
459 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
501 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
507 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
514 Call(_, false, matchPacket(std::move(rejected_response)))) in TEST_F()
563 Call(1, false, matchPacket(std::move(interim_response)))) in TEST_F()
576 Call(1, false, matchPacket(std::move(changed_response)))) in TEST_F()
600 Call(1, false, matchPacket(std::move(expected_response)))) in TEST_F()
630 Call(2, false, matchPacket(std::move(compare_to_partial)))) in TEST_F()
644 Call(3, false, matchPacket(std::move(compare_to_full)))) in TEST_F()
679 Call(3, false, matchPacket(std::move(compare_to_no_art)))) in TEST_F()
697 Call(3, false, matchPacket(std::move(compare_to_full)))) in TEST_F()
713 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F()
724 Call(1, false, matchPacket(std::move(truncated_packet)))) in TEST_F()
748 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
773 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
797 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
821 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
855 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
888 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
912 Call(1, true, matchPacket(std::move(expected_response)))) in TEST_F()
929 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F()
953 Call(1, true, matchPacket(std::move(truncated_packet)))) in TEST_F()
996 Call(1, true, matchPacket(std::move(folder_items_response)))) in TEST_F()
1009 Call(2, true, matchPacket(std::move(change_path_response)))); in TEST_F()
1023 Call(3, true, matchPacket(std::move(folder_items_response)))) in TEST_F()
1035 Call(4, true, matchPacket(std::move(change_path_response)))); in TEST_F()
1046 Call(5, true, matchPacket(std::move(change_path_response)))); in TEST_F()
1087 Call(1, true, matchPacket(std::move(compare_to_full)))) in TEST_F()
1129 Call(1, true, matchPacket(std::move(compare_to_full)))) in TEST_F()
1149 Call(1, true, matchPacket(std::move(compare_to_no_art)))) in TEST_F()
1167 uint8_t b, bool c, AvrcpResponse d) { a->Call(b, c, d); }, in TEST_F()
1179 Call(1, true, matchPacket(std::move(truncated_packet)))) in TEST_F()
1201 Call(1, false, matchPacket(std::move(set_addr_player_rej_rsp)))) in TEST_F()
1212 Call(1, false, matchPacket(std::move(set_addr_player_rsp)))) in TEST_F()
1234 Call(1, true, matchPacket(std::move(not_browsable_rsp)))) in TEST_F()
1244 Call(2, true, matchPacket(std::move(invalid_id_rsp)))) in TEST_F()
1251 EXPECT_CALL(response_cb, Call(3, true, matchPacket(std::move(response)))) in TEST_F()
1270 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(reg_notif)))) in TEST_F()
1278 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(set_vol)))) in TEST_F()
1287 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(reg_notif2)))) in TEST_F()
1308 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(reg_notif)))) in TEST_F()
1316 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(set_vol)))) in TEST_F()
1327 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(reg_notif2)))) in TEST_F()
1344 EXPECT_CALL(response_cb, Call(_, false, matchPacket(std::move(reg_notif)))) in TEST_F()
1351 EXPECT_CALL(response_cb, Call(_, _, _)).Times(0); in TEST_F()
1369 Call(_, false, matchPacket(std::move(play_pushed_response)))) in TEST_F()
1400 Call(_, false, matchPacket(std::move(play_pushed_response)))) in TEST_F()
1435 Call(_, false, matchPacket(std::move(play_released_response)))) in TEST_F()
1464 Call(_, false, matchPacket(std::move(play_released_response)))) in TEST_F()
1490 Call(1, false, matchPacket(std::move(request_company_id_response)))) in TEST_F()
1506 Call(2, false, matchPacket(std::move(request_events_supported_response)))) in TEST_F()
1518 Call(3, false, matchPacket(std::move(request_unknown_response)))) in TEST_F()
1557 Call(1, true, matchPacket(std::move(compare_to_full)))) in TEST_F()
1574 Call(1, false, matchPacket(std::move(reg_notif_rej_rsp)))) in TEST_F()
1588 EXPECT_CALL(response_cb, Call(1, false, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1600 EXPECT_CALL(response_cb, Call(1, false, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1612 EXPECT_CALL(response_cb, Call(1, false, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1624 EXPECT_CALL(response_cb, Call(1, false, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1636 EXPECT_CALL(response_cb, Call(1, false, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1648 EXPECT_CALL(response_cb, Call(1, false, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1660 EXPECT_CALL(response_cb, Call(1, true, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1672 EXPECT_CALL(response_cb, Call(1, true, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1684 EXPECT_CALL(response_cb, Call(1, true, matchPacket(std::move(rsp)))).Times(1); in TEST_F()
1696 EXPECT_CALL(response_cb, Call(1, true, matchPacket(std::move(rsp)))).Times(1); in TEST_F()