Home
last modified time | relevance | path

Searched refs:strongAuthTimerInfo (Results 1 - 2 of 2) sorted by relevance

/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp140 auto iter = strongAuthTimerInfo.find(userId); in GetTimerId()
141 if (iter != strongAuthTimerInfo.end()) { in GetTimerId()
206 strongAuthTimerInfo.insert(std::make_pair(userId, timerId)); in StartStrongAuthTimer()
240 strongAuthTimerInfo.erase(userId); in DestroyStrongAuthTimer()
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h83 std::map<int32_t, uint64_t> strongAuthTimerInfo; member in OHOS::ScreenLock::StrongAuthManger

Completed in 1 milliseconds