Home
last modified time | relevance | path

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

1234

/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
252 UnlockPuk2(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_cs.h187 int32_t UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2);
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h47 int32_t UnlockPuk2(
H A Dsim_state_handle.h127 void UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2);
/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
262 int32_t result = CoreManagerInner::GetInstance().UnlockPuk2(slotId, newPin2, puk2, response); in UnlockPuk2()
/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/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h277 void UnlockPuk2(int32_t slotId, const MMIData &mmiData);
/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
374 simStateHandle_->UnlockPuk2(slotId, newPin2, puk2); in UnlockPuk2()
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
253 telRilManager->UnlockPuk2(slotId, puk2, newPin2, event); in UnlockPuk2()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp66 …EXPECT_NE(mCoreService->UnlockPuk2(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_…
213 …EXPECT_NE(mCoreService->UnlockPuk2(0, testU16Str, testU16Str, mLockStatusResponse), TELEPHONY_ERR_…
H A Dsim_test_util.cpp345 …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 Dmmi_code_utils.cpp152 supplement->UnlockPuk2(slotId, mmiData); in InitAdditionalMmiCodeFunc()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp304 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 Dvendor_adapter.c108 .UnlockPuk2 = ReqUnlockPuk2,
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h51 …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 Dril_sim_test.cpp888 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 Di_sim_manager.h47 virtual int32_t UnlockPuk2(
H A Dcore_service_client.h496 int32_t UnlockPuk2(
H A Di_core_service.h64 virtual int32_t UnlockPuk2(
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp875 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 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
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 Dhril_sim.h43 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 Dcore_service_client.cpp606 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 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
521 return TaskSchedule(&Telephony::HRilManager::UnlockPuk2, slotId, serialId, puk2, pin2); in UnlockPuk2()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h128 int32_t UnlockPuk2(int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,

1234