/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/ |
H A D | iam_executor_framework_types.h | 118 int remainAttempts; member
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_client.cpp | 131 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 D | widget_json.cpp | 54 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 D | remote_auth_invoker_context.cpp | 353 attr.SetInt32Value(Attributes::ATTR_REMAIN_ATTEMPTS, authResultInfo.remainAttempts); in ProcAuthResultMsgInner() 364 GetDescription(), resultCode, authResultInfo.lockoutDuration, authResultInfo.remainAttempts, in ProcAuthResultMsgInner()
|
H A D | widget_context.cpp | 583 cmd.remainAttempts = profile.remainTimes; in BuildStartCommand()
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_json.h | 70 int32_t remainAttempts = -1; member
|
H A D | widget_client.h | 48 int32_t lockoutDuration, int32_t remainAttempts);
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_json_test.cpp | 171 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 D | authentication_impl.cpp | 165 resultInfo.remainTimes = info.remainAttempts; in Update()
|
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthallinonehdi_fuzzer/ |
H A D | pin_auth_all_in_one_hdi_fuzzer.cpp | 174 .remainAttempts = parcel.ReadInt32(), in FuzzGetProperty()
|
/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_all_in_one_hdi.cpp | 257 out.remainAttempts = in.remainAttempts;
in MoveHdiProperty()
|
/base/useriam/face_auth/services/src/ |
H A D | face_auth_all_in_one_executor_hdi.cpp | 264 out.remainAttempts = in.remainAttempts; in MoveHdiProperty()
|
/base/useriam/fingerprint_auth/services/src/ |
H A D | fingerprint_auth_all_in_one_executor_hdi.cpp | 267 out.remainAttempts = in.remainAttempts; in MoveHdiProperty()
|
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/ |
H A D | user_auth_driver_manager_fuzzer.cpp | 147 property.remainAttempts = fuzzParcel_->ReadInt32();
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 375 values->SetInt32Value(Attributes::ATTR_REMAIN_TIMES, property.remainAttempts); in FillPropertyToAttribute()
|
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 174 property.remainAttempts = parcel.ReadInt32(); in FillFuzzHdiProperty()
|
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 171 property.remainAttempts = parcel.ReadInt32(); in FillFuzzHdiProperty()
|
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 154 property.remainAttempts = fuzzParcel_->ReadInt32();
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 899 property.remainAttempts = testRemainTimes; in HWTEST_F()
|