Home
last modified time | relevance | path

Searched refs:FIRST_LOCKOUT_DURATION_OF_PIN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dsimple_auth_context.h28 constexpr int32_t FIRST_LOCKOUT_DURATION_OF_PIN = 60 * 1000; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp79 resultInfo.nextFailLockoutDuration = FIRST_LOCKOUT_DURATION_OF_PIN; in GetPropertyForAuthResult()