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.cpp474 int32_t lockType, std::string password, const AppExecFwk::InnerEvent::Pointer &response) in UnlockSimLock()
Dtel_ril_manager.cpp871 …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.ts2373 lockType: LockType; property
2413 lockType: PersoLockType; property
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_sim_test.cpp886 int32_t lockType = 0; variable
907 int32_t lockType = 0; variable
/base/telephony/core_service/interfaces/innerkits/include/
Dsim_state_type.h232 LockType lockType = LockType::PIN_LOCK; member
241 PersoLockType lockType = PersoLockType::PN_PIN_LOCK; member
/base/telephony/core_service/frameworks/js/sim/include/
Dnapi_sim.h90 int32_t lockType = ERROR_DEFAULT; member
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp227 LockType lockType = LockType::PIN_LOCK; in GetLockStateTestFunc() local
236 LockType lockType = LockType::PIN_LOCK; in GetLockStateTestFunc1() local
244 LockType lockType = LockType::FDN_LOCK; in GetFDNStateTestFunc() local
253 LockType lockType = LockType::FDN_LOCK; in GetFDNStateTestFunc1() local
Dzero_branch_test.cpp1407 LockType lockType = LockType::PIN_LOCK; variable
/base/telephony/core_service/services/sim/src/
Dsim_state_handle.cpp210 int32_t lockType = static_cast<int32_t>(lockInfo.lockType); in UnlockSimLock() local
222 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState()
Dsim_state_manager.cpp262 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dsim_manager.cpp209 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
/base/telephony/core_service/services/sim/test/
Dtest.cpp1155 LockType lockType = static_cast<LockType>(testType); in TestGetLockState() local
1268 PersoLockTypeTest lockType = static_cast<PersoLockTypeTest>(testType); in GetSimLockPassword() local
/base/telephony/core_service/services/core/src/
Dcore_service.cpp885 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dcore_service_stub.cpp951 LockType lockType; in OnGetLockState() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp597 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dcore_manager_inner.cpp2153 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState()
Dcore_service_proxy.cpp1656 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.cpp757 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.c1200 void ReqUnlockSimLock(const ReqDataInfo *requestInfo, int32_t lockType, const char *password) in ReqUnlockSimLock()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp310 napi_value lockType = NapiUtil::GetNamedProperty(env, arg, "lockType"); in PinInfoParaAnalyze() local
330 napi_value lockType = NapiUtil::GetNamedProperty(env, arg, "lockType"); in PersoLockInfoAnalyze() local
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp1193 int lockType; in UnlockSimLockTest() local