Searched refs:OnPasskeyEntry (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/ |
D | security_manager.cc | 116 void SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passk… in OnPasskeyEntry() function in bluetooth::security::SecurityManager 117 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::OnPasskeyEntry, in OnPasskeyEntry()
|
D | security_manager.h | 128 void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) override;
|
D | ui.h | 134 virtual void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) = 0;
|
D | facade.cc | 223 security_module_->GetSecurityManager()->OnPasskeyEntry( in SendUiCallback()
|
/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | pairing_handler.h | 80 virtual void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) = 0;
|
D | classic_pairing_handler.h | 86 void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) override;
|
D | classic_pairing_handler.cc | 101 void ClassicPairingHandler::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t… in OnPasskeyEntry() function in bluetooth::security::pairing::ClassicPairingHandler
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.h | 188 void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) override;
|
D | security_manager_impl.cc | 422 void SecurityManagerImpl::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t p… in OnPasskeyEntry() function in bluetooth::security::internal::SecurityManagerImpl 425 entry->second->OnPasskeyEntry(address, passkey); in OnPasskeyEntry()
|