Searched refs:UnlockPuk (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 513 int32_t RilImpl::UnlockPuk(int32_t slotId, int32_t serialId, const std::string &puk, const std::string &pin) in UnlockPuk() function in OHOS::HDI::Ril::V1_3::RilImpl 515 return TaskSchedule(&Telephony::HRilManager::UnlockPuk, slotId, serialId, puk, pin); in UnlockPuk()
|
/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 111 int32_t UnlockPuk(int32_t slotId, int32_t serialId, const std::string &puk, const std::string &pin) override;
|
Completed in 4 milliseconds