Home
last modified time | relevance | path

Searched refs:allSession (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_users_manager.cpp55 std::vector<sptr<AVSessionItem>> allSession = stackPtr->GetAllSessions(); in HandleUserRemoved() local
56 for (auto& sessionItem : allSession) { in HandleUserRemoved()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4520 std::vector<sptr<SceneSession>> allSession; in GetAllSessionDumpInfo() local
4536 allSession.push_back(curSession); in GetAllSessionDumpInfo()
4541 allSession.insert(allSession.end(), backgroundSession.begin(), backgroundSession.end()); in GetAllSessionDumpInfo()
4543 for (const auto& session : allSession) { in GetAllSessionDumpInfo()
4547 if (count == static_cast<uint32_t>(allSession.size() - backgroundSession.size())) { in GetAllSessionDumpInfo()