Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp246 int32_t PinAuth::QueryPinInfo(uint64_t templateId, PinCredentialInfo &pinCredentialInfoRet) in QueryPinInfo() argument
256 pinCredentialInfoRet.subType = pinCredentialInfosRet.subType; in QueryPinInfo()
257 pinCredentialInfoRet.remainTimes = pinCredentialInfosRet.remainTimes; in QueryPinInfo()
258 pinCredentialInfoRet.freezingTime = pinCredentialInfosRet.freezeTime; in QueryPinInfo()
259 pinCredentialInfoRet.nextFailLockoutDuration = pinCredentialInfosRet.nextFailLockoutDuration; in QueryPinInfo()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dpin_auth.h60 int32_t QueryPinInfo(uint64_t templateId, PinCredentialInfo &pinCredentialInfoRet);

Completed in 2 milliseconds