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()
31 uint8_t GetElementAttributesRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetElementAttributesRequest55 size_t num_attributes = GetNumAttributes(); in IsValid()
252 uint8_t GetFolderItemsRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetFolderItemsRequest282 auto attr_count = GetNumAttributes(); in IsValid()302 ss << " └ Attribute Count = " << loghex(GetNumAttributes()) << std::endl; in ToString()
52 uint8_t GetNumAttributes() const;
92 uint8_t GetNumAttributes()
90 uint8_t GetNumAttributes() const;
43 test_packet->GetNumAttributes(); in LLVMFuzzerTestOneInput()
100 ASSERT_EQ(test_packet->GetNumAttributes(), 7); in TEST()
234 ASSERT_EQ(test_packet->GetNumAttributes(), 1); in TEST()
1519 if (pkt->GetNumAttributes() == 0x00) { // All attributes requested in GetVFSListResponse()1561 if (pkt->GetNumAttributes() == 0x00) { in GetNowPlayingListResponse()