Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp183 …bool setCredentialDigestRet = extraInfo.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, credent… in SetReuseUnlockResult() local
184 IF_FALSE_LOGE_AND_RETURN_VAL(setCredentialDigestRet == true, GENERAL_ERROR); in SetReuseUnlockResult()
H A Dsimple_auth_context.cpp254 bool setCredentialDigestRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, in SetCredentialDigest() local
256 IF_FALSE_LOGE_AND_RETURN_VAL(setCredentialDigestRet == true, false); in SetCredentialDigest()