Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.h24 struct SessionUIParam;
32 std::unordered_map<int32_t, OHOS::Rosen::SessionUIParam> uiParams_;
H A Dwindow_scene_layout_manager.cpp184 Rosen::SessionUIParam uiParam; in FillWindowSceneInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h508 …uint32_t UpdateUIParam(const SessionUIParam& uiParam); // update visible session, return dirty f…
563 bool UpdateRectInner(const SessionUIParam& uiParam, SizeChangeReason reason);
564 bool NotifyServerToUpdateRect(const SessionUIParam& uiParam, SizeChangeReason reason);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp228 std::unordered_map<int32_t, SessionUIParam> uiParams;
253 std::unordered_map<int32_t, SessionUIParam> uiParams;
262 SessionUIParam sessionUIParam;
H A Dscene_session_test5.cpp1533 SessionUIParam uiParam;
H A Dscene_session_manager_test6.cpp1900 std::unordered_map<int32_t, SessionUIParam> uiParams;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h658 struct SessionUIParam { struct
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5083 uint32_t SceneSession::UpdateUIParam(const SessionUIParam& uiParam) in UpdateUIParam()
5153 bool SceneSession::UpdateRectInner(const SessionUIParam& uiParam, SizeChangeReason reason) in UpdateRectInner()
5167 bool SceneSession::NotifyServerToUpdateRect(const SessionUIParam& uiParam, SizeChangeReason reason) in NotifyServerToUpdateRect()
/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 …onManager::FlushUIParams(ScreenId screenId, std::unordered_map<int32_t, SessionUIParam>&& uiParams) in FlushUIParams()