/aosp12/system/bt/gd/l2cap/classic/ |
H A D | link_security_interface.h | 110 virtual void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) {} in OnAuthenticationComplete() function
|
H A D | facade.cc | 246 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
|
/aosp12/system/bt/gd/security/channel/ |
H A D | security_manager_channel.h | 127 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override;
|
H A D | security_manager_channel.cc | 117 void SecurityManagerChannel::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remot… in OnAuthenticationComplete() function in bluetooth::security::channel::SecurityManagerChannel
|
H A D | security_manager_channel_unittest.cc | 63 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override {} in OnAuthenticationComplete() function in bluetooth::security::channel::__anon11f197ca0110::FakeSecurityManagerChannel
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | connection_management_callbacks.h | 33 virtual void OnAuthenticationComplete(hci::ErrorCode hci_status) = 0;
|
H A D | classic_acl_connection.cc | 59 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() function in bluetooth::hci::acl_manager::AclConnectionTracker 60 SAVE_OR_CALL(OnAuthenticationComplete, hci_status) in OnAuthenticationComplete()
|
H A D | classic_impl.h | 363 callbacks->OnAuthenticationComplete(authentication_complete.GetStatus()); in on_authentication_complete()
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | link_manager.cc | 344 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::internal::LinkManager 348 &LinkSecurityInterfaceListener::OnAuthenticationComplete, in OnAuthenticationComplete()
|
H A D | link.cc | 319 void Link::OnAuthenticationComplete(hci::ErrorCode hci_status) { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::internal::Link 320 link_manager_->OnAuthenticationComplete(hci_status, GetDevice().GetAddress()); in OnAuthenticationComplete()
|
H A D | link_manager.h | 74 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device);
|
H A D | link.h | 155 void OnAuthenticationComplete(hci::ErrorCode hci_status) override;
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | acl_manager_facade.cc | 408 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
|
/aosp12/system/bt/gd/hci/ |
H A D | acl_manager_test.cc | 492 MOCK_METHOD1(OnAuthenticationComplete, void(hci::ErrorCode hci_status)); 1010 EXPECT_CALL(mock_connection_management_callbacks_, OnAuthenticationComplete); in TEST_F()
|
/aosp12/system/bt/gd/security/pairing/ |
H A D | classic_pairing_handler_unittest.cc | 68 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override { in OnAuthenticationComplete() function in bluetooth::security::pairing::__anon9c4819590110::FakeSecurityManagerChannel
|
/aosp12/system/bt/main/shim/ |
H A D | acl.cc | 400 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() function in ClassicShimAclConnection
|
H A D | l2c_api.cc | 483 void OnAuthenticationComplete(hci::ErrorCode hci_status, in OnAuthenticationComplete() function in bluetooth::shim::__anon71e10d460110::SecurityListenerShim
|