Home
last modified time | relevance | path

Searched defs:lockType (Results 1 – 23 of 23) sorted by relevance

/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_handler.cpp64 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()
Dtel_ril_sim.cpp469 int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointer &response) in UnlockSimLock()
Dtel_ril_manager.cpp792 …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.ts1009 lockType: LockType; property
1019 lockType: PersoLockType; property
/base/telephony/core_service/interfaces/innerkits/include/
Dsim_state_type.h141 LockType lockType; member
147 PersoLockType lockType; member
/base/telephony/core_service/frameworks/js/sim/include/
Dnapi_sim.h90 int32_t lockType = ERROR_DEFAULT; member
/base/telephony/core_service/services/sim/src/
Dsim_state_handle.cpp211 int32_t lockType = static_cast<int32_t>(lockInfo.lockType); in UnlockSimLock() local
223 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState()
Dsim_state_manager.cpp261 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dsim_manager.cpp226 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.cpp2086 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
Dzero_branch_test.cpp1008 LockType lockType = LockType::PIN_LOCK; variable
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_interface_test.cpp3209 int32_t lockType = 0; variable
3230 int32_t lockType = 0; variable
/base/telephony/core_service/services/sim/test/
Dtest.cpp1033 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/
Dcore_service.cpp754 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dcore_service_stub.cpp878 LockType lockType; in OnGetLockState() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp577 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dcore_manager_inner.cpp2063 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dcore_service_proxy.cpp1596 int32_t CoreServiceProxy::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp279 int32_t HRilSim::UnlockSimLock(int32_t serialId, int32_t lockType, const std::string &key) in UnlockSimLock()
Dhril_manager.cpp724 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/
Dat_sim.c1191 void ReqUnlockSimLock(const ReqDataInfo *requestInfo, int32_t lockType, const char *password) in ReqUnlockSimLock()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp306 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/
Dril_interface_test.cpp1147 int lockType; in UnlockSimLockTest() local