Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp30 const std::int64_t DEFAULT_STRONG_AUTH_TIMEOUT_MS = 3 * 24 * 60 * 60 * 1000; variable
186 …red_ptr<authTimer> timer = std::make_shared<authTimer>(true, DEFAULT_STRONG_AUTH_TIMEOUT_MS, true,… in StartStrongAuthTimer()
191 …imeServiceClient::GetInstance()->StartTimer(timerId, currentTime + DEFAULT_STRONG_AUTH_TIMEOUT_MS); in StartStrongAuthTimer()
205 …imeServiceClient::GetInstance()->StartTimer(timerId, currentTime + DEFAULT_STRONG_AUTH_TIMEOUT_MS); in ResetStrongAuthTimer()