Searched refs:strongAuthTimerInfo (Results 1 – 2 of 2) sorted by relevance
126 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()
83 std::map<int32_t, uint64_t> strongAuthTimerInfo; variable