Home
last modified time | relevance | path

Searched defs: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
295 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
328 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
343 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
372 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
387 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
410 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
425 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
440 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
455 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc253 auto last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in SetUp() local
338 auto last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in TEST_F() local
361 auto last_command = GetConnectionManagementCommand(OpCode::CREATE_CONNECTION); in TEST_F() local
Dacl_manager_unittest.cc554 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in SetUp() local
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc275 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand() local
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs1545 last_command: VecDeque<ExecutedCommand>, field