Home
last modified time | relevance | path

Searched refs:FIRST_LOCKOUT_DURATION_EXCEPT_PIN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dsimple_auth_context.h29 constexpr int32_t FIRST_LOCKOUT_DURATION_EXCEPT_PIN = 30 * 1000; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp81 resultInfo.nextFailLockoutDuration = FIRST_LOCKOUT_DURATION_EXCEPT_PIN; in GetPropertyForAuthResult()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp266 …es.SetInt32Value(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, FIRST_LOCKOUT_DURATION_EXCEPT_PIN)) { in FillGetPropertyValue()