Searched refs:GetNumAttributes (Results 1 – 10 of 10) sorted by relevance
102 uint8_t GetItemAttributesRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetItemAttributesRequest126 return (GetNumAttributes() * sizeof(Attribute)) == (size() - kMinSize()); in IsValid()137 ss << " └ Num Attributes = " << loghex(GetNumAttributes()) << std::endl; in ToString()
29 uint8_t GetElementAttributesRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetElementAttributesRequest53 size_t num_attributes = GetNumAttributes(); in IsValid()
50 uint8_t GetNumAttributes() const;
72 uint8_t GetNumAttributes()
247 uint8_t GetFolderItemsRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetFolderItemsRequest277 auto attr_count = GetNumAttributes(); in IsValid()297 ss << " └ Attribute Count = " << loghex(GetNumAttributes()) << std::endl; in ToString()
90 uint8_t GetNumAttributes() const;
43 test_packet->GetNumAttributes(); in LLVMFuzzerTestOneInput()
100 ASSERT_EQ(test_packet->GetNumAttributes(), 7); in TEST()
219 ASSERT_EQ(test_packet->GetNumAttributes(), 1); in TEST()
1218 if (pkt->GetNumAttributes() == 0x00) { // All attributes requested in GetVFSListResponse()1260 if (pkt->GetNumAttributes() == 0x00) { in GetNowPlayingListResponse()