/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/ |
H A D | _property_faceauth_v11.md | 23 | 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.md | 23 | 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 D | pin_auth_all_in_one_hdi_fuzzer.cpp | 165 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 D | face_auth_types.cpp.txt | 45 if (!data.WriteCString(dataBlock.enrollmentProgress.c_str())) { 46 HDF_LOGE("%{public}s: write dataBlock.enrollmentProgress failed!", __func__); 79 dataBlock.enrollmentProgress = enrollmentProgressCp;
|
H A D | face_auth_types.h.txt | 67 std::string enrollmentProgress;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/cpp_target/fingerprint_auth/v1_1/ |
H A D | fingerprint_auth_types.cpp.txt | 45 if (!data.WriteCString(dataBlock.enrollmentProgress.c_str())) { 46 HDF_LOGE("%{public}s: write dataBlock.enrollmentProgress failed!", __func__); 79 dataBlock.enrollmentProgress = enrollmentProgressCp;
|
H A D | fingerprint_auth_types.h.txt | 79 std::string enrollmentProgress;
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/ |
H A D | iam_executor_framework_types.h | 120 std::string enrollmentProgress; member
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_constant.cpp | 118 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 D | face_auth_all_in_one_executor_hdi.cpp | 265 out.enrollmentProgress.swap(in.enrollmentProgress); in MoveHdiProperty()
|
/ohos5.0/base/useriam/fingerprint_auth/services/src/ |
H A D | fingerprint_auth_all_in_one_executor_hdi.cpp | 268 out.enrollmentProgress.swap(in.enrollmentProgress); in MoveHdiProperty()
|
/ohos5.0/drivers/interface/face_auth/v1_1/ |
H A D | FaceAuthTypes.idl | 74 String enrollmentProgress;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/foo/face_auth/v1_1/ |
H A D | FaceAuthTypes.idl | 74 String enrollmentProgress;
|
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 132 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzProperty()
|
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 132 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzProperty()
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_1/ |
H A D | FingerprintAuthTypes.idl | 92 String enrollmentProgress;
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_2/ |
H A D | FingerprintAuthTypes.idl | 94 String enrollmentProgress;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_1/ |
H A D | FingerprintAuthTypes.idl | 92 String enrollmentProgress;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/ |
H A D | user_auth_driver_manager_fuzzer.cpp | 148 property.enrollmentProgress = fuzzParcel_->ReadString(); in GetProperty()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/dump_ast_target/ |
H A D | dump.txt | 117 std::string enrollmentProgress;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/dump_ast_target/ |
H A D | dump.txt | 118 std::string enrollmentProgress;
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/ |
H A D | napi_account_iam_common.h | 68 std::string enrollmentProgress; member
|
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 175 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzHdiProperty()
|
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 172 FillFuzzString(parcel, property.enrollmentProgress); in FillFuzzHdiProperty()
|
/ohos5.0/drivers/interface/face_auth/v2_0/ |
H A D | FaceAuthTypes.idl | 200 String enrollmentProgress;
|