Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h357 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
358 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
H A Dwindow_session_impl.h208 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
209 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3823 void WindowImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
3825 if (needNotifyListeners) { in NotifyAfterForeground()
3834 void WindowImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
3836 if (needNotifyListeners) { in NotifyAfterBackground()
H A Dwindow_session_impl.cpp2707 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
2709 if (needNotifyListeners) { in NotifyAfterForeground()
2731 void WindowSessionImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
2733 if (needNotifyListeners) { in NotifyAfterBackground()