/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
H A D | unlockpin_fuzzer.cpp | 119 void UnlockPuk2(const uint8_t *data, size_t size) in UnlockPuk2() function 252 UnlockPuk2(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_cs.h | 187 int32_t UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2);
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 47 int32_t UnlockPuk2(
|
H A D | sim_state_handle.h | 127 void UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2);
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 258 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2() function in OHOS::Telephony::SupplementRequestCs 262 int32_t result = CoreManagerInner::GetInstance().UnlockPuk2(slotId, newPin2, puk2, response); in UnlockPuk2()
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 372 void (*UnlockPuk2)(const ReqDataInfo *requestInfo, const char *puk2, const char *pin2); member
|
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 277 void UnlockPuk2(int32_t slotId, const MMIData &mmiData);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 364 int32_t SimStateManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::SimStateManager 374 simStateHandle_->UnlockPuk2(slotId, newPin2, puk2); in UnlockPuk2()
|
H A D | sim_state_handle.cpp | 239 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2() function in OHOS::Telephony::SimStateHandle 253 telRilManager->UnlockPuk2(slotId, puk2, newPin2, event); in UnlockPuk2()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 66 …EXPECT_NE(mCoreService->UnlockPuk2(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_… 213 …EXPECT_NE(mCoreService->UnlockPuk2(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_…
|
H A D | sim_test_util.cpp | 345 …int32_t result = CoreServiceClient::GetInstance().UnlockPuk2(SimTest::slotId_, pin2, puk2, respons… in UnlockPuk2TestFunc() 355 …int32_t result = CoreServiceClient::GetInstance().UnlockPuk2(SimTest::slotId1_, pin2, puk2, respon… in UnlockPuk2TestFunc1()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | mmi_code_utils.cpp | 152 supplement->UnlockPuk2(slotId, mmiData); in InitAdditionalMmiCodeFunc()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 304 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataPin); 309 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataPin); 314 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataPin); 645 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataAct);
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 108 .UnlockPuk2 = ReqUnlockPuk2,
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sim.h | 51 …int32_t UnlockPuk2(std::string puk2, std::string pin2, const AppExecFwk::InnerEvent::Pointer &resp…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sim_test.cpp | 888 int32_t ret = g_rilInterface->UnlockPuk2(SLOTID_1, RilTestUtil::GetSerialId(), puk2, pin2); 909 int32_t ret = g_rilInterface->UnlockPuk2(SLOTID_2, RilTestUtil::GetSerialId(), puk2, pin2);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 47 virtual int32_t UnlockPuk2(
|
H A D | core_service_client.h | 496 int32_t UnlockPuk2(
|
H A D | i_core_service.h | 64 virtual int32_t UnlockPuk2(
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 875 supplement.UnlockPuk2(slotId, mmiData); 883 supplement.UnlockPuk2(slotId, mmiData); 888 supplement.UnlockPuk2(slotId, mmiData);
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 383 int32_t TelRilSim::UnlockPuk2(std::string puk2, std::string pin2, const AppExecFwk::InnerEvent::Poi… in UnlockPuk2() function in OHOS::Telephony::TelRilSim 385 … return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::UnlockPuk2, puk2, pin2); in UnlockPuk2()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sim.h | 43 int32_t UnlockPuk2(int32_t serialId, const std::string &puk2, const std::string &pin2);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 606 int32_t CoreServiceClient::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreServiceClient 614 return proxy->UnlockPuk2(slotId, newPin2, puk2, response); in UnlockPuk2()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 519 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 521 return TaskSchedule(&Telephony::HRilManager::UnlockPuk2, slotId, serialId, puk2, pin2); in UnlockPuk2()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 128 int32_t UnlockPuk2(int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,
|