Home
last modified time | relevance | path

Searched defs:UnlockSimLock (Results 1 – 15 of 15) sorted by relevance

/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
Dunlockpin_fuzzer.cpp225 void UnlockSimLock(const uint8_t *data, size_t size) in UnlockSimLock() function
/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp524 int32_t SimStateManager::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusRes… in UnlockSimLock() function in OHOS::Telephony::SimStateManager
Dsim_state_handle.cpp321 void SimStateHandle::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo) in UnlockSimLock() function in OHOS::Telephony::SimStateHandle
Dsim_manager.cpp291 int32_t SimManager::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse… in UnlockSimLock() function in OHOS::Telephony::SimManager
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sim_defs.h387 void (*UnlockSimLock)(const ReqDataInfo *requestInfo, int32_t lockType, const char *password); member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp472 int32_t TelRilSim::UnlockSimLock( in UnlockSimLock() function in OHOS::Telephony::TelRilSim
Dtel_ril_manager.cpp973 int32_t TelRilManager::UnlockSimLock( in UnlockSimLock() function in OHOS::Telephony::TelRilManager
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
Desim_core_service_stub_test.h464 …int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response)… in UnlockSimLock() function
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1777 int32_t CoreService::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusRespons… in UnlockSimLock() function in OHOS::Telephony::CoreService
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp375 int32_t HRilSim::UnlockSimLock(int32_t serialId, int32_t lockType, const std::string &key) in UnlockSimLock() function in OHOS::Telephony::HRilSim
Dhril_manager.cpp863 int32_t HRilManager::UnlockSimLock(int32_t slotId, int32_t serialId, int32_t lockType, const std::s… in UnlockSimLock() function in OHOS::Telephony::HRilManager
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp1486 int32_t CoreServiceClient::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusR… in UnlockSimLock() function in OHOS::Telephony::CoreServiceClient
Dcore_service_proxy.cpp2630 int32_t CoreServiceProxy::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusRe… in UnlockSimLock() function in OHOS::Telephony::CoreServiceProxy
Dcore_manager_inner.cpp2483 int32_t CoreManagerInner::UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusRe… in UnlockSimLock() function in OHOS::Telephony::CoreManagerInner
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp2920 napi_value UnlockSimLock(napi_env env, napi_callback_info info) in UnlockSimLock() function