Searched refs:GetDirection (Results 1 – 5 of 5) sorted by relevance
58 Direction ChangePathRequest::GetDirection() const { in GetDirection() function in bluetooth::avrcp::ChangePathRequest80 ss << " └ Direction = " << GetDirection() << std::endl; in ToString()
62 Direction GetDirection() const;
44 test_packet->GetDirection(); in LLVMFuzzerTestOneInput()
54 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN); in TEST()
1219 log::verbose("direction={} uid=0x{:x}", pkt->GetDirection(), pkt->GetUid()); in HandleChangePath()1221 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()1230 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()