Home
last modified time | relevance | path

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

/system/bt/gd/security/channel/
Dsecurity_manager_channel_unittest.cc275 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
291 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
324 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
339 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
368 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
383 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
406 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
421 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
436 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
451 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F() local
[all …]
/system/bt/gd/hci/
Dacl_manager_test.cc449 auto last_command = test_hci_layer_->GetCommandPacket(OpCode::CREATE_CONNECTION); in SetUp() local
535 auto last_command = test_hci_layer_->GetCommandPacket(OpCode::CREATE_CONNECTION); in TEST_F() local
559 auto last_command = test_hci_layer_->GetCommandPacket(OpCode::CREATE_CONNECTION); in TEST_F() local
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc229 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand() local