Home
last modified time | relevance | path

Searched refs:ATTR_CREDENTIAL_COUNT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h133 ATTR_CREDENTIAL_COUNT = 100051, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_callback_v10.cpp197 …if (!extraInfo.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, resultHolder->enrolledState.crede… in OnResult()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp261 … finalResult.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount); in AuthResult()
526 … if (!attr.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount)) { in End()
H A Dauth_widget_helper.cpp185 bool setCredentialCountRet = extraInfo.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetReuseUnlockResult()
H A Dsimple_auth_context.cpp257 bool setCredentialCountRet = finalResult.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetCredentialDigest()