Home
last modified time | relevance | path

Searched refs:ATTR_ENROLL_PROGRESS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp379 case Attributes::ATTR_ENROLL_PROGRESS: { in FillPropertyToAttribute()
381 … values->SetStringValue(Attributes::ATTR_ENROLL_PROGRESS, property.enrollmentProgress); in FillPropertyToAttribute()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h101 ATTR_ENROLL_PROGRESS = 100035, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp290 { ENROLLMENT_PROGRESS, Attributes::AttributeKey::ATTR_ENROLL_PROGRESS }, in ConvertGetPropertyTypeToAttributeKey()
396 case Attributes::AttributeKey::ATTR_ENROLL_PROGRESS: { in GeneratePropertyJs()
712 case Attributes::AttributeKey::ATTR_ENROLL_PROGRESS: { in GetExecutorPropertys()
714 … Attributes::AttributeKey::ATTR_ENROLL_PROGRESS, propertyInfo.enrollmentProgress)) { in GetExecutorPropertys()
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp266 if (inItem == UserAuth::Attributes::ATTR_ENROLL_PROGRESS || in ConvertAttributeKeyVectorToPropertyType()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp382 { UserAuth::Attributes::ATTR_ENROLL_PROGRESS, GetPropertyType::ENROLL_PROGRESS }, in ConvertAttributeKeyToPropertyType()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp385 { UserAuth::Attributes::ATTR_ENROLL_PROGRESS, GetPropertyType::ENROLL_PROGRESS }, in ConvertAttributeKeyToPropertyType()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp527 Attributes::ATTR_ENROLL_PROGRESS, in FuzzFillPropertyToAttribute()