/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/ |
H A D | all_in_one_impl_test.cpp | 73 result = impl->Authenticate(scheduleId, templateIdList, extraInfo, nullptr); in HWTEST_F() 131 result = impl->Authenticate(scheduleId, templateIdList, extraInfo, nullptr); in HWTEST_F()
|
/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | all_in_one_executor_impl.h | 40 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList,
|
/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | all_in_one_executor_impl.h | 40 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAfterFirstFail,
|
/drivers/peripheral/pin_auth/hdi_service/service/inc/ |
H A D | verifier_impl.h | 41 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList,
|
H A D | all_in_one_impl.h | 46 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList,
|
/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 90 int32_t AllInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() function in OHOS::HDI::FaceAuth::AllInOneExecutorImpl
|
/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 89 int32_t AllInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() function in OHOS::HDI::FingerprintAuth::AllInOneExecutorImpl
|
/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 169 int32_t VerifierImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList,
in Authenticate() function in OHOS::HDI::PinAuth::VerifierImpl
|
H A D | all_in_one_impl.cpp | 193 int32_t AllInOneImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList,
in Authenticate() function in OHOS::HDI::PinAuth::AllInOneImpl 226 IAM_LOGE("Authenticate Pin failed, fail code : %{public}d", result);
in Authenticate()
|
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 171 g_executorImpl.Authenticate(scheduleId, templateIdList, extraInfo, callbackObj);
in FuzzAuthenticate()
|
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 182 g_executorImpl.Authenticate(scheduleId, templateIdList, extraInfo, callbackObj); in FuzzAuthenticate()
|
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 183 g_executorImpl.Authenticate(scheduleId, templateIdList, endAfterFirstFail, extraInfo, callbackObj); in FuzzAuthenticate()
|