/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);
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 49 int32_t UnlockPuk2(
|
H A D | sim_state_handle.h | 129 void UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2);
|
/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
|
/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()
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 277 void UnlockPuk2(int32_t slotId, const MMIData &mmiData);
|
/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 270 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2() function in OHOS::Telephony::SupplementRequestCs 274 int32_t result = CoreManagerInner::GetInstance().UnlockPuk2(slotId, newPin2, puk2, response); in UnlockPuk2()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 394 int32_t SimStateManager::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::SimStateManager 402 TELEPHONY_LOGD("SimStateManager::UnlockPuk2 slotId = %{public}d", slotId); in UnlockPuk2() 404 simStateHandle_->UnlockPuk2(slotId, newPin2, puk2); in UnlockPuk2() 406 TELEPHONY_LOGI("UnlockPuk2::wait(), response = false"); in UnlockPuk2()
|
H A D | sim_state_handle.cpp | 249 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2() function in OHOS::Telephony::SimStateHandle 251 TELEPHONY_LOGI("SimStateHandle::UnlockPuk2() slotId = %{public}d", slotId); in UnlockPuk2() 263 telRilManager->UnlockPuk2(slotId, puk2, newPin2, event); in UnlockPuk2()
|
/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_SUCCESS); in HWTEST_F() 213 EXPECT_NE(mCoreService->UnlockPuk2(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
H A D | sim_test_util.cpp | 345 int32_t result = CoreServiceClient::GetInstance().UnlockPuk2(SimTest::slotId_, pin2, puk2, response); in UnlockPuk2TestFunc() 355 int32_t result = CoreServiceClient::GetInstance().UnlockPuk2(SimTest::slotId1_, pin2, puk2, response); in UnlockPuk2TestFunc1()
|
/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 &response);
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 117 MOCK_METHOD4(UnlockPuk2, int32_t(int32_t, const std::string &, const std::string &, LockStatusResponse &));
|
H A D | mock_core_service.h | 66 MOCK_METHOD(int32_t, UnlockPuk2,
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 108 .UnlockPuk2 = ReqUnlockPuk2,
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | mmi_code_utils.cpp | 152 supplement->UnlockPuk2(slotId, mmiData); in InitAdditionalMmiCodeFunc()
|
/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::Pointer &response) 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()
|
/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); in HWTEST_F() 909 int32_t ret = g_rilInterface->UnlockPuk2(SLOTID_2, RilTestUtil::GetSerialId(), puk2, pin2); in HWTEST_F()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 304 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataPin); in HWTEST_F() 309 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataPin); in HWTEST_F() 314 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataPin); in HWTEST_F() 645 callSup.UnlockPuk2(SIM1_SLOTID, mmiDataAct); in HWTEST_F()
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
H A D | sendsmsmoremode_fuzzer.cpp | 258 telRilSim->UnlockPuk2(puk2, pin2, result); in GetSimStatus()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 496 int32_t UnlockPuk2(
|
H A D | i_sim_manager.h | 59 virtual int32_t UnlockPuk2(
|
/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);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 607 int32_t CoreServiceClient::UnlockPuk2( in UnlockPuk2() function in OHOS::Telephony::CoreServiceClient 615 return proxy->UnlockPuk2(slotId, newPin2, puk2, response); in UnlockPuk2()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 875 supplement.UnlockPuk2(slotId, mmiData); in HWTEST_F() 883 supplement.UnlockPuk2(slotId, mmiData); in HWTEST_F() 888 supplement.UnlockPuk2(slotId, mmiData); in HWTEST_F()
|