Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/interfaces/inner_api/
Dattributes.h133 ATTR_CREDENTIAL_COUNT = 100051, enumerator
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_callback_v10.cpp196 …if (!extraInfo.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, resultHolder->enrolledState.crede… in OnResult()
/base/useriam/user_auth_framework/services/context/src/
Dwidget_context.cpp231 … finalResult.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount); in AuthResult()
421 … if (!attr.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount)) { in End()
Dsimple_auth_context.cpp205 bool setCredentialCountRet = finalResult.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetCredentialDigest()
/base/useriam/user_auth_framework/services/core/src/
Dauth_widget_helper.cpp175 bool setCredentialCountRet = extraInfo.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetReuseUnlockResult()