Searched refs:GetAllSessions (Results 1 – 7 of 7) sorted by relevance
43 virtual std::vector<sptr<AVSessionItem>> GetAllSessions() = 0;
42 std::vector<sptr<AVSessionItem>> GetAllSessions() override;
62 …essionSize = static_cast<int32_t>(GetUsersManager().GetContainerFromAll().GetAllSessions().size()); in SuperLauncher()
396 for (auto& session : GetContainer().GetAllSessions()) { in OnRemoveSystemAbility()694 for (auto& session : GetContainer().GetAllSessions()) { in SelectFocusSession()740 for (const auto& session : GetContainer().GetAllSessions()) { in SelectSessionByUid()1003 for (const auto& session : GetContainer().GetAllSessions()) { in CheckAncoAudio()1020 CHECK_AND_RETURN_RET_LOG(!((GetContainer().GetAllSessions().size() > 1 || in checkEnableCast()1038 for (const auto& session : GetContainer().GetAllSessions()) { in ReleaseCastSession()1102 for (const auto& session : GetContainer().GetAllSessions()) { in NotifyDeviceAvailable()1196 for (auto& session : GetContainer().GetAllSessions()) { in NotifyMirrorToStreamCast()2349 if ((GetUsersManager().GetContainerFromAll().GetAllSessions().size() == 0 || in HandleSessionRelease()2350 (GetUsersManager().GetContainerFromAll().GetAllSessions().size() == 1 && in HandleSessionRelease()[all …]
142 std::vector<sptr<AVSessionItem>> SessionStack::GetAllSessions() in GetAllSessions() function in OHOS::AVSession::SessionStack
154 std::vector<sptr<AVSessionItem>> sessions = sessionService.GetContainer().GetAllSessions(); in ShowSessionInfo()
55 std::vector<sptr<AVSessionItem>> allSession = stackPtr->GetAllSessions(); in HandleUserRemoved()