Home
last modified time | relevance | path

Searched refs:enrollmentProgress (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/
H A D_property_faceauth_v11.md23 | String [enrollmentProgress](#enrollmentprogress) | 人脸录入进程。 |
40 ### enrollmentProgress subsection
43 String Property::enrollmentProgress
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/
H A D_property_fingerauth_v11.md23 | String [enrollmentProgress](#enrollmentprogress) | 指纹录入进度。 |
40 ### enrollmentProgress subsection
43 String Property::enrollmentProgress
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthallinonehdi_fuzzer/
H A Dpin_auth_all_in_one_hdi_fuzzer.cpp165 std::string enrollmentProgress; in FuzzGetProperty() local
169 FillFuzzString(parcel, enrollmentProgress); in FuzzGetProperty()
175 .enrollmentProgress = enrollmentProgress, in FuzzGetProperty()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/
H A Dface_auth_types.cpp.txt45 if (!data.WriteCString(dataBlock.enrollmentProgress.c_str())) {
46 HDF_LOGE("%{public}s: write dataBlock.enrollmentProgress failed!", __func__);
79 dataBlock.enrollmentProgress = enrollmentProgressCp;
H A Dface_auth_types.h.txt67 std::string enrollmentProgress;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/cpp_target/fingerprint_auth/v1_1/
H A Dfingerprint_auth_types.cpp.txt45 if (!data.WriteCString(dataBlock.enrollmentProgress.c_str())) {
46 HDF_LOGE("%{public}s: write dataBlock.enrollmentProgress failed!", __func__);
79 dataBlock.enrollmentProgress = enrollmentProgressCp;
H A Dfingerprint_auth_types.h.txt79 std::string enrollmentProgress;
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_framework_types.h120 std::string enrollmentProgress; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp118 napi_value enrollmentProgress = nullptr; in GetPropertyTypeConstructor() local
126 …reate_int32(env, static_cast<int32_t>(GetPropertyType::ENROLLMENT_PROGRESS), &enrollmentProgress)); in GetPropertyTypeConstructor()
133 …ALL(env, napi_set_named_property(env, getPropertyType, "ENROLLMENT_PROGRESS", enrollmentProgress)); in GetPropertyTypeConstructor()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp265 out.enrollmentProgress.swap(in.enrollmentProgress); in MoveHdiProperty()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp268 out.enrollmentProgress.swap(in.enrollmentProgress); in MoveHdiProperty()
/ohos5.0/drivers/interface/face_auth/v1_1/
H A DFaceAuthTypes.idl74 String enrollmentProgress;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/foo/face_auth/v1_1/
H A DFaceAuthTypes.idl74 String enrollmentProgress;
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp132 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzProperty()
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp132 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzProperty()
/ohos5.0/drivers/interface/fingerprint_auth/v1_1/
H A DFingerprintAuthTypes.idl92 String enrollmentProgress;
/ohos5.0/drivers/interface/fingerprint_auth/v1_2/
H A DFingerprintAuthTypes.idl94 String enrollmentProgress;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_1/
H A DFingerprintAuthTypes.idl92 String enrollmentProgress;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H A Duser_auth_driver_manager_fuzzer.cpp148 property.enrollmentProgress = fuzzParcel_->ReadString(); in GetProperty()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/dump_ast_target/
H A Ddump.txt117 std::string enrollmentProgress;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/dump_ast_target/
H A Ddump.txt118 std::string enrollmentProgress;
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h68 std::string enrollmentProgress; member
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp175 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzHdiProperty()
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp172 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzHdiProperty()
/ohos5.0/drivers/interface/face_auth/v2_0/
H A DFaceAuthTypes.idl200 String enrollmentProgress;

12