Home
last modified time | relevance | path

Searched defs:authType (Results 1 – 25 of 29) sorted by relevance

12

/drivers/peripheral/user_auth/test/unittest/user_auth_test/
Dauth_level_test.cpp86 uint32_t authType = 1; variable
99 uint32_t authType = 1; variable
113 uint32_t authType = 1; variable
121 uint32_t authType = 1; variable
132 uint32_t authType = 1; variable
147 uint32_t authType = 1; variable
Duser_auth_funcs_test.cpp49 uint32_t authType = 1; variable
/drivers/peripheral/user_auth/hdi_service/idm/src/
Denroll_specification_check.c29 AuthType authType; member
39 IAM_STATIC uint32_t GetMaxNumber(uint32_t authType) in GetMaxNumber()
89 ResultCode CheckSpecification(int32_t userId, uint32_t authType) in CheckSpecification()
Didm_session.c40 uint32_t authType; member
173 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate) in AssociateCoauthSchedule()
196 ResultCode GetEnrollScheduleInfo(uint64_t *scheduleId, uint32_t *authType) in GetEnrollScheduleInfo()
Duser_idm_funcs.c260 ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **creds) in QueryCredentialFunc()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
Duser_auth_interface_service_test.cpp66 …DoOnceExecutorRegister(const std::shared_ptr<UserAuthInterfaceService> &service, AuthType authType, in DoOnceExecutorRegister()
94 …Enroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceEnroll()
117 …ceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceAuth()
602 AuthType authType = AuthType::PIN; variable
780 AuthType authType = AuthType::PIN; variable
822 AuthType authType = AuthType::PIN; variable
856 AuthType authType = AuthType::PIN; variable
872 AuthType authType = AuthType::FACE; variable
898 AuthType authType = AuthType::FACE; variable
915 AuthType authType = AuthType::PIN; variable
[all …]
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
Dcontext_manager.h33 uint32_t authType; member
43 uint32_t authType; member
51 uint32_t authType; member
Duser_auth_funcs.h30 uint32_t authType; member
Duser_sign_centre.h39 uint32_t authType; member
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
Dauth_level.c83 IAM_STATIC ResultCode GetAsl(uint32_t authType, uint32_t *asl) in GetAsl()
119 IAM_STATIC ResultCode GetAcl(int32_t userId, uint32_t authType, uint32_t *acl) in GetAcl()
146 ResultCode SingleAuthTrustLevel(int32_t userId, uint32_t authType, uint32_t *atl) in SingleAuthTrustLevel()
Duser_auth_funcs.c59 int32_t userId, uint32_t authType, const ExecutorResultInfo *info, AuthResult *result) in SetAuthResult()
/drivers/peripheral/user_auth/test/unittest/idm_test/
Didm_session_test.cpp27 uint32_t authType; member
122 uint32_t authType = 1; variable
Denroll_specification_check_test.cpp30 uint32_t authType; member
137 uint32_t authType = 1; variable
Duser_idm_funcs_test.cpp31 uint32_t authType; member
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
Dcoauth.h37 uint32_t authType; member
48 uint32_t authType; member
Dpool.h37 uint32_t authType; member
56 uint32_t authType; member
/drivers/peripheral/user_auth/hdi_service/database/inc/
Didm_common.h32 uint32_t authType; member
39 uint32_t authType; member
Didm_database.h47 uint32_t authType; member
/drivers/peripheral/user_auth/hdi_service/coauth/src/
Dpool.c291 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher) in QueryCollecterMatcher()
326 uint64_t QueryCredentialExecutorIndex(uint32_t authType, uint32_t executorSensorHint) in QueryCredentialExecutorIndex()
366 void SetExecutorConditionAuthType(ExecutorCondition *condition, uint32_t authType) in SetExecutorConditionAuthType()
Dexecutor_message.c399 IAM_STATIC ResultCode SetExecutorMsgToAttribute(uint32_t authType, uint32_t authPropertyMode, in SetExecutorMsgToAttribute()
429 IAM_STATIC Buffer *CreateExecutorMsg(uint32_t authType, uint32_t authPropertyMode, const Uint64Arra… in CreateExecutorMsg()
/drivers/peripheral/user_auth/hdi_service/idm/inc/
Duser_idm_funcs.h30 uint32_t authType; member
/drivers/peripheral/user_auth/hdi_service/database/src/
Didm_database.c128 ResultCode GetEnrolledInfoAuthType(int32_t userId, uint32_t authType, EnrolledInfoHal *enrolledInfo) in GetEnrolledInfoAuthType()
375 IAM_STATIC ResultCode UpdateEnrolledId(LinkedList *enrolledList, uint32_t authType) in UpdateEnrolledId()
564 uint32_t authType = *(const uint32_t *)condition; in MatchEnrolledInfoByType() local
636 IAM_STATIC CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialLi… in QueryCredentialByAuthType()
847 void SetCredentialConditionAuthType(CredentialCondition *condition, uint32_t authType) in SetCredentialConditionAuthType()
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp432 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, AuthType authType, in BeginIdentification()
442 int32_t UserAuthInterfaceService::BeginIdentificationV1_1(uint64_t contextId, AuthType authType, in BeginIdentificationV1_1()
522 int32_t UserAuthInterfaceService::GetAuthTrustLevel(int32_t userId, AuthType authType, uint32_t &au… in GetAuthTrustLevel()
537 for (auto &authType : authTypes) { in GetValidSolution() local
738 int32_t UserAuthInterfaceService::GetCredential(int32_t userId, AuthType authType, std::vector<Cred… in GetCredential()
853 static int32_t ObtainReconciliationData(uint32_t authType, uint32_t sensorHint, std::vector<uint64_… in ObtainReconciliationData()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Duser_auth_hdi_fuzzer.cpp361 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzGetCredential() local
462 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzBeginIdentification() local
476 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzBeginIdentificationV1_1() local
510 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzGetAuthTrustLevel() local
/drivers/peripheral/user_auth/test/unittest/co_auth/
Dexecutor_message_test.cpp195 int32_t authType = 1; variable

12