Searched refs:iterForFrontList (Results 1 – 1 of 1) sorted by relevance
64 auto iterForFrontList = frontSessionListMapByUserId_.find(userId); in HandleUserRemoved() local65 if (iterForFrontList != frontSessionListMapByUserId_.end()) { in HandleUserRemoved()66 frontSessionListMapByUserId_.erase(iterForFrontList); in HandleUserRemoved()117 auto iterForFrontList = frontSessionListMapByUserId_.find(curUserId_); in GetCurSessionListForFront() local118 if (iterForFrontList != frontSessionListMapByUserId_.end()) { in GetCurSessionListForFront()119 sessionListForFront = iterForFrontList->second; in GetCurSessionListForFront()