Home
last modified time | relevance | path

Searched refs:GetAllSessions (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dsession_container.h43 virtual std::vector<sptr<AVSessionItem>> GetAllSessions() = 0;
H A Dsession_stack.h42 std::vector<sptr<AVSessionItem>> GetAllSessions() override;
H A Davsession_service_ext.cpp62 …essionSize = static_cast<int32_t>(GetUsersManager().GetContainerFromAll().GetAllSessions().size()); in SuperLauncher()
H A Davsession_service.cpp396 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 …]
H A Dsession_stack.cpp142 std::vector<sptr<AVSessionItem>> SessionStack::GetAllSessions() in GetAllSessions() function in OHOS::AVSession::SessionStack
H A Davsession_dumper.cpp154 std::vector<sptr<AVSessionItem>> sessions = sessionService.GetContainer().GetAllSessions(); in ShowSessionInfo()
H A Davsession_users_manager.cpp55 std::vector<sptr<AVSessionItem>> allSession = stackPtr->GetAllSessions(); in HandleUserRemoved()