Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp221 HWTEST_F(SceneSessionManagerTest7, FlushUIParams, Function | SmallTest | Level3)
236 ssm_->FlushUIParams(screenId, std::move(uiParams));
238 ssm_->FlushUIParams(screenId, std::move(uiParams));
264 ssm_->FlushUIParams(screenId, std::move(uiParams));
266 ssm_->FlushUIParams(screenId, std::move(uiParams));
H A Dscene_session_manager_test6.cpp1901 ssm_->FlushUIParams(screenId, std::move(uiParams));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp238 Rosen::SceneSessionManager::GetInstance().FlushUIParams(screenId, std::move(res.uiParams_)); in FlushWindowPatternInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h367 void FlushUIParams(ScreenId screenId, std::unordered_map<int32_t, SessionUIParam>&& uiParams);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9530 void SceneSessionManager::FlushUIParams(ScreenId screenId, std::unordered_map<int32_t, SessionUIPar… in FlushUIParams() function in OHOS::Rosen::SceneSessionManager