Home
last modified time | relevance | path

Searched refs:ATTR_CREDENTIAL_ID (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h56 ATTR_CREDENTIAL_ID = 100025, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp235 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, credentialId); in OnResult()
314 …extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, updateCredInfo.credentialId… in OnResult()
420 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, credentialId); in OnResult()
486 …extraInfoResult.SetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, extraUpdateInfo_.cred… in OnResult()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h83 ATTR_CREDENTIAL_ID = 100025, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Denroll_context.cpp149 bool setCredIdRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_ID, credentialId); in InvokeResultCallback()
H A Dsimple_auth_context.cpp288 …bool setCredentialIdRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_ID, resultInfo.cr… in InvokeResultCallback()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp74 ATTR_CREDENTIAL_ID = 100025, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp122 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, param->credentialId); in OnResult()
477 … if (extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, param.credentialId)) { in PrepareAuthResult()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c47 ATTR_CREDENTIAL_ID,
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp407 static_cast<void>(extraInfo.SetUint64Value(Attributes::ATTR_CREDENTIAL_ID, 0)); in EnforceDelUser()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Denroll_context_test.cpp516 bool ret = finalResult.GetUint64Value(Attributes::ATTR_CREDENTIAL_ID, credentialId); in __anon57dbc4041302()