Searched refs:GetAttributesRequested (Results 1 – 10 of 10) sorted by relevance
34 std::vector<Attribute> GetElementAttributesRequest::GetAttributesRequested() in GetAttributesRequested() function in bluetooth::avrcp::GetElementAttributesRequest74 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()
51 std::vector<Attribute> GetAttributesRequested() const;
74 std::vector<Attribute> GetAttributesRequested() const;
91 std::vector<Attribute> GetAttributesRequested() const;
252 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()
222 ASSERT_EQ(test_packet->GetAttributesRequested(), attribute_list); in TEST()
611 get_element_attributes_pkt->GetAttributesRequested(); in GetElementAttributesResponse()1038 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse()1088 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse()1222 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetVFSListResponse()1264 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetNowPlayingListResponse()