Home
last modified time | relevance | path

Searched refs:NotifyBeforeDestroy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1459 HWTEST_F(WindowSessionImplTest, NotifyBeforeDestroy, Function | SmallTest | Level2)
1474 window->NotifyBeforeDestroy(windowName);
1476 window->NotifyBeforeDestroy(windowName);
1484 window->NotifyBeforeDestroy(windowName);
1494 window->NotifyBeforeDestroy(windowName);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h363 void NotifyBeforeDestroy(std::string windowName);
H A Dwindow_session_impl.h300 void NotifyBeforeDestroy(std::string windowName);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp198 NotifyBeforeDestroy(GetWindowName()); in Destroy()
H A Dwindow_impl.cpp1580 NotifyBeforeDestroy(GetWindowName()); in Destroy()
3874 void WindowImpl::NotifyBeforeDestroy(std::string windowName) in NotifyBeforeDestroy() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp686 NotifyBeforeDestroy(GetWindowName()); in Destroy()
2837 void WindowSessionImpl::NotifyBeforeDestroy(std::string windowName) in NotifyBeforeDestroy() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp1434 NotifyBeforeDestroy(GetWindowName()); in Destroy()