Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3125 auto mainWindowCloseListener = GetListeners<IMainWindowCloseListener>(); in NotifyMainWindowClose() local
3126 if (mainWindowCloseListener != nullptr) { in NotifyMainWindowClose()
3127 mainWindowCloseListener->OnMainWindowClose(terminateCloseProcess); in NotifyMainWindowClose()