/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | schedule_node_helper.h | 37 std::optional<bool> endAfterFirstFail; member
|
H A D | authentication.h | 36 bool endAfterFirstFail; member
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | schedule_node_impl.h | 55 bool endAfterFirstFail; member
|
H A D | authentication_impl.cpp | 63 void AuthenticationImpl::SetEndAfterFirstFail(bool endAfterFirstFail) in SetEndAfterFirstFail()
|
H A D | schedule_node_builder.cpp | 109 std::shared_ptr<Builder> ScheduleNodeBuilder::SetEndAfterFirstFail(const bool endAfterFirstFail) in SetEndAfterFirstFail()
|
H A D | widget_schedule_node_impl.cpp | 112 …tScheduleNodeImpl::StartAuthList(const std::vector<AuthType> &authTypeList, bool endAfterFirstFail, in StartAuthList()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_authentication.h | 32 void SetEndAfterFirstFail(bool endAfterFirstFail){}; in SetEndAfterFirstFail()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | auth_command.cpp | 52 bool endAfterFirstFail; in SendRequest() local
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 90 …bool 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 D | iam_executor_framework_types.h | 81 bool endAfterFirstFail; member
|
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 72 …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 D | widget_context.cpp | 170 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 D | authentication_impl_test.cpp | 215 bool endAfterFirstFail = true; variable
|
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/ |
H A D | all_in_one_executor_fuzzer.cpp | 180 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
|
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 304 bool endAfterFirstFail = parcel.ReadBool(); in FuzzAuthenticate() local
|
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_unit_test.cpp | 318 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anon1c0fbb0f0d02()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 581 static const bool endAfterFirstFail = true; variable
|