Home
last modified time | relevance | path

Searched refs:GetLastCommand (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc275 hci::SecurityCommandView GetLastCommand(FakeHciLayer* hci_layer) { in GetLastCommand() function
276 auto last_command = std::move(hci_layer->GetLastCommand()->command); in GetLastCommand()
297 auto security_command_view = GetLastCommand(hci_layer_); in TEST_F()
302 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
313 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
335 auto security_command_view = GetLastCommand(hci_layer_); in TEST_F()
340 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
351 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
373 auto security_command_view = GetLastCommand(hci_layer_); in TEST_F()
378 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc279 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
295 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
328 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
343 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
372 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
387 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
410 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
425 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
440 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
455 auto last_command = std::move(hci_layer_->GetLastCommand()->command); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_hci_layer.h83 std::unique_ptr<CommandQueueEntry> GetLastCommand() { in GetLastCommand() function
/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager_test.cc80 CommandView GetLastCommand() { in GetLastCommand() function in bluetooth::hci::__anon68a456930111::TestLeScanningInterface
105 CommandView command_packet_view = GetLastCommand(); in GetCommand()