Searched refs:command_packet_view (Results 1 – 2 of 2) sorted by relevance
130 CommandView command_packet_view = CommandView::Create(GetPacketView(std::move(last))); in GetCommand() local131 log::assert_that(command_packet_view.IsValid(), "Got invalid command"); in GetCommand()132 return command_packet_view; in GetCommand()
110 CommandView command_packet_view = GetLastCommand(); in GetCommand() local111 EXPECT_TRUE(command_packet_view.IsValid()); in GetCommand()112 EXPECT_EQ(command_packet_view.GetOpCode(), op_code); in GetCommand()113 return command_packet_view; in GetCommand()