Home
last modified time | relevance | path

Searched refs:sessionListForFront (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davsession_service_ext.cpp190 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in CreateSessionByCast() local
191 CHECK_AND_RETURN_LOG(sessionListForFront != nullptr, "sessionListForFront ptr nullptr!"); in CreateSessionByCast()
192 auto it = std::find(sessionListForFront->begin(), sessionListForFront->end(), sinkSession); in CreateSessionByCast()
193 if (it == sessionListForFront->end()) { in CreateSessionByCast()
195 sessionListForFront->push_front(sinkSession); in CreateSessionByCast()
H A Davsession_users_manager.cpp116 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = nullptr; in GetCurSessionListForFront() local
119 sessionListForFront = iterForFrontList->second; in GetCurSessionListForFront()
122 sessionListForFront = std::make_shared<std::list<sptr<AVSessionItem>>>(); in GetCurSessionListForFront()
123 frontSessionListMapByUserId_[curUserId_] = sessionListForFront; in GetCurSessionListForFront()
125 return sessionListForFront; in GetCurSessionListForFront()
H A Davsession_service.cpp593 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in HandleFocusSession() local
594 CHECK_AND_RETURN_LOG(sessionListForFront != nullptr, "sessionListForFront ptr nullptr!"); in HandleFocusSession()
595 for (const auto& session : *sessionListForFront) { in HandleFocusSession()
652 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in UpdateFrontSession() local
653 CHECK_AND_RETURN_LOG(sessionListForFront != nullptr, "sessionListForFront ptr nullptr!"); in UpdateFrontSession()
654 auto it = std::find(sessionListForFront->begin(), sessionListForFront->end(), sessionItem); in UpdateFrontSession()
656 if (it != sessionListForFront in UpdateFrontSession()
687 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); SelectFocusSession() local
1127 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); CreateSessionInner() local
1273 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); GetAllSessionDescriptors() local
1864 std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); HandleSystemKeyColdStart() local
[all...]

Completed in 5 milliseconds