Home
last modified time | relevance | path

Searched refs:UnlockPuk (Results 1 – 25 of 77) sorted by relevance

1234

/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
249 UnlockPuk(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_cs.h167 int32_t UnlockPuk(int32_t slotId, std::string newPin, std::string puk);
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h40 …int32_t UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusRes…
H A Dsim_state_handle.h119 void UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk);
/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
208 int32_t result = CoreManagerInner::GetInstance().UnlockPuk(slotId, newPin, puk, response); in UnlockPuk()
/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/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h259 void UnlockPuk(int32_t slotId, const MMIData &mmiData);
/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
189 simStateHandle_->UnlockPuk(slotId, newPin, puk); in UnlockPuk()
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
196 telRilManager->UnlockPuk(slotId, puk, newPin, event); in UnlockPuk()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp63 …EXPECT_NE(mCoreService->UnlockPuk(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_S…
210 …EXPECT_NE(mCoreService->UnlockPuk(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_S…
H A Dsim_test_util.cpp290 … int32_t result = CoreServiceClient::GetInstance().UnlockPuk(SimTest::slotId_, pin, puk, response); in UnlockPukTestFunc()
300 …int32_t result = CoreServiceClient::GetInstance().UnlockPuk(SimTest::slotId1_, pin, puk, response); in UnlockPukTestFunc1()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dmmi_code_utils.cpp146 supplement->UnlockPuk(slotId, mmiData); in InitAdditionalMmiCodeFunc()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp302 callSup.UnlockPuk(SIM1_SLOTID, mmiDataPin);
307 callSup.UnlockPuk(SIM1_SLOTID, mmiDataPin);
312 callSup.UnlockPuk(SIM1_SLOTID, mmiDataPin);
643 callSup.UnlockPuk(SIM1_SLOTID, mmiDataAct);
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c106 .UnlockPuk = ReqUnlockPuk,
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h49 …int32_t UnlockPuk(std::string puk, std::string pin, const AppExecFwk::InnerEvent::Pointer &respons…
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp806 int32_t ret = g_rilInterface->UnlockPuk(SLOTID_1, RilTestUtil::GetSerialId(), puk, pin);
827 int32_t ret = g_rilInterface->UnlockPuk(SLOTID_2, RilTestUtil::GetSerialId(), puk, pin);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h39 virtual int32_t UnlockPuk(
H A Dcore_service_client.h462 int32_t UnlockPuk(
H A Di_core_service.h59 virtual int32_t UnlockPuk(
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp874 supplement.UnlockPuk(slotId, mmiData);
882 supplement.UnlockPuk(slotId, mmiData);
887 supplement.UnlockPuk(slotId, mmiData);
/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
375 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::UnlockPuk, puk, pin); in UnlockPuk()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h41 int32_t UnlockPuk(int32_t serialId, const std::string &puk, const std::string &pin);
/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
582 return proxy->UnlockPuk(slotId, newPin, puk, response); in UnlockPuk()
/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
511 return TaskSchedule(&Telephony::HRilManager::UnlockPuk, slotId, serialId, puk, pin); in UnlockPuk()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h120 int32_t UnlockPuk(

1234