Home
last modified time | relevance | path

Searched refs:UnlockPin (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp475 int32_t RilImpl::UnlockPin(int32_t slotId, int32_t serialId, const std::string &pin) in UnlockPin() function in OHOS::HDI::Ril::V1_1::RilImpl
477 return TaskSchedule(&Telephony::HRilManager::UnlockPin, slotId, serialId, pin); in UnlockPin()
/drivers/peripheral/ril/interfaces/hdi_service/include/
Dril_impl.h106 int32_t UnlockPin(int32_t slotId, int32_t serialId, const std::string &pin) override;
/drivers/interface/ril/v1_0/
DIRil.idl938 [oneway] UnlockPin([in] int slotId, [in] int serialId, [in] String pin);
/drivers/interface/ril/v1_1/
DIRil.idl982 [oneway] UnlockPin([in] int slotId, [in] int serialId, [in] String pin);