Home
last modified time | relevance | path

Searched defs:UnlockPuk (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp65 void UnlockPuk(const uint8_t *data, size_t size) in UnlockPuk() function
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp204 int32_t SupplementRequestCs::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk() function in OHOS::Telephony::SupplementRequestCs
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp179 int32_t SimStateManager::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::SimStateManager
H A Dsim_state_handle.cpp182 void SimStateHandle::UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk) in UnlockPuk() function in OHOS::Telephony::SimStateHandle
H A Dsim_manager.cpp194 int32_t SimManager::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::SimManager
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h369 void (*UnlockPuk)(const ReqDataInfo *requestInfo, const char *puk, const char *pin); member
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp373 int32_t TelRilSim::UnlockPuk(std::string puk, std::string pin, const AppExecFwk::InnerEvent::Pointe… in UnlockPuk() function in OHOS::Telephony::TelRilSim
H A Dtel_ril_manager.cpp849 int32_t TelRilManager::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::TelRilManager
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp842 int32_t CoreService::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::CoreService
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1461 void CellularCallSupplement::UnlockPuk(int32_t slotId, const MMIData &mmiData) in UnlockPuk() function in OHOS::Telephony::CellularCallSupplement
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp574 int32_t CoreServiceClient::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::CoreServiceClient
H A Dcore_manager_inner.cpp2242 int32_t CoreManagerInner::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::CoreManagerInner
H A Dcore_service_proxy.cpp1583 int32_t CoreServiceProxy::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp509 int32_t RilImpl::UnlockPuk(int32_t slotId, int32_t serialId, const std::string &puk, const std::str… in UnlockPuk() function in OHOS::HDI::Ril::V1_3::RilImpl
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp218 int32_t HRilSim::UnlockPuk(int32_t serialId, const std::string &puk, const std::string &pin) in UnlockPuk() function in OHOS::Telephony::HRilSim
H A Dhril_manager.cpp740 int32_t HRilManager::UnlockPuk(int32_t slotId, int32_t serialId, const std::string &puk, const std:… in UnlockPuk() function in OHOS::Telephony::HRilManager
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp1443 napi_value UnlockPuk(napi_env env, napi_callback_info info) in UnlockPuk() function