Searched refs:UnlockPuk2 (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 523 int32_t RilImpl::UnlockPuk2(int32_t slotId, int32_t serialId, const std::string &puk2, const std::string &pin2) in UnlockPuk2() function in OHOS::HDI::Ril::V1_3::RilImpl 525 return TaskSchedule(&Telephony::HRilManager::UnlockPuk2, slotId, serialId, puk2, pin2); in UnlockPuk2()
|
/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 113 int32_t UnlockPuk2(int32_t slotId, int32_t serialId, const std::string &puk2, const std::string &pin2) override;
|
Completed in 5 milliseconds