Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/core/inc/
Dschedule_node_helper.h35 std::optional<bool> endAfterFirstFail; member
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_factory.h39 bool endAfterFirstFail; member
/base/useriam/user_auth_framework/services/core/src/
Dschedule_node_impl.h55 bool endAfterFirstFail; member
Dauthentication_impl.cpp67 void AuthenticationImpl::SetEndAfterFirstFail(bool endAfterFirstFail) in SetEndAfterFirstFail()
Dschedule_node_builder.cpp109 std::shared_ptr<Builder> ScheduleNodeBuilder::SetEndAfterFirstFail(const bool endAfterFirstFail) in SetEndAfterFirstFail()
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Dauth_command.cpp52 bool endAfterFirstFail; in SendRequest() local
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
Diam_executor_framework_types.h79 bool endAfterFirstFail; member
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/
Dfingerprint_auth_executor_hdi_fuzzer.cpp87 bool endAfterFirstFail, const std::vector<uint8_t>& extraInfo, in AuthenticateV1_1()
315 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Dauthentication_impl_test.cpp181 bool endAfterFirstFail = true; variable
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp318 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_executor_hdi_unit_test.cpp338 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anonc25b41280d02()
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp573 static const bool endAfterFirstFail = true; variable