Home
last modified time | relevance | path

Searched refs:SendPUK (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/cellular/
Dmock_modem_gsm_card_proxy.cc38 ON_CALL(*this, SendPUK(_, _, _, _, _)) in MockModemGSMCardProxy()
Dmock_modem_gsm_card_proxy.h53 MOCK_METHOD5(SendPUK, void(const std::string& puk, const std::string& pin,
Dmodem_gsm_card_proxy_interface.h51 virtual void SendPUK(const std::string& puk, const std::string& pin,
Dcellular_capability_gsm.cc531 card_proxy_->SendPUK(unblock_code, pin, error, callback, kTimeoutDefault); in UnblockPIN()
Dcellular_capability_gsm_unittest.cc534 EXPECT_CALL(*card_proxy_, SendPUK(kPUK, kPIN, _, _, in TEST_F()
/system/connectivity/shill/dbus/
Dchromeos_modem_gsm_card_proxy.h61 void SendPUK(const std::string& puk,
Dchromeos_modem_gsm_card_proxy.cc172 void ChromeosModemGSMCardProxy::SendPUK(const string& puk, const string& pin, in SendPUK() function in shill::ChromeosModemGSMCardProxy