/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_security_interface.h | 110 virtual void OnAuthenticationComplete( in OnAuthenticationComplete() function
|
D | facade.cc | 281 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.h | 124 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override;
|
D | security_manager_channel.cc | 118 void SecurityManagerChannel::OnAuthenticationComplete( in OnAuthenticationComplete() function in bluetooth::security::channel::SecurityManagerChannel
|
D | security_manager_channel_unittest.cc | 63 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override {} in OnAuthenticationComplete() function in bluetooth::security::channel::__anonef73f6740111::FakeSecurityManagerChannel
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 33 virtual void OnAuthenticationComplete(hci::ErrorCode hci_status) = 0;
|
D | connection_management_callbacks_mock.h | 34 MOCK_METHOD(void, OnAuthenticationComplete, (ErrorCode hci_status), (override));
|
D | classic_acl_connection.cc | 64 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() function in bluetooth::hci::acl_manager::AclConnectionTracker 65 SAVE_OR_CALL(OnAuthenticationComplete, hci_status) in OnAuthenticationComplete()
|
D | classic_acl_connection_test.cc | 187 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override {} in OnAuthenticationComplete() function in TestConnectionManagementCallbacks
|
D | classic_impl.h | 489 callbacks->OnAuthenticationComplete(authentication_complete.GetStatus()); in on_authentication_complete()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 347 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::internal::LinkManager 351 &LinkSecurityInterfaceListener::OnAuthenticationComplete, in OnAuthenticationComplete()
|
D | link.cc | 332 void Link::OnAuthenticationComplete(hci::ErrorCode hci_status) { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::internal::Link 333 link_manager_->OnAuthenticationComplete(hci_status, GetDevice().GetAddress()); in OnAuthenticationComplete()
|
D | link_manager.h | 76 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device);
|
D | link.h | 169 void OnAuthenticationComplete(hci::ErrorCode hci_status) override;
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 429 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override { in OnAuthenticationComplete() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 344 MOCK_METHOD1(OnAuthenticationComplete, void(hci::ErrorCode hci_status));
|
D | acl_manager_test.cc | 854 EXPECT_CALL(mock_connection_management_callbacks_, OnAuthenticationComplete); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 69 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override { in OnAuthenticationComplete() function in bluetooth::security::pairing::__anonba444ac30111::FakeSecurityManagerChannel
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 550 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() function in ClassicShimAclConnection
|