Home
last modified time | relevance | path

Searched refs:NotifyWindowRemovedOrDestroyed (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_inner_manager_test.cpp131 * @tc.name: NotifyWindowRemovedOrDestroyed
132 * @tc.desc: test WindowInnerManager NotifyWindowRemovedOrDestroyed
135 HWTEST_F(WindowInnerManagerTest, NotifyWindowRemovedOrDestroyed, Function | SmallTest | Level2) in HWTEST_F()
143 windowInnerManager.NotifyWindowRemovedOrDestroyed(windowId); in HWTEST_F()
151 windowInnerManager.NotifyWindowRemovedOrDestroyed(windowId); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_inner_manager.h63 void NotifyWindowRemovedOrDestroyed(uint32_t windowId);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_inner_manager.cpp306 void WindowInnerManager::NotifyWindowRemovedOrDestroyed(uint32_t windowId) in NotifyWindowRemovedOrDestroyed() function in OHOS::Rosen::WindowInnerManager
312 WLOGI("NotifyWindowRemovedOrDestroyed, windowId: %{public}u", windowId); in NotifyWindowRemovedOrDestroyed()
H A Dwindow_manager_service.cpp1012 WindowInnerManager::GetInstance().NotifyWindowRemovedOrDestroyed(windowId); in RemoveWindow()
1037 WindowInnerManager::GetInstance().NotifyWindowRemovedOrDestroyed(windowId); in DestroyWindow()
1170 WindowInnerManager::GetInstance().NotifyWindowRemovedOrDestroyed(windowId); in OnWindowEvent()

Completed in 5 milliseconds