| /foundation/window/window_manager/test/systemtest/wms/ |
| D | window_subwindow_test.cpp | 89 …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
|
| D | window_systemsubwindow_test.cpp | 119 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
|
| D | window_focus_test.cpp | 148 const sptr<Window>& subWindow = Utils::CreateTestWindow(subAppInfo_); variable 194 const sptr<Window>& subWindow = Utils::CreateTestWindow(subAppInfo_); variable
|
| /foundation/window/window_manager/test/demo/ |
| D | demo_system_sub_window.cpp | 83 sptr<Window> subWindow = Window::Create("Demo_SSW_SubWindow", subWindowOp, nullptr); in main() local
|
| /foundation/window/window_manager/wm/test/unittest/ |
| D | window_impl_test.cpp | 1901 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/ |
| D | subwindow_manager.cpp | 488 auto subWindow = GetOrCreateSubWindow(); in ShowDialog() local 493 auto subWindow = GetSubwindow(containerId); in ShowDialog() local
|
| /foundation/window/window_manager/wm/src/ |
| D | window_impl.cpp | 1287 for (auto& subWindow : subWindowMap_.at(GetWindowId())) { in Destroy() local 2917 for (auto& subWindow : subWindowMap_.at(GetWindowId())) { in UpdateConfiguration() local
|