Home
last modified time | relevance | path

Searched refs:executorMatcher (Results 1 - 22 of 22) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h42 uint32_t executorMatcher; member
64 uint32_t executorMatcher; member
82 void SetExecutorConditionExecutorMatcher(ExecutorCondition *condition, uint32_t executorMatcher);
H A Dcoauth.h43 uint32_t executorMatcher; member
63 uint32_t executorMatcher; member
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp175 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 Dpool.c246 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 Dexecutor_message.c855 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 Dcoauth.c257 SetExecutorConditionExecutorMatcher(&condition, param->executorMatcher); in MountExecutor()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c323 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 Didm_database.h50 uint32_t executorMatcher; member
72 void SetCredentialConditionExecutorMatcher(CredentialCondition *condition, uint32_t executorMatcher);
H A Didm_common.h37 uint32_t executorMatcher; member
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp123 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 Dall_in_one_executor_impl.cpp41 .executorMatcher = EXECUTOR_TYPE, in AllInOneExecutorImpl()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp40 .executorMatcher = EXECUTOR_TYPE, in AllInOneExecutorImpl()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dverifier_impl.cpp49 executorInfo.executorMatcher = EXECUTOR_MATCHER; in GetExecutorInfo()
H A Dcollector_impl.cpp48 executorInfo.executorMatcher = EXECUTOR_MATCHER; in GetExecutorInfo()
H A Dall_in_one_impl.cpp59 info.executorMatcher = EXECUTOR_MATCHER; in GetExecutorInfo()
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp529 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 Duser_idm_funcs.c64 &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 Duser_auth_hdi_fuzzer.cpp57 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 Didm_database.c807 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 Dpin_auth_hdi_fuzzer.cpp82 executorInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorInfo()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp88 executorInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorInfo()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp88 executorInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorInfo()

Completed in 19 milliseconds