Searched refs:GetAttributesRequested (Results 1 – 10 of 10) sorted by relevance
36 std::vector<Attribute> GetElementAttributesRequest::GetAttributesRequested() in GetAttributesRequested() function in bluetooth::avrcp::GetElementAttributesRequest76 auto attr_list = GetAttributesRequested(); in ToString()
107 std::vector<Attribute> GetItemAttributesRequest::GetAttributesRequested() in GetAttributesRequested() function in bluetooth::avrcp::GetItemAttributesRequest139 auto attr_list = GetAttributesRequested(); in ToString()
53 std::vector<Attribute> GetAttributesRequested() const;
94 std::vector<Attribute> GetAttributesRequested() const;
91 std::vector<Attribute> GetAttributesRequested() const;
257 std::vector<Attribute> GetFolderItemsRequest::GetAttributesRequested() const { in GetAttributesRequested() function in bluetooth::avrcp::GetFolderItemsRequest
35 auto attribute_list = test_packet->GetAttributesRequested(); in TEST()46 attribute_list = test_packet->GetAttributesRequested(); in TEST()
108 ASSERT_EQ(test_packet->GetAttributesRequested(), attrs_requested); in TEST()
237 ASSERT_EQ(test_packet->GetAttributesRequested(), attribute_list); in TEST()
828 get_element_attributes_pkt->GetAttributesRequested(); in GetElementAttributesResponse()1337 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse()1389 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse()1523 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetVFSListResponse()1565 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetNowPlayingListResponse()