Home
last modified time | relevance | path

Searched refs:RaiseZOrderForAppWindow (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_group_mgr.cpp58 windowRoot_->RaiseZOrderForAppWindow(windowNode); in MoveMissionsToForeground()
H A Dwindow_root.cpp622 container->RaiseZOrderForAppWindow(parentNode, parent); in PostProcessAddWindowNode()
1368 WMError WindowRoot::RaiseZOrderForAppWindow(sptr<WindowNode>& node) in RaiseZOrderForAppWindow() function in OHOS::Rosen::WindowRoot
1391 container->RaiseZOrderForAppWindow(node, parentNode); in RaiseZOrderForAppWindow()
1407 return container->RaiseZOrderForAppWindow(node, parentNode); in RaiseZOrderForAppWindow()
H A Dwindow_controller.cpp1172 WMError zOrderRes = windowRoot_->RaiseZOrderForAppWindow(node); in ProcessPointDown()
1282 WMError zOrderRes = windowRoot_->RaiseZOrderForAppWindow(node); in RaiseToAppTop()
H A Dwindow_node_container.cpp263 RaiseZOrderForAppWindow(node, parentNode); in AddWindowNode()
1783 WMError WindowNodeContainer::RaiseZOrderForAppWindow(sptr<WindowNode>& node, sptr<WindowNode>& parentNode) in RaiseZOrderForAppWindow() function in OHOS::Rosen::WindowNodeContainer
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp875 * @tc.name: RaiseZOrderForAppWindow
876 * @tc.desc: test WindowRoot RaiseZOrderForAppWindow
879 HWTEST_F(WindowRootTest, RaiseZOrderForAppWindow, Function | SmallTest | Level2) in HWTEST_F()
882 auto ret = windowRoot_->RaiseZOrderForAppWindow(windowNode2); in HWTEST_F()
885 ret = windowRoot_->RaiseZOrderForAppWindow(windowNode3); in HWTEST_F()
1541 auto ret = windowRoot_->RaiseZOrderForAppWindow(windowNode); in HWTEST_F()
1551 ret = windowRoot_->RaiseZOrderForAppWindow(windowNode); in HWTEST_F()
1564 auto ret = windowRoot_->RaiseZOrderForAppWindow(windowNode); in HWTEST_F()
1574 ret = windowRoot_->RaiseZOrderForAppWindow(windowNode); in HWTEST_F()
1587 auto ret = windowRoot_->RaiseZOrderForAppWindow(windowNod in HWTEST_F()
[all...]
H A Dwindow_node_container_test.cpp575 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, container->RaiseZOrderForAppWindow(node1, parentNode)); in HWTEST_F()
584 ASSERT_EQ(WMError::WM_OK, container->RaiseZOrderForAppWindow(node1, parentNode)); in HWTEST_F()
605 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, container->RaiseZOrderForAppWindow(subNode, rootNode)); in HWTEST_F()
606 ASSERT_EQ(WMError::WM_OK, container->RaiseZOrderForAppWindow(subNode, parentNode)); in HWTEST_F()
627 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, container->RaiseZOrderForAppWindow(dialog, rootNode)); in HWTEST_F()
628 ASSERT_EQ(WMError::WM_OK, container->RaiseZOrderForAppWindow(dialog, parentNode)); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h83 WMError RaiseZOrderForAppWindow(sptr<WindowNode>& node);
H A Dwindow_node_container.h72 WMError RaiseZOrderForAppWindow(sptr<WindowNode>& node, sptr<WindowNode>& parentNode);

Completed in 18 milliseconds