Home
last modified time | relevance | path

Searched refs:endAfterFirstFail (Results 1 - 25 of 37) sorted by relevance

12

/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.cpp40 info_.endAfterFirstFail = false; in ScheduleNodeBuilder()
109 std::shared_ptr<Builder> ScheduleNodeBuilder::SetEndAfterFirstFail(const bool endAfterFirstFail) in SetEndAfterFirstFail() argument
111 info_.endAfterFirstFail = endAfterFirstFail; in SetEndAfterFirstFail()
H A Dauthentication_impl.cpp63 void AuthenticationImpl::SetEndAfterFirstFail(bool endAfterFirstFail) in SetEndAfterFirstFail() argument
65 endAfterFirstFail_ = endAfterFirstFail; in SetEndAfterFirstFail()
128 para.endAfterFirstFail = endAfterFirstFail_; in Start()
H A Dauthentication_impl.h36 void SetEndAfterFirstFail(bool endAfterFirstFail) override;
H A Dwidget_schedule_node_impl.h42 bool StartAuthList(const std::vector<AuthType> &authTypeList, bool endAfterFirstFail,
H A Dschedule_node_builder.h45 std::shared_ptr<Builder> SetEndAfterFirstFail(const bool endAfterFirstFail) override;
H A Dwidget_schedule_node_impl.cpp112 bool WidgetScheduleNodeImpl::StartAuthList(const std::vector<AuthType> &authTypeList, bool endAfterFirstFail, in StartAuthList() argument
121 endAfterFirstFail_ = endAfterFirstFail; in StartAuthList()
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dauth_command.cpp52 bool endAfterFirstFail; in SendRequest() local
53 bool getEndAfterFirstFailRet = attributes_->GetBoolValue(Attributes::ATTR_END_AFTER_FIRST_FAIL, endAfterFirstFail); in SendRequest()
70 (AuthenticateParam) { tokenId, templateIdList, extraInfo, endAfterFirstFail, authIntent, userId}, in SendRequest()
/base/useriam/user_auth_framework/services/core/inc/
H A Dauthentication.h36 bool endAfterFirstFail; member
69 virtual void SetEndAfterFirstFail(bool endAfterFirstFail) = 0;
H A Dwidget_schedule_node_callback.h35 virtual void ExecuteAuthList(const std::set<AuthType> &authTypeList, bool endAfterFirstFail,
H A Dwidget_schedule_node.h58 virtual bool StartAuthList(const std::vector<AuthType> &authTypeList, bool endAfterFirstFail,
H A Dschedule_node_helper.h37 std::optional<bool> endAfterFirstFail; member
H A Dschedule_node.h94 virtual std::shared_ptr<Builder> SetEndAfterFirstFail(const bool endAfterFirstFail) = 0;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_widget_schedule_node_callback.h31 MOCK_METHOD3(ExecuteAuthList, void(const std::set<AuthType> &authTypeList, bool endAfterFirstFail,
H A Dmock_widget_schedule_node.h29 MOCK_METHOD3(StartAuthList, bool(const std::vector<AuthType> &authTypeList, bool endAfterFirstFail,
H A Dmock_authentication.h31 MOCK_METHOD1(SetEndAfterFirstFail, void(bool endAfterFirstFail));
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_framework_types.h81 bool endAfterFirstFail; member
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h32 void SetEndAfterFirstFail(bool endAfterFirstFail){}; in SetEndAfterFirstFail() argument
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_context.h68 void ExecuteAuthList(const std::set<AuthType> &authTypeList, bool endAfterFirstFail,
96 AuthType authType, AuthTrustLevel authTrustLevel, bool endAfterFirstFail, AuthIntent authIntent);
H A Dwidget_json.h50 bool endAfterFirstFail {false};
/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h45 int32_t(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAfterFirstFail,
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp160 AuthType authType, AuthTrustLevel authTrustLevel, bool endAfterFirstFail, AuthIntent authIntent) in BuildTask()
178 para.endAfterFirstFail = endAfterFirstFail; in BuildTask()
284 void WidgetContext::ExecuteAuthList(const std::set<AuthType> &authTypeList, bool endAfterFirstFail, in ExecuteAuthList() argument
291 auto task = BuildTask(para_.challenge, authType, para_.atl, endAfterFirstFail, authIntent); in ExecuteAuthList()
159 BuildTask(const std::vector<uint8_t> &challenge, AuthType authType, AuthTrustLevel authTrustLevel, bool endAfterFirstFail, AuthIntent authIntent) BuildTask() argument
H A Dwidget_json.cpp48 const std::string JSON_AUTH_END_AFTER_FIRST_FAIL = "endAfterFirstFail";
246 {JSON_AUTH_END_AFTER_FIRST_FAIL, notice.endAfterFirstFail}, in to_json()
301 jsonNotice[JSON_AUTH_PAYLOAD].at(JSON_AUTH_END_AFTER_FIRST_FAIL).get_to(notice.endAfterFirstFail); in from_json()
H A Dcontext_factory.cpp43 auth->SetEndAfterFirstFail(para.endAfterFirstFail); in CreateSimpleAuthContext()
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthverifierhdi_fuzzer/
H A Dpin_auth_verifier_hdi_fuzzer.cpp104 .endAfterFirstFail = parcel.ReadBool(), in FuzzAuthenticate()
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp72 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAfterFirstFail, in Authenticate() argument
301 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
302 g_hdi->Authenticate(scheduleId, AuthenticateParam { tokenId, templateIdList, extraInfo, endAfterFirstFail }, in FuzzAuthenticate()

Completed in 8 milliseconds

12