/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | pool.h | 42 uint32_t executorMatcher; member 64 uint32_t executorMatcher; member 82 void SetExecutorConditionExecutorMatcher(ExecutorCondition *condition, uint32_t executorMatcher);
|
H A D | coauth.h | 43 uint32_t executorMatcher; member 63 uint32_t executorMatcher; member
|
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | pool_test.cpp | 175 executorInfo.executorMatcher = matcher; in HWTEST_F() 291 constexpr uint32_t executorMatcher = 2363; in HWTEST_F() local 292 SetExecutorConditionExecutorMatcher(nullptr, executorMatcher); in HWTEST_F() 294 SetExecutorConditionExecutorMatcher(&condition, executorMatcher); in HWTEST_F() 295 EXPECT_EQ(condition.executorMatcher, executorMatcher); in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 246 condition->executorMatcher != credentialInfo->executorMatcher) { in IsExecutorMatch() 322 *matcher = executorInfo->executorMatcher; in QueryCollecterMatcher() 403 void SetExecutorConditionExecutorMatcher(ExecutorCondition *condition, uint32_t executorMatcher) in SetExecutorConditionExecutorMatcher() argument 409 condition->executorMatcher = executorMatcher; in SetExecutorConditionExecutorMatcher()
|
H A D | executor_message.c | 855 static ResultCode GetExecutorIndexByCondition(uint32_t authType, uint32_t executorMatcher, in GetExecutorIndexByCondition() argument 860 SetExecutorConditionExecutorMatcher(&condition, executorMatcher); in GetExecutorIndexByCondition() 906 result = GetAttributeUint32(attribute, ATTR_EXECUTOR_MATCHER, &(scheduleInfo->executorMatcher)); in GetScheduleInfoFromAttributeInner() 908 LOG_ERROR("GetAttributeUint32 executorMatcher failed"); in GetScheduleInfoFromAttributeInner() 950 result = GetExecutorIndexByCondition(scheduleInfo->authType, scheduleInfo->executorMatcher, in GetScheduleInfoFromAttribute()
|
H A D | coauth.c | 257 SetExecutorConditionExecutorMatcher(&condition, param->executorMatcher); in MountExecutor()
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 323 uint32_t executorMatcher; in GetAuthCredentialList() local 324 ResultCode ret = QueryCollecterMatcher(context->authType, context->collectorSensorHint, &executorMatcher); in GetAuthCredentialList() 329 SetCredentialConditionExecutorMatcher(&condition, executorMatcher); in GetAuthCredentialList() 376 *matcher = credentialHal->executorMatcher; in QueryAuthTempletaInfo() 404 uint32_t executorMatcher; in CreateAuthSchedule() local 406 ResultCode ret = QueryAuthTempletaInfo(context, &templateIds, &verifierSensorHint, &executorMatcher, &acl); in CreateAuthSchedule() 417 scheduleParam.executorMatcher = executorMatcher; in CreateAuthSchedule()
|
/drivers/peripheral/user_auth/hdi_service/database/inc/ |
H A D | idm_database.h | 50 uint32_t executorMatcher; member 72 void SetCredentialConditionExecutorMatcher(CredentialCondition *condition, uint32_t executorMatcher);
|
H A D | idm_common.h | 37 uint32_t executorMatcher; member
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 123 out->executorMatcher = static_cast<uint32_t>(in->executors[0].executorMatcher);
in CopyScheduleInfo() 188 if (SetAttributeUint32(attribute, ATTR_EXECUTOR_MATCHER, info.executorMatcher) != RESULT_SUCCESS) {
in SetAttributeToCollectorExecMsg() 189 IAM_LOGE("SetAttributeUint64 executorMatcher failed");
in SetAttributeToCollectorExecMsg() 438 out->executorMatcher = static_cast<uint32_t>(in->executors[0].executorMatcher);
in CopyAuthScheduleInfo() 922 out.executorMatcher = in.executorMatcher;
in CopyCredentialInfo() 1201 out.executorMatcher = in.executorMatcher;
in CopyExecutorInfo() [all...] |
/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 41 .executorMatcher = EXECUTOR_TYPE, in AllInOneExecutorImpl()
|
/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 40 .executorMatcher = EXECUTOR_TYPE, in AllInOneExecutorImpl()
|
/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 49 executorInfo.executorMatcher = EXECUTOR_MATCHER;
in GetExecutorInfo()
|
H A D | collector_impl.cpp | 48 executorInfo.executorMatcher = EXECUTOR_MATCHER;
in GetExecutorInfo()
|
H A D | all_in_one_impl.cpp | 59 info.executorMatcher = EXECUTOR_MATCHER;
in GetExecutorInfo()
|
/drivers/peripheral/user_auth/test/unittest/database/ |
H A D | idm_database_test.cpp | 529 credInfo.executorMatcher = executorMatcher2; in HWTEST_F() 698 constexpr uint32_t executorMatcher = 20; in HWTEST_F() local 699 SetCredentialConditionExecutorMatcher(nullptr, executorMatcher); in HWTEST_F() 701 SetCredentialConditionExecutorMatcher(&condition, executorMatcher); in HWTEST_F() 702 EXPECT_EQ(condition.executorMatcher, executorMatcher); in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | user_idm_funcs.c | 64 &scheduleParam.executorMatcher); in GenerateIdmSchedule() 202 credentialInfo->executorMatcher = schedule->executors[0].executorMatcher; in GetInfoFromResult()
|
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 57 executorRegisterInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorRegisterInfo() 80 scheduleInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzScheduleInfo() 209 credentialInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzCredentialInfo()
|
/drivers/peripheral/user_auth/hdi_service/database/src/ |
H A D | idm_database.c | 807 limit->executorMatcher != credentialInfo->executorMatcher) { in IsCredMatch() 1003 void SetCredentialConditionExecutorMatcher(CredentialCondition *condition, uint32_t executorMatcher) in SetCredentialConditionExecutorMatcher() argument 1009 condition->executorMatcher = executorMatcher; in SetCredentialConditionExecutorMatcher()
|
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 82 executorInfo.executorMatcher = parcel.ReadUint32();
in FillFuzzExecutorInfo()
|
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 88 executorInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorInfo()
|
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 88 executorInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorInfo()
|