Home
last modified time | relevance | path

Searched refs:DisplayPasskey (Results 1 – 9 of 9) sorted by relevance

/system/bt/gd/security/test/
Dmocks.h40 MOCK_METHOD3(DisplayPasskey, void(const bluetooth::hci::AddressWithType&, std::string, uint32_t));
Dpairing_handler_le_pair_test.cc480 EXPECT_CALL(slave_user_interface, DisplayPasskey(_, _, _)) in TEST_F()
/system/bt/gd/security/
Dui.h49 …virtual void DisplayPasskey(const bluetooth::hci::AddressWithType& address, std::string name, uint…
Dpairing_handler_le_secure_connections.cc291 …i.user_interface_handler->Post(common::BindOnce(&UI::DisplayPasskey, common::Unretained(i.user_int… in SecureConnectionsPasskeyEntry()
Dfacade.cc299 …void DisplayPasskey(const bluetooth::hci::AddressWithType& peer, std::string name, uint32_t passke… in DisplayPasskey() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/gd/cert/
Dpy_le_security.py59 display_passkey_capture = SecurityCaptures.DisplayPasskey()
Dcaptures.py152 def DisplayPasskey(): member in SecurityCaptures
/system/bt/main/shim/
Dbtif_dm.cc79 …void DisplayPasskey(const bluetooth::hci::AddressWithType& address, std::string name, uint32_t pas… in DisplayPasskey() function in bluetooth::shim::ShimUi
/system/bt/gd/security/pairing/
Dclassic_pairing_handler.cc40 …user_interface_handler_->Post(common::BindOnce(&UI::DisplayPasskey, common::Unretained(user_interf… in NotifyUiDisplayPasskey()