Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9266 std::vector<std::pair<int32_t, sptr<SceneSession>>> processingSessions; in PostProcessFocus() local
9274 processingSessions.push_back(iter); in PostProcessFocus()
9284 std::sort(processingSessions.begin(), processingSessions.end(), cmp); in PostProcessFocus()
9288 for (auto iter = processingSessions.begin(); iter != processingSessions.end(); ++iter) { in PostProcessFocus()
9349 std::vector<std::pair<int32_t, sptr<SceneSession>>> processingSessions; in PostProcessProperty() local
9357 processingSessions.push_back(iter); in PostProcessProperty()
9361 for (auto iter = processingSessions.begin(); iter != processingSessions in PostProcessProperty()
[all...]

Completed in 18 milliseconds