Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp250 PinCredentialInfos pinCredentialInfosRet = {}; in QueryPinInfo() local
251 int32_t result = DoQueryPinInfo(templateId, &pinCredentialInfosRet); in QueryPinInfo()
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()

Completed in 1 milliseconds