Searched refs:user_interface (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/security/ |
D | security_manager.cc | 57 void SecurityManager::SetUserInterfaceHandler(UI* user_interface, os::Handler* handler) { in SetUserInterfaceHandler() argument 59 … common::Unretained(security_manager_impl_), user_interface, handler)); in SetUserInterfaceHandler()
|
D | security_manager.h | 75 void SetUserInterfaceHandler(UI* user_interface, os::Handler* handler);
|
D | initial_informations.h | 101 UI* user_interface; member
|
D | pairing_handler_le_unittest.cc | 134 .user_interface = &uiMock, 265 .user_interface = &uiMock, 306 .user_interface = &uiMock,
|
D | pairing_handler_le_legacy.cc | 92 …face_handler->Post(common::BindOnce(&UI::DisplayConfirmValue, common::Unretained(i.user_interface), in LegacyPasskeyEntry() 96 … common::Unretained(i.user_interface), i.remote_connection_address, in LegacyPasskeyEntry()
|
D | pairing_handler_le_secure_connections.cc | 286 …interface_handler->Post(common::BindOnce(&UI::DisplayPasskey, common::Unretained(i.user_interface), in SecureConnectionsPasskeyEntry() 291 … common::Unretained(i.user_interface), i.remote_connection_address, in SecureConnectionsPasskeyEntry() 407 …face_handler->Post(common::BindOnce(&UI::DisplayConfirmValue, common::Unretained(i.user_interface), in SecureConnectionsNumericComparison()
|
D | pairing_handler_le.cc | 29 …ace_handler->Post(common::BindOnce(&UI::DisplayPairingPrompt, common::Unretained(i.user_interface), in PairingMain()
|
/system/bt/gd/security/pairing/ |
D | classic_pairing_handler.h | 47 … UI* user_interface, os::Handler* user_interface_handler, std::string device_name) in ClassicPairingHandler() argument 53 complete_callback_(std::move(complete_callback)), user_interface_(user_interface), in ClassicPairingHandler()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 113 void SecurityManagerImpl::SetUserInterfaceHandler(UI* user_interface, os::Handler* handler) { in SetUserInterfaceHandler() argument 117 user_interface_ = user_interface; in SetUserInterfaceHandler() 352 .user_interface = user_interface_, in OnConnectionOpenLe()
|
D | security_manager_impl.h | 92 void SetUserInterfaceHandler(UI* user_interface, os::Handler* handler);
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 181 .user_interface = &master_user_interface, in SetUp() 202 .user_interface = &slave_user_interface, in SetUp() 350 .user_interface = &master_user_interface, in TEST_F() 370 .user_interface = &slave_user_interface, in TEST_F()
|