Home
last modified time | relevance | path

Searched defs:UnlockPin (Results 1 – 12 of 12) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp103 bool SimStateManager::UnlockPin(int32_t slotId, std::string pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::SimStateManager
Dsim_state_handle.cpp92 void SimStateHandle::UnlockPin(int32_t slotId, std::string pin) in UnlockPin() function in OHOS::Telephony::SimStateHandle
Dsim_manager.cpp115 bool SimManager::UnlockPin(int32_t slotId, std::string pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::SimManager
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sim_defs.h149 void (*UnlockPin)(const ReqDataInfo *requestInfo, const char *pin); member
/base/telephony/core_service/services/core/src/
Dcore_service.cpp509 bool CoreService::UnlockPin(const int32_t slotId, std::u16string pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::CoreService
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp449 bool CoreServiceClient::UnlockPin(int32_t slotId, std::u16string pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::CoreServiceClient
Dcore_service_proxy.cpp1141 bool CoreServiceProxy::UnlockPin(const int32_t slotId, std::u16string pin, LockStatusResponse &resp… in UnlockPin() function in OHOS::Telephony::CoreServiceProxy
Dcore_manager_inner.cpp1697 bool CoreManagerInner::UnlockPin(int32_t slotId, std::string pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::CoreManagerInner
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp279 int32_t HRilSim::UnlockPin(struct HdfSBuf *data) in UnlockPin() function in OHOS::Telephony::HRilSim
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp994 int32_t TelRilSim::UnlockPin(std::string pin, const AppExecFwk::InnerEvent::Pointer &response) in UnlockPin() function in OHOS::Telephony::TelRilSim
Dtel_ril_manager.cpp764 int32_t TelRilManager::UnlockPin(int32_t slotId, std::string pin, const AppExecFwk::InnerEvent::Poi… in UnlockPin() function in OHOS::Telephony::TelRilManager
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp749 napi_value UnlockPin(napi_env env, napi_callback_info info) in UnlockPin() function