Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9670 std::vector<std::pair<int32_t, sptr<SceneSession>>> processingSessions; in PostProcessFocus() local
9678 processingSessions.push_back(iter); in PostProcessFocus()
9688 std::sort(processingSessions.begin(), processingSessions.end(), cmp); in PostProcessFocus()
9692 for (auto iter = processingSessions.begin(); iter != processingSessions.end(); ++iter) { in PostProcessFocus()
9741 std::vector<std::pair<int32_t, sptr<SceneSession>>> processingSessions; in PostProcessProperty() local
9749 processingSessions.push_back(iter); in PostProcessProperty()
9753 for (auto iter = processingSessions.begin(); iter != processingSessions.end(); ++iter) { in PostProcessProperty()