Searched refs:command_packet_view (Results 1 – 5 of 5) sorted by relevance
87 CommandView command_packet_view = GetLastCommand(); in GetCommand() local88 EXPECT_TRUE(command_packet_view.IsValid()); in GetCommand()89 EXPECT_EQ(command_packet_view.GetOpCode(), op_code); in GetCommand()90 return command_packet_view; in GetCommand()
158 CommandView command_packet_view = CommandView::Create(command_queue_.front()); in GetCommand() local160 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand()414 CommandView command_packet_view = CommandView::Create(packet_view); in SetUp() local535 CommandView command_packet_view = CommandView::Create(packet_view); in SetUp() local536 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in SetUp()591 CommandView command_packet_view = CommandView::Create(packet_view); in TEST_F() local592 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in TEST_F()686 CommandView command_packet_view = CommandView::Create(packet_view); in TEST_F() local687 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in TEST_F()
110 CommandView command_packet_view = GetLastCommand(); in GetCommand() local111 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand()
169 CommandView command_packet_view = GetLastCommand(); in GetCommand() local171 ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand()190 CommandView command_packet_view = GetLastCommand(); in GetLastCommand() local192 ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetLastCommand()
277 auto command_packet_view = hci::CommandView::Create(command_packet); in GetLastCommand() local278 auto security_command_view = hci::SecurityCommandView::Create(command_packet_view); in GetLastCommand()