Searched refs:frontSessionListMapByUserId_ (Results 1 – 2 of 2) sorted by relevance
64 auto iterForFrontList = frontSessionListMapByUserId_.find(userId); in HandleUserRemoved()65 if (iterForFrontList != frontSessionListMapByUserId_.end()) { in HandleUserRemoved()66 frontSessionListMapByUserId_.erase(iterForFrontList); in HandleUserRemoved()117 auto iterForFrontList = frontSessionListMapByUserId_.find(curUserId_); in GetCurSessionListForFront()118 if (iterForFrontList != frontSessionListMapByUserId_.end()) { in GetCurSessionListForFront()123 frontSessionListMapByUserId_[curUserId_] = sessionListForFront; in GetCurSessionListForFront()
86 std::map<int32_t, std::shared_ptr<std::list<sptr<AVSessionItem>>>> frontSessionListMapByUserId_; variable