Searched refs:DisplayYesNoDialog (Results 1 – 5 of 5) sorted by relevance
38 MOCK_METHOD2(DisplayYesNoDialog, void(const bluetooth::hci::AddressWithType&, std::string));
43 …virtual void DisplayYesNoDialog(const bluetooth::hci::AddressWithType& address, std::string name) …
289 void DisplayYesNoDialog(const bluetooth::hci::AddressWithType& peer, std::string name) override { in DisplayYesNoDialog() function in bluetooth::security::SecurityModuleFacadeService
61 void DisplayYesNoDialog(const bluetooth::hci::AddressWithType& address, in DisplayYesNoDialog() function in bluetooth::shim::ShimUi
34 …user_interface_handler_->Post(common::BindOnce(&UI::DisplayYesNoDialog, common::Unretained(user_in… in NotifyUiDisplayYesNo()