Home
last modified time | relevance | path

Searched defs:subWindow (Results 1 – 7 of 7) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
Dwindow_subwindow_test.cpp89 …sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_APP_SUB_WINDOW, rect, flag… variable
114 …sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_APP_SUB_WINDOW, rect, flag… variable
139 sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_MEDIA, rect, flags); variable
164 sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_MEDIA, rect, flags); variable
189 sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_MEDIA, rect, flags); variable
250 …sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_APP_SUB_WINDOW, rect, flag… variable
275 …sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_APP_SUB_WINDOW, rect, flag… variable
292 …sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_APP_SUB_WINDOW, rect, flag… variable
319 …sptr<Window> subWindow = CreateSubWindow(scene, WindowType::WINDOW_TYPE_APP_SUB_WINDOW, rect, flag… variable
Dwindow_systemsubwindow_test.cpp119 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); variable
172 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); variable
203 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); variable
231 sptr<Window> subWindow = CreateSystemSubWindow(appSubWindow, rect, flags); variable
255 sptr<Window> subWindow = CreateSystemSubWindow(systemSubWindow, rect, flags); variable
282 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); variable
317 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); variable
Dwindow_focus_test.cpp148 const sptr<Window>& subWindow = Utils::CreateTestWindow(subAppInfo_); variable
194 const sptr<Window>& subWindow = Utils::CreateTestWindow(subAppInfo_); variable
/foundation/window/window_manager/test/demo/
Ddemo_system_sub_window.cpp83 sptr<Window> subWindow = Window::Create("Demo_SSW_SubWindow", subWindowOp, nullptr); in main() local
/foundation/window/window_manager/wm/test/unittest/
Dwindow_impl_test.cpp1901 sptr<WindowImpl> subWindow = new WindowImpl(option); variable
3017 sptr<WindowImpl> subWindow = new WindowImpl(option); variable
3118 sptr<WindowImpl> subWindow = new WindowImpl(option); variable
3163 sptr<WindowImpl> subWindow = new WindowImpl(option); variable
3196 sptr<WindowImpl> subWindow = new WindowImpl(option); variable
/foundation/arkui/ace_engine/frameworks/base/subwindow/
Dsubwindow_manager.cpp488 auto subWindow = GetOrCreateSubWindow(); in ShowDialog() local
493 auto subWindow = GetSubwindow(containerId); in ShowDialog() local
/foundation/window/window_manager/wm/src/
Dwindow_impl.cpp1287 for (auto& subWindow : subWindowMap_.at(GetWindowId())) { in Destroy() local
2917 for (auto& subWindow : subWindowMap_.at(GetWindowId())) { in UpdateConfiguration() local