Home
last modified time | relevance | path

Searched refs:last_command (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc279 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
280 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()
295 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
296 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()
328 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
329 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()
343 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
344 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()
372 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
373 auto command_packet = GetPacketView(std::move(last_command)); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc256 auto last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in SetUp() local
257 while (!last_command.IsValid()) { in SetUp()
258 last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in SetUp()
298 auto last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in TEST_F() local
299 while (!last_command.IsValid()) { in TEST_F()
300 last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in TEST_F()
319 auto last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in TEST_F() local
320 while (!last_command.IsValid()) { in TEST_F()
321 last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in TEST_F()
Dacl_manager_unittest.cc316 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in SetUp() local
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs1717 last_command: VecDeque<ExecutedCommand>, field
1723 MockProcessManager { last_command: VecDeque::new(), expectations: Vec::new() } in new()
1727 self.last_command.push_back(ExecutedCommand::Start); in expect_start()
1731 self.last_command.push_back(ExecutedCommand::Stop); in expect_stop()
1737 self.expectations.push(match self.last_command.pop_front() { in start()
1750 self.expectations.push(match self.last_command.pop_front() { in stop()
1765 assert_eq!(self.last_command.len(), 0); in drop()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc276 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand() local
277 auto command_packet = GetPacketView(std::move(last_command)); in GetLastCommand()