Searched refs:ATTR_NEXT_FAIL_LOCKOUT_DURATION (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | simple_auth_context.cpp | 95 keys.push_back(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION); in GetPropertyForAuthResult() 107 bool getNextDurationRet = values.GetInt32Value(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in GetPropertyForAuthResult() 271 bool setNextDurationRet = finalResult.SetInt32Value(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in InvokeResultCallback()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_auth_service_test_part01.cpp | 117 testKeys = {Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, Attributes::ATTR_SIGNATURE}; 238 Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_common.cpp | 292 { NEXT_PHASE_FREEZING_TIME, Attributes::AttributeKey::ATTR_NEXT_FAIL_LOCKOUT_DURATION }, in ConvertGetPropertyTypeToAttributeKey() 410 case Attributes::AttributeKey::ATTR_NEXT_FAIL_LOCKOUT_DURATION: { in GeneratePropertyJs() 473 if (extraInfo.GetInt32Value(Attributes::AttributeKey::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in PrepareAuthResult() 725 case Attributes::AttributeKey::ATTR_NEXT_FAIL_LOCKOUT_DURATION: { in GetExecutorPropertys() 726 … if (!extraInfo.GetInt32Value(Attributes::AttributeKey::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in GetExecutorPropertys()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 390 case Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION: { in FillPropertyToAttribute() 391 … setNextFailLockoutDurationRet = values->SetInt32Value(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in FillPropertyToAttribute()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 191 ATTR_NEXT_FAIL_LOCKOUT_DURATION = 100084, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 92 key == Attributes::AttributeKey::ATTR_NEXT_FAIL_LOCKOUT_DURATION) { in IsTemplateIdListRequired() 254 if (key == Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION && authType != PIN) { in FillGetPropertyKeys() 265 if (key == Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION && authType != PIN) { in FillGetPropertyValue() 266 …if (!values.SetInt32Value(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, FIRST_LOCKOUT_DURATION_EXCE… in FillGetPropertyValue()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/ |
H A D | user_auth_service_fuzzer.cpp | 492 std::vector<Attributes::AttributeKey> keys = {Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION}; in FuzzFillGetPropertyValue() 504 std::vector<Attributes::AttributeKey> keys = {Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION}; in FuzzFillGetPropertyKeys()
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_all_in_one_hdi.cpp | 286 …{ UserAuth::Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, GetPropertyType::NEXT_FAIL_LOCKOUT_DURATI… in ConvertAttributeKeyToPropertyType()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 529 Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in FuzzFillPropertyToAttribute()
|
/ohos5.0/base/useriam/pin_auth/test/unittest/src/ |
H A D | pin_auth_all_in_one_hdi_unit_test.cpp | 483 …erAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION };
|