Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp126 auto iter = strongAuthTimerInfo.find(userId); in GetTimerId()
127 if (iter != strongAuthTimerInfo.end()) { in GetTimerId()
192 strongAuthTimerInfo.insert(std::make_pair(userId, timerId)); in StartStrongAuthTimer()
226 strongAuthTimerInfo.erase(userId); in DestroyStrongAuthTimer()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h83 std::map<int32_t, uint64_t> strongAuthTimerInfo; variable