Searched refs:expected_response (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/profile/avrcp/tests/ |
H A D | avrcp_device_test.cc | 597 auto expected_response = GetPlayStatusResponseBuilder::MakeBuilder( in TEST_F() local 600 Call(1, false, matchPacket(std::move(expected_response)))) 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() 908 auto expected_response = GetFolderItemsResponseBuilder::MakeVFSBuilder( in TEST_F() local 910 expected_response->AddFolder(FolderItem(1, 0, true, "Test Folder")); in TEST_F() [all …]
|