Searched refs:last_command (Results 1 – 4 of 4) sorted by relevance
280 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()296 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()329 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()344 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()373 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()388 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()411 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()426 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()441 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()456 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()[all …]
412 last_command: VecDeque<ExecutedCommand>, field417 MockProcessManager { last_command: VecDeque::new() } in new()421 self.last_command.push_back(ExecutedCommand::Start); in expect_start()425 self.last_command.push_back(ExecutedCommand::Stop); in expect_stop()431 let start = self.last_command.pop_front().expect("Should expect start event"); in start()436 let stop = self.last_command.pop_front().expect("Should expect stop event"); in stop()443 assert_eq!(self.last_command.len(), 0); in drop()
454 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in SetUp() local455 while (!last_command.IsValid()) { in SetUp()456 last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in SetUp()556 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in TEST_F() local557 while (!last_command.IsValid()) { in TEST_F()558 last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in TEST_F()580 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in TEST_F() local581 while (!last_command.IsValid()) { in TEST_F()582 last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in TEST_F()
275 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand() local276 auto command_packet = GetPacketView(std::move(last_command)); in GetLastCommand()