Searched refs:GetUid (Results 1 – 12 of 12) sorted by relevance
54 uint64_t PlayItemRequest::GetUid() const { in GetUid() function in bluetooth::avrcp::PlayItemRequest81 ss << " └ UID = " << loghex(GetUid()) << std::endl; in ToString()
63 uint64_t ChangePathRequest::GetUid() const { in GetUid() function in bluetooth::avrcp::ChangePathRequest81 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString()
67 uint64_t GetUid() const;
92 uint64_t GetItemAttributesRequest::GetUid() const { in GetUid() function in bluetooth::avrcp::GetItemAttributesRequest135 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString()
70 uint64_t GetUid() const;
63 uint64_t GetUid() const;
45 test_packet->GetUid(); in LLVMFuzzerTestOneInput()
46 test_packet->GetUid(); in LLVMFuzzerTestOneInput()
41 ASSERT_EQ(test_packet->GetUid(), 0x0000000000000003u); in TEST()
56 ASSERT_EQ(test_packet->GetUid(), 0x0000000000000002u); in TEST()
99 ASSERT_EQ(test_packet->GetUid(), 0x0000000000000001u); in TEST()
712 << " uid=" << pkt->GetUid(); in HandlePlayItem()724 media_id = now_playing_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()727 media_id = vfs_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()916 << " uid=" << loghex(pkt->GetUid()); in HandleChangePath()919 vfs_ids_.get_media_id(pkt->GetUid()) == "") { in HandleChangePath()921 << ": No item found for UID=" << pkt->GetUid(); in HandleChangePath()929 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()973 << " uid=" << loghex(pkt->GetUid()) in HandleGetItemAttributes()1008 DEVICE_VLOG(2) << __func__ << ": uid=" << loghex(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()1012 auto media_id = now_playing_ids_.get_media_id(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()[all …]