Home
last modified time | relevance | path

Searched refs:setCredentialCountRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp185 bool setCredentialCountRet = extraInfo.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetReuseUnlockResult() local
187 IF_FALSE_LOGE_AND_RETURN_VAL(setCredentialCountRet == true, GENERAL_ERROR); in SetReuseUnlockResult()
H A Dsimple_auth_context.cpp257 bool setCredentialCountRet = finalResult.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetCredentialDigest() local
259 IF_FALSE_LOGE_AND_RETURN_VAL(setCredentialCountRet == true, false); in SetCredentialDigest()