Searched refs:AuthType (Results 1 - 14 of 14) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | user_auth_interface_service_test.cpp | 68 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 D | defines.h | 118 typedef enum AuthType { enum 122 } AuthType; typedef
|
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 54 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 D | face_auth_hdi.h | 38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType;
|
/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | fingerprint_auth_hdi.h | 38 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType;
|
/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | defines.h | 80 typedef enum AuthType { enum 86 } AuthType; typedef
|
/drivers/peripheral/pin_auth/hdi_service/service/inc/ |
H A D | pin_auth_hdi.h | 37 using HdiAuthType = OHOS::HDI::PinAuth::V2_0::AuthType;
|
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | enroll_specification_check.c | 29 AuthType authType;
|
/drivers/peripheral/user_auth/hdi_service/interface/ |
H A D | user_auth_hdi.h | 29 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType;
|
/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 43 .authType = AuthType::FACE, in AllInOneExecutorImpl()
|
/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 42 .authType = AuthType::FINGERPRINT, in AllInOneExecutorImpl()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 119 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 D | all_in_one_executor_fuzzer.cpp | 90 executorInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo()
|
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 90 executorInfo.authType = static_cast<AuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo()
|
Completed in 10 milliseconds