Searched refs:CommandView (Results 1 – 4 of 4) sorted by relevance
29 class CommandView : public PacketView<true> {31 CommandView(const CommandView&) = default;32 virtual ~CommandView() = default;34 static CommandView GetCommand(const LinkLayerPacketView& view) { in GetCommand()36 return CommandView(view.GetPayload()); in GetCommand()48 CommandView() = delete;49 CommandView(const PacketView<true>& view) : PacketView(view) {} in CommandView() function
44 using test_vendor_lib::packets::CommandView;105 CommandView command_view = CommandView::GetCommand(received_view); in ValidatePacket()202 client_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromClient()209 server_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromServer()
211 CommandView command = CommandView::GetCommand(incoming); in IncomingCommandPacket()
419 auto command_view = CommandView::GetCommand(view); in TEST_F()