Home
last modified time | relevance | path

Searched refs:curSession (Results 1 - 1 of 1) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4301 auto curSession = elem.second; in GetAllSessionDumpInfo() local
4302 if (curSession == nullptr) { in GetAllSessionDumpInfo()
4305 if (IsSessionVisibleForeground(curSession)) { in GetAllSessionDumpInfo()
4306 allSession.push_back(curSession); in GetAllSessionDumpInfo()
4308 backgroundSession.push_back(curSession); in GetAllSessionDumpInfo()
4342 auto curSession = elem.second; in GetAllSessionDumpDetailInfo() local
4343 if (curSession == nullptr) { in GetAllSessionDumpDetailInfo()
4346 if (IsSessionVisibleForeground(curSession)) { in GetAllSessionDumpDetailInfo()
4347 allSession.push_back(curSession); in GetAllSessionDumpDetailInfo()
4349 backgroundSession.push_back(curSession); in GetAllSessionDumpDetailInfo()
10047 auto curSession = elem.second; ReportWindowProfileInfos() local
10121 auto curSession = elem.second; CacVisibleWindowNum() local
[all...]

Completed in 11 milliseconds