Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp174 #define CALL_UI_CONTENT(uiContentCb) \ macro
2715 CALL_UI_CONTENT(Foreground); in NotifyAfterForeground()
2739 CALL_UI_CONTENT(Background); in NotifyAfterBackground()
2771 CALL_UI_CONTENT(UnFocus); in NotifyUIContentFocusStatus()
2774 CALL_UI_CONTENT(Focus); in NotifyUIContentFocusStatus()
2817 CALL_UI_CONTENT(UnFocus); in NotifyAfterUnfocused()
H A Dwindow_impl.cpp3830 CALL_UI_CONTENT(Foreground); in NotifyAfterForeground()
3841 CALL_UI_CONTENT(Background); in NotifyAfterBackground()
3849 CALL_UI_CONTENT(Focus); in NotifyAfterFocused()
3858 CALL_UI_CONTENT(UnFocus); in NotifyAfterUnfocused()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h103 #define CALL_UI_CONTENT(uiContentCb) \ macro