Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler_unittest.cc301 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
312 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
339 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
350 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
377 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
388 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
415 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
426 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
453 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
464 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
[all …]
/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()
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 …]
/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc151 CommandView GetLastCommand() { in GetLastCommand() function in bluetooth::hci::acl_manager::__anon487aedde0110::TestHciLayer
169 CommandView command_packet_view = GetLastCommand(); in GetCommand()
178 ConnectionManagementCommandView GetLastCommand(OpCode op_code) { in GetLastCommand() function in bluetooth::hci::acl_manager::__anon487aedde0110::TestHciLayer
190 CommandView command_packet_view = GetLastCommand(); in GetLastCommand()
346 test_hci_layer_->GetLastCommand(OpCode::LE_SET_RANDOM_ADDRESS); in SetUp()
735 test_hci_layer_->GetLastCommand(OpCode::LE_CREATE_CONNECTION); in TEST_F()
1340 test_hci_layer_->GetLastCommand(OpCode::LE_SET_RANDOM_ADDRESS); in SetUp()
1351 test_hci_layer_->GetLastCommand(OpCode::LE_SET_RANDOM_ADDRESS); in TEST_F()
1361 test_hci_layer_->GetLastCommand(OpCode::LE_CREATE_CONNECTION); in TEST_F()
1376 test_hci_layer_->GetLastCommand(OpCode::LE_CREATE_CONNECTION_CANCEL); in TEST_F()
[all …]
H A Dle_address_manager_test.cc64 CommandView GetLastCommand() { in GetLastCommand() function in bluetooth::hci::TestHciLayer
87 CommandView command_packet_view = GetLastCommand(); in GetCommand()
H A Dle_scanning_manager_test.cc99 CommandView GetLastCommand() { in GetLastCommand() function in bluetooth::hci::__anon7570eaef0110::TestHciLayer
110 CommandView command_packet_view = GetLastCommand(); in GetCommand()
/aosp12/system/bt/gd/security/test/
H A Dfake_hci_layer.h79 std::unique_ptr<CommandQueueEntry> GetLastCommand() { in GetLastCommand() function