Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp225 for (auto iter = strongAuthStateInfo.begin(); iter != strongAuthStateInfo.end(); ++iter) { in DestroyAllStrongAuthTimer()
247 auto iter = strongAuthStateInfo.find(userId); in SetStrongAuthStat()
248 if (iter != strongAuthStateInfo.end()) { in SetStrongAuthStat()
253 strongAuthStateInfo.insert(std::make_pair(userId, reasonFlag)); in SetStrongAuthStat()
261 auto iter = strongAuthStateInfo.find(userId); in GetStrongAuthStat()
262 if (IsOsAccountUnlocked(userId) && iter != strongAuthStateInfo.end()) { in GetStrongAuthStat()
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h82 std::map<int32_t, int32_t> strongAuthStateInfo; member in OHOS::ScreenLock::StrongAuthManger

Completed in 2 milliseconds