Home
last modified time | relevance | path

Searched refs:Authenticate (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp73 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 Dall_in_one_executor_impl.h40 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList,
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dall_in_one_executor_impl.h40 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAfterFirstFail,
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dverifier_impl.h41 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList,
H A Dall_in_one_impl.h46 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList,
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp90 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 Dall_in_one_executor_impl.cpp89 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 Dverifier_impl.cpp169 int32_t VerifierImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() function in OHOS::HDI::PinAuth::VerifierImpl
H A Dall_in_one_impl.cpp193 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 Dpin_auth_hdi_fuzzer.cpp171 g_executorImpl.Authenticate(scheduleId, templateIdList, extraInfo, callbackObj); in FuzzAuthenticate()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp182 g_executorImpl.Authenticate(scheduleId, templateIdList, extraInfo, callbackObj); in FuzzAuthenticate()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp183 g_executorImpl.Authenticate(scheduleId, templateIdList, endAfterFirstFail, extraInfo, callbackObj); in FuzzAuthenticate()

Completed in 5 milliseconds