Home
last modified time | relevance | path

Searched defs:UnlockPuk2 (Results 1 – 15 of 15) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp335 int32_t SimStateManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::SimStateManager
Dsim_state_handle.cpp147 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2() function in OHOS::Telephony::SimStateHandle
Dsim_manager.cpp236 int32_t SimManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::SimManager
/base/telephony/cellular_call/services/connection/src/
Dsupplement_request_cs.cpp246 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2() function in OHOS::Telephony::SupplementRequestCs
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sim_defs.h346 void (*UnlockPuk2)(const ReqDataInfo *requestInfo, const char *puk2, const char *pin2); member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp376 int32_t TelRilSim::UnlockPuk2(std::string puk2, std::string pin2, const AppExecFwk::InnerEvent::Poi… in UnlockPuk2() function in OHOS::Telephony::TelRilSim
Dtel_ril_manager.cpp802 int32_t TelRilManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::TelRilManager
/base/telephony/core_service/services/core/src/
Dcore_service.cpp822 int32_t CoreService::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreService
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp159 int32_t HRilSim::UnlockPuk2(int32_t serialId, const std::string &puk2, const std::string &pin2) in UnlockPuk2() function in OHOS::Telephony::HRilSim
Dhril_manager.cpp686 int32_t HRilManager::UnlockPuk2(int32_t slotId, int32_t serialId, const std::string &puk2, const st… in UnlockPuk2() function in OHOS::Telephony::HRilManager
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp565 int32_t CoreServiceClient::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreServiceClient
Dcore_manager_inner.cpp2180 int32_t CoreManagerInner::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreManagerInner
Dcore_service_proxy.cpp1556 int32_t CoreServiceProxy::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp1519 void CellularCallSupplement::UnlockPuk2(int32_t slotId, const MMIData &mmiData) in UnlockPuk2() function in OHOS::Telephony::CellularCallSupplement
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp1764 napi_value UnlockPuk2(napi_env env, napi_callback_info info) in UnlockPuk2() function