/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_handler.cpp | 64 void TelRilHandler::ApplyRunningLock(int32_t lockType) in ApplyRunningLock() 96 void TelRilHandler::ReduceRunningLock(int32_t lockType) in ReduceRunningLock() 113 void TelRilHandler::ReleaseRunningLock(int32_t lockType) in ReleaseRunningLock()
|
D | tel_ril_sim.cpp | 469 int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointer &response) in UnlockSimLock()
|
D | tel_ril_manager.cpp | 792 …int32_t slotId, int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointer &res… in UnlockSimLock()
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.sim.d.ts | 1009 lockType: LockType; property 1019 lockType: PersoLockType; property
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | sim_state_type.h | 141 LockType lockType; member 147 PersoLockType lockType; member
|
/base/telephony/core_service/frameworks/js/sim/include/ |
D | napi_sim.h | 90 int32_t lockType = ERROR_DEFAULT; member
|
/base/telephony/core_service/services/sim/src/ |
D | sim_state_handle.cpp | 211 int32_t lockType = static_cast<int32_t>(lockInfo.lockType); in UnlockSimLock() local 223 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState()
|
D | sim_state_manager.cpp | 261 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
D | sim_manager.cpp | 226 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_test.cpp | 2086 LockType lockType = LockType::PIN_LOCK; in GetLockStateTestFunc() local 2118 LockType lockType = LockType::PIN_LOCK; in GetLockStateTestFunc1() local 2169 LockType lockType = LockType::FDN_LOCK; in GetFDNStateTestFunc() local 2201 LockType lockType = LockType::FDN_LOCK; in GetFDNStateTestFunc1() local
|
D | zero_branch_test.cpp | 1008 LockType lockType = LockType::PIN_LOCK; variable
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_interface_test.cpp | 3209 int32_t lockType = 0; variable 3230 int32_t lockType = 0; variable
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 1033 LockType lockType = static_cast<LockType>(testType); in TestGetLockState() local 1132 PersoLockTypeTest lockType = static_cast<PersoLockTypeTest>(testType); in GetSimLockPassword() local
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 754 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
D | core_service_stub.cpp | 878 LockType lockType; in OnGetLockState() local
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 577 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
D | core_manager_inner.cpp | 2063 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
D | core_service_proxy.cpp | 1596 int32_t CoreServiceProxy::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_sim.cpp | 279 int32_t HRilSim::UnlockSimLock(int32_t serialId, int32_t lockType, const std::string &key) in UnlockSimLock()
|
D | hril_manager.cpp | 724 int32_t HRilManager::UnlockSimLock(int32_t slotId, int32_t serialId, int32_t lockType, const std::s… in UnlockSimLock()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_sim.c | 1191 void ReqUnlockSimLock(const ReqDataInfo *requestInfo, int32_t lockType, const char *password) in ReqUnlockSimLock()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 306 napi_value lockType = NapiUtil::GetNamedProperty(env, arg, "lockType"); in PinInfoParaAnalyze() local 326 napi_value lockType = NapiUtil::GetNamedProperty(env, arg, "lockType"); in PersoLockInfoAnalyze() local
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 1147 int lockType; in UnlockSimLockTest() local
|