Searched refs:GetOpcode (Results 1 – 15 of 15) sorted by relevance
89 Opcode Packet::GetOpcode() const { in GetOpcode() function in bluetooth::avrcp::Packet102 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
66 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
64 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
65 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
75 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
87 Opcode GetOpcode() const;
62 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()251 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
67 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
117 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
104 ASSERT_EQ(client_opcodes_[index], command_view.GetOpcode()); in ValidatePacket()106 ASSERT_EQ(server_opcodes_[index], command_view.GetOpcode()); in ValidatePacket()192 client_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromClient()199 server_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromServer()
80 EXPECT_EQ(opcode, command->GetOpcode()); in CheckedReceiveCommand()
86 ASSERT_EQ(test_avrcp_packet->GetOpcode(), Opcode::VENDOR); in TEST()
558 uint16_t op_code = (uint16_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetOpcode()); in SendMessage()
645 DEVICE_VLOG(4) << __func__ << ": opcode=" << pkt->GetOpcode(); in MessageReceived()647 switch (pkt->GetOpcode()) { in MessageReceived()