/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
H A D | unlockpin_fuzzer.cpp | 65 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 D | supplement_request_cs.h | 167 int32_t UnlockPuk(int32_t slotId, std::string newPin, std::string puk);
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 40 …int32_t UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusRes…
|
H A D | sim_state_handle.h | 119 void UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk);
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 204 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 D | hril_vendor_sim_defs.h | 369 void (*UnlockPuk)(const ReqDataInfo *requestInfo, const char *puk, const char *pin); member
|
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 259 void UnlockPuk(int32_t slotId, const MMIData &mmiData);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 179 int32_t SimStateManager::UnlockPuk( in UnlockPuk() function in OHOS::Telephony::SimStateManager 189 simStateHandle_->UnlockPuk(slotId, newPin, puk); in UnlockPuk()
|
H A D | sim_state_handle.cpp | 182 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 D | sim_core_service_test.cpp | 63 …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 D | sim_test_util.cpp | 290 … 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 D | mmi_code_utils.cpp | 146 supplement->UnlockPuk(slotId, mmiData); in InitAdditionalMmiCodeFunc()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 302 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 D | vendor_adapter.c | 106 .UnlockPuk = ReqUnlockPuk,
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sim.h | 49 …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 D | ril_sim_test.cpp | 806 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 D | i_sim_manager.h | 39 virtual int32_t UnlockPuk(
|
H A D | core_service_client.h | 462 int32_t UnlockPuk(
|
H A D | i_core_service.h | 59 virtual int32_t UnlockPuk(
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 874 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 D | tel_ril_sim.cpp | 373 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 D | hril_sim.h | 41 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 D | core_service_client.cpp | 574 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 D | ril_impl.cpp | 509 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 D | core_service.h | 120 int32_t UnlockPuk(
|