Home
last modified time | relevance | path

Searched refs:unblock_code (Results 1 – 12 of 12) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma.h68 void UnblockPIN(const std::string& unblock_code,
Dcellular_capability.h263 virtual void UnblockPIN(const std::string& unblock_code,
Dcellular_capability_gsm.h83 void UnblockPIN(const std::string& unblock_code,
Dcellular_capability_gsm.cc526 void CellularCapabilityGSM::UnblockPIN(const string& unblock_code, in UnblockPIN() argument
531 card_proxy_->SendPUK(unblock_code, pin, error, callback, kTimeoutDefault); in UnblockPIN()
Dcellular_capability_universal_cdma.cc420 const string& unblock_code, in UnblockPIN() argument
Dcellular_capability_universal.h117 void UnblockPIN(const std::string& unblock_code,
Dcellular.cc403 void Cellular::UnblockPIN(const string& unblock_code, in UnblockPIN() argument
407 capability_->UnblockPIN(unblock_code, pin, error, callback); in UnblockPIN()
Dcellular.h187 void UnblockPIN(const std::string& unblock_code,
Dcellular_capability_universal.cc945 void CellularCapabilityUniversal::UnblockPIN(const string& unblock_code, in UnblockPIN() argument
950 sim_proxy_->SendPuk(unblock_code, pin, error, callback, kTimeoutDefault); in UnblockPIN()
/system/connectivity/shill/dbus/
Dchromeos_device_dbus_adaptor.cc226 const string& unblock_code, in UnblockPin() argument
232 device_->UnblockPIN(unblock_code, pin, &e, callback); in UnblockPin()
Dchromeos_device_dbus_adaptor.h92 const std::string& unblock_code,
/system/connectivity/shill/
Ddevice.h142 virtual void UnblockPIN(const std::string& unblock_code,