Home
last modified time | relevance | path

Searched refs:needNotifyUiContent (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);
360 void NotifyAfterUnfocused(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);
464 void NotifyAfterUnfocused(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
3829 if (needNotifyUiContent) { in NotifyAfterForeground()
3834 void WindowImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
3840 if (needNotifyUiContent) { in NotifyAfterBackground()
3852 void WindowImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() argument
3857 if (needNotifyUiContent) { in NotifyAfterUnfocused()
H A Dwindow_session_impl.cpp2707 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
2714 if (needNotifyUiContent) { in NotifyAfterForeground()
2731 void WindowSessionImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
2738 if (needNotifyUiContent) { in NotifyAfterBackground()
2810 void WindowSessionImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() argument
2813 if (needNotifyUiContent) { in NotifyAfterUnfocused()