Home
last modified time | relevance | path

Searched refs:AuthType (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp68 int32_t DoOnceExecutorRegister(const std::shared_ptr<UserAuthInterfaceService> &service, AuthType authType, in DoOnceExecutorRegister()
84 EXPECT_EQ(DoOnceExecutorRegister(service, AuthType::PIN, g_pinIndex), 0); in RegisterAllExecutor()
85 EXPECT_EQ(DoOnceExecutorRegister(service, AuthType::FACE, g_faceIndex), 0); in RegisterAllExecutor()
86 EXPECT_EQ(DoOnceExecutorRegister(service, AuthType::FINGERPRINT, g_fingerprintIndex), 0); in RegisterAllExecutor()
96 void DoOnceEnroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceEnroll()
120 void DoOnceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceAuth()
204 info.authType = AuthType::FACE; in HWTEST_F()
227 info.authType = AuthType::FACE; in HWTEST_F()
330 param.authType = AuthType::PIN; in HWTEST_F()
351 info.authType = AuthType in HWTEST_F()
[all...]
/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h118 typedef enum AuthType { enum
122 } AuthType; typedef
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp54 executorRegisterInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorRegisterInfo()
79 scheduleInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzScheduleInfo()
111 authParam.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzAuthParam()
186 enrollParam.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzEnrollParam()
208 credentialInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzCredentialInfo()
227 enrolledInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzEnrolledInfo()
340 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzGetCredential()
421 AuthType authType = static_cast<AuthType>(parce in FuzzBeginIdentification()
[all...]
/drivers/peripheral/face_auth/hdi_service/include/
H A Dface_auth_hdi.h38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType;
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dfingerprint_auth_hdi.h38 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType;
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Ddefines.h80 typedef enum AuthType { enum
86 } AuthType; typedef
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dpin_auth_hdi.h37 using HdiAuthType = OHOS::HDI::PinAuth::V2_0::AuthType;
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c29 AuthType authType;
/drivers/peripheral/user_auth/hdi_service/interface/
H A Duser_auth_hdi.h29 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType;
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp43 .authType = AuthType::FACE, in AllInOneExecutorImpl()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp42 .authType = AuthType::FINGERPRINT, in AllInOneExecutorImpl()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp119 out->authType = static_cast<AuthType>(in->authType); in CopyScheduleInfo()
434 out->authType = static_cast<AuthType>(in->authType); in CopyAuthScheduleInfo()
919 out.authType = static_cast<AuthType>(in.authType); in CopyCredentialInfo()
1110 enrolledInfo.authType = static_cast<AuthType>(enrolledInfoHals[i].authType); in GetUserInfo()
1328 enrolledInfo.authType = static_cast<AuthType>(userInfoResult[i].enrolledInfo[j].authType); in GetAllExtUserInfo()
1433 out->authType = static_cast<AuthType>(in->authType); in CopyHdiScheduleInfo()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp90 executorInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp90 executorInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo()

Completed in 10 milliseconds