Home
last modified time | relevance | path

Searched refs:infoRet (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp165 OHOS::UserIam::PinAuth::PinCredentialInfo infoRet = {}; in AuthenticateInner() local
166 int32_t result = pinHdi_->QueryPinInfo(templateId, infoRet); in AuthenticateInner()
172 if (infoRet.remainTimes == 0 || infoRet.freezingTime > 0) { in AuthenticateInner()
339 OHOS::UserIam::PinAuth::PinCredentialInfo infoRet = {}; in GetProperty() local
340 int32_t result = pinHdi_->QueryPinInfo(templateId, infoRet); in GetProperty()
346 property.authSubType = infoRet.subType; in GetProperty()
347 property.remainAttempts = infoRet.remainTimes; in GetProperty()
348 property.lockoutDuration = infoRet.freezingTime; in GetProperty()
349 property.nextFailLockoutDuration = infoRet in GetProperty()
[all...]

Completed in 2 milliseconds