Home
last modified time | relevance | path

Searched refs:DestroyWindowSelf (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h124 WMError DestroyWindowSelf(sptr<WindowNode>& node, const sptr<WindowNodeContainer>& container);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp779 * @tc.name: DestroyWindowSelf
780 * @tc.desc: test WindowRoot DestroyWindowSelf
783 HWTEST_F(WindowRootTest, DestroyWindowSelf, Function | SmallTest | Level2) in HWTEST_F()
789 auto ret = windowRoot_->DestroyWindowSelf(node, container); in HWTEST_F()
1348 auto ret = windowRoot_->DestroyWindowSelf(node, container); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1062 WMError WindowRoot::DestroyWindowSelf(sptr<WindowNode>& node, const sptr<WindowNodeContainer>& container) in DestroyWindowSelf() function in OHOS::Rosen::WindowRoot
1121 return DestroyWindowSelf(node, container); in DestroyWindow()

Completed in 13 milliseconds