Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp119 void UnlockPuk2(const uint8_t *data, size_t size) in UnlockPuk2() function
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp258 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2() function in OHOS::Telephony::SupplementRequestCs
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp364 int32_t SimStateManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::SimStateManager
H A Dsim_state_handle.cpp239 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2() function in OHOS::Telephony::SimStateHandle
H A Dsim_manager.cpp250 int32_t SimManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::SimManager
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h372 void (*UnlockPuk2)(const ReqDataInfo *requestInfo, const char *puk2, const char *pin2); member
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp383 int32_t TelRilSim::UnlockPuk2(std::string puk2, std::string pin2, const AppExecFwk::InnerEvent::Poi… in UnlockPuk2() function in OHOS::Telephony::TelRilSim
H A Dtel_ril_manager.cpp861 int32_t TelRilManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::TelRilManager
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp901 int32_t CoreService::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreService
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1500 void CellularCallSupplement::UnlockPuk2(int32_t slotId, const MMIData &mmiData) in UnlockPuk2() function in OHOS::Telephony::CellularCallSupplement
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp606 int32_t CoreServiceClient::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreServiceClient
H A Dcore_manager_inner.cpp2298 int32_t CoreManagerInner::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreManagerInner
H A Dcore_service_proxy.cpp1680 int32_t CoreServiceProxy::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp519 int32_t RilImpl::UnlockPuk2(int32_t slotId, int32_t serialId, const std::string &puk2, const std::s… in UnlockPuk2() function in OHOS::HDI::Ril::V1_3::RilImpl
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp238 int32_t HRilSim::UnlockPuk2(int32_t serialId, const std::string &puk2, const std::string &pin2) in UnlockPuk2() function in OHOS::Telephony::HRilSim
H A Dhril_manager.cpp750 int32_t HRilManager::UnlockPuk2(int32_t slotId, int32_t serialId, const std::string &puk2, const st… in UnlockPuk2() function in OHOS::Telephony::HRilManager
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp1978 napi_value UnlockPuk2(napi_env env, napi_callback_info info) in UnlockPuk2() function