Home
last modified time | relevance | path

Searched refs:needNotifyUiContent (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);
451 void NotifyAfterUnfocused(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);
348 void NotifyAfterUnfocused(bool needNotifyUiContent = true);
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3781 void WindowImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
3787 if (needNotifyUiContent) { in NotifyAfterForeground()
3792 void WindowImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
3798 if (needNotifyUiContent) { in NotifyAfterBackground()
3810 void WindowImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() argument
3815 if (needNotifyUiContent) { in NotifyAfterUnfocused()
H A Dwindow_session_impl.cpp2591 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument
2598 if (needNotifyUiContent) { in NotifyAfterForeground()
2615 void WindowSessionImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument
2622 if (needNotifyUiContent) { in NotifyAfterBackground()
2689 void WindowSessionImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() argument
2692 if (needNotifyUiContent) { in NotifyAfterUnfocused()

Completed in 15 milliseconds