Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_systemsubwindow_test.cpp69 static sptr<Window> CreateAppSubWindow(sptr<Window> parentWindow, WindowType type, struct Rect rect, in CreateAppSubWindow()
85 static sptr<Window> CreateSystemSubWindow(sptr<Window> parentWindow, struct Rect rect, in CreateSystemSubWindow()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp157 bool isAppSubwindow, sptr<OHOS::Rosen::Window>& parentWindow) in SetUIExtensionSubwindowFlag()
175 sptr<OHOS::Rosen::Window> parentWindow = parentContainer->GetUIWindow(parentContainerId_); in InitContainer() local
641 sptr<OHOS::Rosen::Window> parentWindow = OHOS::Rosen::Window::Find(parentWindowName); in ContainerModalUnFocus() local
1866 sptr<OHOS::Rosen::Window> parentWindow = parentContainer->GetUIWindow(parentContainerId_); in CheckHostWindowStatus() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp224 sptr<WindowNode> parentWindow = windowRoot_->GetWindowNode(property->GetParentId()); in CheckParentWindowValid() local
234 sptr<WindowNode> parentWindow = windowRoot_->GetWindowNode(property->GetParentId()); in CheckParentWindowValid() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1306 sptr<Window> parentWindow = nullptr; in WindowCreateCheck() local
3584 sptr<Window> parentWindow = FindWindowById(parentId); in UpdateWindowStateWhenShow() local
3616 sptr<Window> parentWindow = FindWindowById(parentId); in UpdateWindowStateWhenHide() local
H A Dwindow_scene_session_impl.cpp247 sptr<WindowSessionImpl> parentWindow = nullptr; in IsPcOrPadCapabilityEnabled() local
267 sptr<WindowSessionImpl> parentWindow = nullptr; in IsPcOrPadFreeMultiWindowMode() local
H A Dwindow_session_impl.cpp966 void WindowSessionImpl::CopyUniqueDensityParameter(sptr<WindowSessionImpl> parentWindow) in CopyUniqueDensityParameter()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp577 sptr<WindowNode> parentWindow = new (std::nothrow)WindowNode(); variable