Home
last modified time | relevance | path

Searched refs:remainAttempts (Results 1 - 19 of 19) sorted by relevance

/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_framework_types.h118 int remainAttempts; member
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp131 int32_t lockoutDuration, int32_t remainAttempts) in ReportWidgetResult()
144 .remainAttempts = remainAttempts, in ReportWidgetResult()
130 ReportWidgetResult(int32_t result, AuthType authType, int32_t lockoutDuration, int32_t remainAttempts) ReportWidgetResult() argument
H A Dwidget_json.cpp54 const std::string JSON_REMAIN_ATTEMPTS = "remainAttempts";
84 if (cmd.remainAttempts != -1) { in GetJsonPayload()
85 jsonPayload[JSON_REMAIN_ATTEMPTS] = cmd.remainAttempts; in GetJsonPayload()
H A Dremote_auth_invoker_context.cpp353 attr.SetInt32Value(Attributes::ATTR_REMAIN_ATTEMPTS, authResultInfo.remainAttempts); in ProcAuthResultMsgInner()
364 GetDescription(), resultCode, authResultInfo.lockoutDuration, authResultInfo.remainAttempts, in ProcAuthResultMsgInner()
H A Dwidget_context.cpp583 cmd.remainAttempts = profile.remainTimes; in BuildStartCommand()
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h70 int32_t remainAttempts = -1; member
H A Dwidget_client.h48 int32_t lockoutDuration, int32_t remainAttempts);
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp171 cmd.remainAttempts = profile.remainTimes; in HWTEST_F()
201 cmd.remainAttempts = -1; in HWTEST_F()
240 cmd.remainAttempts = profile.remainTimes; in HWTEST_F()
/base/useriam/user_auth_framework/services/core/src/
H A Dauthentication_impl.cpp165 resultInfo.remainTimes = info.remainAttempts; in Update()
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthallinonehdi_fuzzer/
H A Dpin_auth_all_in_one_hdi_fuzzer.cpp174 .remainAttempts = parcel.ReadInt32(), in FuzzGetProperty()
/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp257 out.remainAttempts = in.remainAttempts; in MoveHdiProperty()
/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp264 out.remainAttempts = in.remainAttempts; in MoveHdiProperty()
/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp267 out.remainAttempts = in.remainAttempts; in MoveHdiProperty()
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H A Duser_auth_driver_manager_fuzzer.cpp147 property.remainAttempts = fuzzParcel_->ReadInt32();
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp375 values->SetInt32Value(Attributes::ATTR_REMAIN_TIMES, property.remainAttempts); in FillPropertyToAttribute()
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp174 property.remainAttempts = parcel.ReadInt32(); in FillFuzzHdiProperty()
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp171 property.remainAttempts = parcel.ReadInt32(); in FillFuzzHdiProperty()
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp154 property.remainAttempts = fuzzParcel_->ReadInt32();
/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp899 property.remainAttempts = testRemainTimes; in HWTEST_F()

Completed in 14 milliseconds