Searched refs:user_interface_ (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/security/pairing/ |
D | classic_pairing_handler.cc | 27 …face_handler_->Post(common::BindOnce(&UI::DisplayConfirmValue, common::Unretained(user_interface_), in NotifyUiDisplayYesNo() 32 …rface_handler_->Post(common::BindOnce(&UI::DisplayYesNoDialog, common::Unretained(user_interface_), in NotifyUiDisplayYesNo() 37 …interface_handler_->Post(common::BindOnce(&UI::DisplayPasskey, common::Unretained(user_interface_), in NotifyUiDisplayPasskey() 42 …andler_->Post(common::BindOnce(&UI::DisplayEnterPasskeyDialog, common::Unretained(user_interface_), in NotifyUiDisplayPasskeyInput() 48 …common::BindOnce(&UI::Cancel, common::Unretained(user_interface_), GetRecord()->GetPseudoAddress()… in NotifyUiDisplayCancel()
|
D | classic_pairing_handler.h | 53 complete_callback_(std::move(complete_callback)), user_interface_(user_interface), in ClassicPairingHandler() 110 UI* user_interface_; variable
|
D | classic_pairing_handler_unittest.cc | 129 … common::Bind(&pairing_complete_callback), user_interface_, in SetUp() 155 UI* user_interface_; member in bluetooth::security::channel::__anond7a36bd80111::ClassicPairingHandlerTest
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 52 … std::move(callback), user_interface_, user_interface_handler_, "TODO: grab device name properly"); in DispatchPairingHandler() 114 if (user_interface_ != nullptr || user_interface_handler_ != nullptr) { in SetUserInterfaceHandler() 117 user_interface_ = user_interface; in SetUserInterfaceHandler() 352 .user_interface = user_interface_, in OnConnectionOpenLe()
|
D | security_manager_impl.h | 130 UI* user_interface_ = nullptr; variable
|