Home
last modified time | relevance | path

Searched defs:last_command (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/security/channel/
H A 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 …]
/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc454 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in SetUp() local
556 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in TEST_F() local
580 auto last_command = test_hci_layer_->GetCommand(OpCode::CREATE_CONNECTION); in TEST_F() local
/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs412 last_command: VecDeque<ExecutedCommand>, field
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler_unittest.cc275 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand() local