| /drivers/peripheral/user_auth/hdi_service/idm/src/ |
| D | enroll_specification_check.c | 29 AuthType authType; member 39 IAM_STATIC uint32_t GetMaxNumber(uint32_t authType) in GetMaxNumber() 95 ResultCode CheckSpecification(int32_t userId, uint32_t authType) in CheckSpecification()
|
| D | idm_session.c | 41 uint32_t authType; member 184 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate) in AssociateCoauthSchedule() 207 ResultCode GetEnrollScheduleInfo(uint64_t *scheduleId, uint32_t *authType) in GetEnrollScheduleInfo()
|
| /drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
| D | auth_level_test.cpp | 87 constexpr uint32_t authType = 1; variable 101 constexpr uint32_t authType = 1; variable 116 constexpr uint32_t authType = 1; variable
|
| D | user_auth_funcs_test.cpp | 94 constexpr uint32_t authType = 1; variable
|
| /drivers/peripheral/user_auth/test/unittest/service_test/src/ |
| D | user_auth_interface_service_test.cpp | 67 …DoOnceExecutorRegister(const std::shared_ptr<UserAuthInterfaceService> &service, AuthType authType, in DoOnceExecutorRegister() 95 …Enroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceEnroll() 119 …ceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceAuth() 529 AuthType authType = AuthType::PIN; variable 673 AuthType authType = AuthType::PIN; variable 717 AuthType authType = AuthType::PIN; variable 752 AuthType authType = AuthType::PIN; variable 769 AuthType authType = AuthType::FACE; variable 796 AuthType authType = AuthType::FACE; variable 851 AuthType authType = AuthType::FACE; variable [all …]
|
| /drivers/peripheral/user_auth/test/unittest/idm_test/ |
| D | enroll_specification_check_test.cpp | 30 uint32_t authType; member 101 constexpr uint32_t authType = 1; variable 155 constexpr uint32_t authType = 1; variable
|
| D | idm_session_test.cpp | 27 uint32_t authType; member 122 uint32_t authType = 1; variable
|
| /drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
| D | auth_level.c | 83 IAM_STATIC ResultCode GetExecutorAslAndAcl(uint32_t authType, uint32_t *asl, uint32_t *acl) in GetExecutorAslAndAcl() 124 IAM_STATIC ResultCode GetCredMaxAcl(int32_t userId, uint32_t authType, uint32_t *maxCredAcl) in GetCredMaxAcl() 151 ResultCode CheckAtlByExecutorAndCred(int32_t userId, uint32_t authType, uint32_t atl) in CheckAtlByExecutorAndCred()
|
| D | user_auth_funcs.c | 296 ResultCode GetEnrolledStateFunc(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateH… in GetEnrolledStateFunc() 414 void GetAvailableStatusFunc(int32_t userId, int32_t authType, uint32_t authTrustLevel, int32_t *che… in GetAvailableStatusFunc() 469 ResultCode GetExecutorInfoLinkedList(uint32_t authType, uint32_t executorRole, LinkedList *allExecu… in GetExecutorInfoLinkedList()
|
| /drivers/peripheral/user_auth/test/unittest/co_auth/ |
| D | pool_test.cpp | 93 constexpr uint32_t authType = 4; variable 106 constexpr uint32_t authType = 1; variable 261 constexpr uint32_t authType = 1; variable
|
| D | executor_message_test.cpp | 436 constexpr uint32_t authType = 2; variable 447 constexpr uint32_t authType = 1; variable 481 constexpr uint32_t authType = 2; variable 497 constexpr uint32_t authType = 1; variable
|
| D | co_auth_test.cpp | 252 constexpr uint32_t authType = 1; variable 273 constexpr uint32_t authType = 1; variable
|
| /drivers/peripheral/user_auth/test/unittest/database/ |
| D | idm_database_test.cpp | 113 constexpr uint32_t authType = 1; variable 125 constexpr uint32_t authType = 1; variable 333 constexpr uint32_t authType = 1; variable 361 constexpr uint32_t authType = 1; variable 420 constexpr uint32_t authType = 2; variable 677 constexpr uint32_t authType = 2; variable 718 constexpr uint32_t authType = 1; variable 736 constexpr uint32_t authType = 1; variable
|
| /drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
| D | context_manager.h | 33 uint32_t authType; member 48 uint32_t authType; member 60 uint32_t authType; member
|
| D | user_auth_funcs.h | 34 uint32_t authType; member 57 int32_t authType; member
|
| /drivers/peripheral/user_auth/hdi_service/coauth/src/ |
| D | pool.c | 298 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher) in QueryCollecterMatcher() 333 uint64_t QueryCredentialExecutorIndex(uint32_t authType, uint32_t executorSensorHint) in QueryCredentialExecutorIndex() 373 void SetExecutorConditionAuthType(ExecutorCondition *condition, uint32_t authType) in SetExecutorConditionAuthType()
|
| /drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
| D | coauth.h | 37 uint32_t authType; member 51 uint32_t authType; member 62 uint32_t authType; member
|
| D | pool.h | 39 uint32_t authType; member 61 uint32_t authType; member
|
| /drivers/peripheral/user_auth/hdi_service/database/inc/ |
| D | idm_database.h | 48 uint32_t authType; member
|
| D | idm_common.h | 35 uint32_t authType; member 43 uint32_t authType; member
|
| /drivers/peripheral/user_auth/hdi_service/database/src/ |
| D | idm_database.c | 140 ResultCode GetEnrolledInfoAuthType(int32_t userId, uint32_t authType, EnrolledInfoHal *enrolledInfo) in GetEnrolledInfoAuthType() 389 IAM_STATIC ResultCode UpdateEnrolledId(LinkedList *enrolledList, uint32_t authType) in UpdateEnrolledId() 427 IAM_STATIC uint32_t GetRealAuthTypeForEnrolledId(uint32_t authType) in GetRealAuthTypeForEnrolledId() 592 uint32_t authType = *(const uint32_t *)condition; in MatchEnrolledInfoByType() local 761 IAM_STATIC CredentialInfoHal *QueryCredentialByAuthType(uint32_t authType, LinkedList *credentialLi… in QueryCredentialByAuthType() 982 void SetCredentialConditionAuthType(CredentialCondition *condition, uint32_t authType) in SetCredentialConditionAuthType() 1179 ResultCode GetEnrolledState(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateHal) in GetEnrolledState()
|
| /drivers/peripheral/user_auth/hdi_service/idm/inc/ |
| D | user_idm_funcs.h | 30 uint32_t authType; member
|
| /drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
| D | user_auth_hdi_fuzzer.cpp | 340 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzGetCredential() local 421 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzBeginIdentification() local 455 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzGetAvailableStatus() local 479 AuthType authType = static_cast<AuthType>(parcel.ReadInt32()); in FuzzGetEnrolledState() local
|
| /drivers/peripheral/user_auth/hdi_service/service/ |
| D | user_auth_interface_service.cpp | 711 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, int32_t authType, in BeginIdentification() 791 int32_t UserAuthInterfaceService::GetAvailableStatus(int32_t userId, int32_t authType, uint32_t aut… in GetAvailableStatus() 810 for (auto &authType : authTypes) { in GetValidSolution() local 1065 int32_t UserAuthInterfaceService::GetCredential(int32_t userId, int32_t authType, std::vector<Crede… in GetCredential() 1233 static int32_t ObtainReconciliationData(uint32_t authType, uint32_t sensorHint, std::vector<uint64_… in ObtainReconciliationData() 1338 int32_t UserAuthInterfaceService::GetEnrolledState(int32_t userId, int32_t authType, HdiEnrolledSta… in GetEnrolledState()
|
| /drivers/peripheral/user_auth/hdi_service/common/inc/ |
| D | user_sign_centre.h | 39 uint32_t authType; member
|