Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1291 const std::string& bundleName, int32_t appIndex, std::vector<sptr<SceneSession>>& mainSessions) in GetMainSessionByBundleNameAndAppIndex() argument
1298 mainSessions.push_back(sceneSession); in GetMainSessionByBundleNameAndAppIndex()
8066 std::vector<sptr<SceneSession>> mainSessions; in NotifyAppUseControlList() local
8068 …nByBundleNameAndAppIndex(appUseControlInfo.bundleName_, appUseControlInfo.appIndex_, mainSessions); in NotifyAppUseControlList()
8069 if (mainSessions.empty()) { in NotifyAppUseControlList()
8072 for (const auto& session : mainSessions) { in NotifyAppUseControlList()
8075 mainSessions.clear(); in NotifyAppUseControlList()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h477 … const std::string& bundleName, int32_t appIndex, std::vector<sptr<SceneSession>>& mainSessions);