| /base/telephony/core_service/services/sim/include/ |
| D | sim_state_manager.h | 49 …int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response);
|
| D | sim_state_handle.h | 126 void UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo);
|
| D | sim_manager.h | 57 …int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response)…
|
| /base/telephony/ril_adapter/interfaces/innerkits/include/ |
| D | hril_vendor_sim_defs.h | 383 void (*UnlockSimLock)(const ReqDataInfo *requestInfo, int32_t lockType, const char *password); member
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_state_manager.cpp | 425 int32_t SimStateManager::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusRes… in UnlockSimLock() function in OHOS::Telephony::SimStateManager 434 simStateHandle_->UnlockSimLock(slotId, lockInfo); in UnlockSimLock()
|
| D | sim_state_handle.cpp | 261 void SimStateHandle::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo) in UnlockSimLock() function in OHOS::Telephony::SimStateHandle 276 telRilManager->UnlockSimLock(slotId, lockType, Str16ToStr8(lockInfo.password), event); in UnlockSimLock()
|
| D | sim_manager.cpp | 231 int32_t SimManager::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse… in UnlockSimLock() function in OHOS::Telephony::SimManager 237 return simStateManager_[slotId]->UnlockSimLock(slotId, lockInfo, response); in UnlockSimLock()
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_core_service_test.cpp | 103 …EXPECT_NE(mCoreService->UnlockSimLock(0, mPersoLockInfo, mLockStatusResponse), TELEPHONY_ERR_SUCCE… 247 …EXPECT_NE(mCoreService->UnlockSimLock(0, mPersoLockInfo, mLockStatusResponse), TELEPHONY_ERR_SUCCE…
|
| D | sim_test_util.cpp | 432 …int32_t result = CoreServiceClient::GetInstance().UnlockSimLock(SimTest::slotId_, lockInfo, respon… in UnlockSimLockTestFunc() 443 …int32_t result = CoreServiceClient::GetInstance().UnlockSimLock(SimTest::slotId1_, lockInfo, respo… in UnlockSimLockTestFunc1()
|
| D | zero_branch_test_sim_ril.cpp | 452 …EXPECT_GT(simStateManager->UnlockSimLock(0, mPersoLockInfo, mLockStatusResponse), TELEPHONY_ERR_SU… 481 simStateHandle->UnlockSimLock(0, lockInfo);
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | vendor_adapter.c | 120 .UnlockSimLock = ReqUnlockSimLock,
|
| /base/telephony/ril_adapter/services/hril/include/ |
| D | hril_sim.h | 58 int32_t UnlockSimLock(int32_t serialId, int32_t lockType, const std::string &key);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 49 …virtual int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &r…
|
| D | core_service_client.h | 763 …int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response);
|
| D | i_core_service.h | 133 …virtual int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &r…
|
| D | core_service_proxy.h | 127 …int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response)…
|
| D | i_tel_ril_manager.h | 220 virtual int32_t UnlockSimLock(
|
| /base/telephony/core_service/services/tel_ril/include/ |
| D | tel_ril_sim.h | 67 …int32_t UnlockSimLock(int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointe…
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| D | ril_sim_test.cpp | 930 … int32_t ret = g_rilInterface->UnlockSimLock(SLOTID_1, RilTestUtil::GetSerialId(), lockType, key); 951 … int32_t ret = g_rilInterface->UnlockSimLock(SLOTID_2, RilTestUtil::GetSerialId(), lockType, key);
|
| /base/telephony/core_service/services/tel_ril/src/ |
| D | tel_ril_sim.cpp | 478 int32_t TelRilSim::UnlockSimLock( in UnlockSimLock() function in OHOS::Telephony::TelRilSim 481 …(TELEPHONY_LOG_FUNC_NAME, response, HREQ_SIM_UNLOCK_SIM_LOCK, &HDI::Ril::V1_1::IRil::UnlockSimLock, in UnlockSimLock()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 896 int32_t CoreServiceClient::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusR… in UnlockSimLock() function in OHOS::Telephony::CoreServiceClient 903 return proxy->UnlockSimLock(slotId, lockInfo, response); in UnlockSimLock()
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 216 …int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response)…
|
| /base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
| D | sendsmsmoremode_fuzzer.cpp | 248 telRilSim->UnlockSimLock(index, password, result); in GetSimStatus()
|
| /base/telephony/ril_adapter/services/hril/src/ |
| D | hril_sim.cpp | 280 int32_t HRilSim::UnlockSimLock(int32_t serialId, int32_t lockType, const std::string &key) in UnlockSimLock() function in OHOS::Telephony::HRilSim 285 …RequestVendor(serialId, HREQ_SIM_UNLOCK_SIM_LOCK, simFuncs_, &HRilSimReq::UnlockSimLock, lockType,… in UnlockSimLock()
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 1344 int32_t CoreService::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusRespons… in UnlockSimLock() function in OHOS::Telephony::CoreService 1360 return simManager_->UnlockSimLock(slotId, lockInfo, response); in UnlockSimLock()
|