Home
last modified time | relevance | path

Searched defs:endAfterFirstFail (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dschedule_node_helper.h37 std::optional<bool> endAfterFirstFail; member
H A Dauthentication.h36 bool endAfterFirstFail; member
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.h55 bool endAfterFirstFail; member
H A Dauthentication_impl.cpp63 void AuthenticationImpl::SetEndAfterFirstFail(bool endAfterFirstFail) in SetEndAfterFirstFail()
H A Dschedule_node_builder.cpp109 std::shared_ptr<Builder> ScheduleNodeBuilder::SetEndAfterFirstFail(const bool endAfterFirstFail) in SetEndAfterFirstFail()
H A Dwidget_schedule_node_impl.cpp112 …tScheduleNodeImpl::StartAuthList(const std::vector<AuthType> &authTypeList, bool endAfterFirstFail, in StartAuthList()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h32 void SetEndAfterFirstFail(bool endAfterFirstFail){}; in SetEndAfterFirstFail()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dauth_command.cpp52 bool endAfterFirstFail; in SendRequest() local
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp90bool endAfterFirstFail, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &call… in Authenticate()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_framework_types.h81 bool endAfterFirstFail; member
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp72 …henticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAfterFirstFail, in Authenticate()
301 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp170 AuthType authType, AuthTrustLevel authTrustLevel, bool endAfterFirstFail, AuthIntent authIntent) in BuildTask()
295 void WidgetContext::ExecuteAuthList(const std::set<AuthType> &authTypeList, bool endAfterFirstFail, in ExecuteAuthList()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp215 bool endAfterFirstFail = true; variable
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp180 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp304 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp318 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anon1c0fbb0f0d02()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp581 static const bool endAfterFirstFail = true; variable