Home
last modified time | relevance | path

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 Dsimple_auth_context.cpp95 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 Duser_auth_service_test_part01.cpp117 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 Dnapi_account_iam_common.cpp292 { 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 Dframework_executor_callback.cpp390 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 Dattributes.h191 ATTR_NEXT_FAIL_LOCKOUT_DURATION = 100084, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp92 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 Duser_auth_service_fuzzer.cpp492 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 Dpin_auth_all_in_one_hdi.cpp286 …{ 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 Duser_auth_executor_fuzzer.cpp529 Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, in FuzzFillPropertyToAttribute()
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp483 …erAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION };