Lines Matching defs:iter
140 auto iter = strongAuthTimerInfo.find(userId);
141 if (iter != strongAuthTimerInfo.end()) {
142 timerId = iter->second;
225 for (auto iter = strongAuthStateInfo.begin(); iter != strongAuthStateInfo.end(); ++iter) {
226 DestroyStrongAuthTimer(iter->first);
247 auto iter = strongAuthStateInfo.find(userId);
248 if (iter != strongAuthStateInfo.end()) {
249 iter->second = reasonFlag;
261 auto iter = strongAuthStateInfo.find(userId);
262 if (IsOsAccountUnlocked(userId) && iter != strongAuthStateInfo.end()) {
263 reasonFlag = iter->second;