Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h209 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
210 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
H A Dwindow_impl.h345 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
346 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3781 void WindowImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
3783 if (needNotifyListeners) { in NotifyAfterForeground()
3792 void WindowImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
3794 if (needNotifyListeners) { in NotifyAfterBackground()
H A Dwindow_session_impl.cpp2591 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
2593 if (needNotifyListeners) { in NotifyAfterForeground()
2615 void WindowSessionImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
2617 if (needNotifyListeners) { in NotifyAfterBackground()

Completed in 28 milliseconds