Lines Matching defs:GetContainer
418 for (auto& session : GetContainer().GetAllSessions()) {
681 for (auto& session : GetContainer().GetAllSessions()) {
685 GetContainer().UpdateSessionSort(session);
722 for (const auto& session : GetContainer().GetAllSessions()) {
808 SessionContainer& AVSessionService::GetContainer()
810 return GetUsersManager().GetContainer();
847 return GetContainer().PidHasSession(pid);
978 for (const auto& session : GetContainer().GetAllSessions()) {
1012 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId);
1018 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId);
1290 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionId);
1332 if (descriptors.size() == 0 && GetContainer().GetAllSessions().size() == 0) {
1508 bool hasSession = GetContainer().UidHasSession(uid);
1573 auto session = GetContainer().GetSessionById(sessionId);
1602 auto session = GetContainer().GetSessionById(value["sessionId"]);
1720 sptr<AVSessionItem> session = GetContainer().GetSessionById(sessionIdInner);
2297 sptr<AVSessionItem> session = GetContainer().GetSessionById(token.sessionId);
2443 for (const auto& session : GetContainer().GetAllSessions()) {
2528 auto session = GetContainer().GetSessionById(iter->second);