Home
last modified time | relevance | path

Searched refs:OnAuthenticationComplete (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_security_interface.h110 virtual void OnAuthenticationComplete( in OnAuthenticationComplete() function
Dfacade.cc281 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/
Dsecurity_manager_channel.h124 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override;
Dsecurity_manager_channel.cc118 void SecurityManagerChannel::OnAuthenticationComplete( in OnAuthenticationComplete() function in bluetooth::security::channel::SecurityManagerChannel
Dsecurity_manager_channel_unittest.cc63 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/
Dconnection_management_callbacks.h33 virtual void OnAuthenticationComplete(hci::ErrorCode hci_status) = 0;
Dconnection_management_callbacks_mock.h34 MOCK_METHOD(void, OnAuthenticationComplete, (ErrorCode hci_status), (override));
Dclassic_acl_connection.cc64 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()
Dclassic_acl_connection_test.cc187 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override {} in OnAuthenticationComplete() function in TestConnectionManagementCallbacks
Dclassic_impl.h489 callbacks->OnAuthenticationComplete(authentication_complete.GetStatus()); in on_authentication_complete()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc347 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete() function in bluetooth::l2cap::classic::internal::LinkManager
351 &LinkSecurityInterfaceListener::OnAuthenticationComplete, in OnAuthenticationComplete()
Dlink.cc332 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()
Dlink_manager.h76 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device);
Dlink.h169 void OnAuthenticationComplete(hci::ErrorCode hci_status) override;
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc429 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override { in OnAuthenticationComplete() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc344 MOCK_METHOD1(OnAuthenticationComplete, void(hci::ErrorCode hci_status));
Dacl_manager_test.cc854 EXPECT_CALL(mock_connection_management_callbacks_, OnAuthenticationComplete); in TEST_F()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc69 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/
Dacl.cc550 void OnAuthenticationComplete(hci::ErrorCode hci_status) override { in OnAuthenticationComplete() function in ClassicShimAclConnection