Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h320 void NotifySubWindowClose(bool& terminateCloseProcess);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1789 window->NotifySubWindowClose(terminateCloseProcess);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3112 void WindowSessionImpl::NotifySubWindowClose(bool& terminateCloseProcess) in NotifySubWindowClose() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp2631 NotifySubWindowClose(terminateCloseProcess); in Close()