Home
last modified time | relevance | path

Searched defs:windowImpl (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/window/
Dwindow.cpp37 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(window); in DestroyWindow() local
/foundation/arkui/ui_lite/frameworks/core/
Drender_manager.cpp47 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(winNode->data_); in Callback() local
191 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(winNode->data_); in RefreshScreen() local
/foundation/window/window_manager/previewer/src/
Dwindow.cpp36 sptr<WindowImpl> windowImpl = new(std::nothrow) WindowImpl(option); in Create() local
/foundation/window/window_manager/wmserver/test/unittest/
Dwindow_group_mgr_test.cpp78 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); in SetUpTestCase() local
Dwindow_dumper_test.cpp184 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
Dwindow_manager_stub_test.cpp446 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
478 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
/foundation/window/window_manager/wm/src/
Dwindow.cpp95 sptr<WindowImpl> windowImpl = new(std::nothrow) WindowImpl(option); in Create() local
Dwindow_agent.cpp26 WindowAgent::WindowAgent(sptr<WindowImpl>& windowImpl) in WindowAgent()