Home
last modified time | relevance | path

Searched refs:DestroyInnerWindow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_inner_manager.h46 void DestroyInnerWindow(DisplayId displayId, WindowType type);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_inner_manager_test.cpp238 HWTEST_F(WindowInnerManagerTest, DestroyInnerWindow, Function | SmallTest | Level2)
243 wim_->DestroyInnerWindow(displayId, type);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_inner_manager.cpp115 void WindowInnerManager::DestroyInnerWindow(DisplayId displayId, WindowType type) in DestroyInnerWindow() function in OHOS::Rosen::WindowInnerManager
H A Dwindow_pair.cpp373 …WindowInnerManager::GetInstance().DestroyInnerWindow(displayId_, WindowType::WINDOW_TYPE_PLACEHOLD… in UpdateIfSplitRelated()