/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_handler.cpp | 68 void TelRilHandler::ApplyRunningLock(int32_t lockType) in ApplyRunningLock() 104 void TelRilHandler::ReduceRunningLock(int32_t lockType) in ReduceRunningLock() 123 void TelRilHandler::ReleaseRunningLock(int32_t lockType) in ReleaseRunningLock() 143 void TelRilHandler::ReleaseRunningLockDelay(int32_t lockType) in ReleaseRunningLockDelay()
|
H A D | tel_ril_sim.cpp | 471 int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointer &response) in UnlockSimLock()
|
H A D | tel_ril_manager.cpp | 930 …int32_t slotId, int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointer &res… in UnlockSimLock()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
H A D | unlockpin_fuzzer.cpp | 167 int32_t lockType = static_cast<int32_t>(*data + offset); in SetLockState() local 233 int32_t lockType = static_cast<int32_t>(*data + sizeof(int32_t)); in UnlockSimLock() local
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sim_test.cpp | 928 int32_t lockType = 0; variable 949 int32_t lockType = 0; variable
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | sim_state_type.h | 232 LockType lockType = LockType::PIN_LOCK; member 241 PersoLockType lockType = PersoLockType::PN_PIN_LOCK; member
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 237 LockType lockType = LockType::PIN_LOCK; in GetLockStateTestFunc() local 246 LockType lockType = LockType::PIN_LOCK; in GetLockStateTestFunc1() local 254 LockType lockType = LockType::FDN_LOCK; in GetFDNStateTestFunc() local 263 LockType lockType = LockType::FDN_LOCK; in GetFDNStateTestFunc1() local
|
H A D | zero_branch_test_sim_ril.cpp | 1310 LockType lockType = static_cast<LockType>(0); variable
|
H A D | zero_branch_test.cpp | 1710 LockType lockType = LockType::PIN_LOCK; variable
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/include/ |
H A D | napi_sim.h | 88 int32_t lockType = ERROR_DEFAULT; member
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_handle.cpp | 318 int32_t lockType = static_cast<int32_t>(lockInfo.lockType); in UnlockSimLock() local 331 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState()
|
H A D | sim_state_manager.cpp | 291 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
H A D | sim_manager.cpp | 223 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service.cpp | 226 uint32_t lockType = lockIt->first; in DumpProcessRunningLock() local
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1169 LockType lockType = static_cast<LockType>(testType); in TestGetLockState() local 1282 PersoLockTypeTest lockType = static_cast<PersoLockTypeTest>(testType); in GetSimLockPassword() local
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 964 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 1203 void ReqUnlockSimLock(const ReqDataInfo *requestInfo, int32_t lockType, const char *password) in ReqUnlockSimLock()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 638 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
H A D | core_manager_inner.cpp | 2271 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
H A D | core_service_proxy.cpp | 1780 int32_t CoreServiceProxy::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 584 int32_t RilImpl::UnlockSimLock(int32_t slotId, int32_t serialId, int32_t lockType, const std::strin… in UnlockSimLock()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 358 int32_t HRilSim::UnlockSimLock(int32_t serialId, int32_t lockType, const std::string &key) in UnlockSimLock()
|
H A D | hril_manager.cpp | 821 int32_t HRilManager::UnlockSimLock(int32_t slotId, int32_t serialId, int32_t lockType, const std::s… in UnlockSimLock()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 380 napi_value lockType = NapiUtil::GetNamedProperty(env, arg, "lockType"); in PinInfoParaAnalyze() local 400 napi_value lockType = NapiUtil::GetNamedProperty(env, arg, "lockType"); in PersoLockInfoAnalyze() local
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 1243 int lockType; in UnlockSimLockTest() local
|