Home
last modified time | relevance | path

Searched refs:NotifyAfterForeground (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1710 NotifyAfterForeground(); in Show()
1726 NotifyAfterForeground(true, false); in Show()
3515 NotifyAfterForeground(); in UpdateWindowStateUnfrozen()
3549 NotifyAfterForeground(); in UpdateWindowState()
3578 NotifyAfterForeground(); in UpdateWindowStateWhenShow()
3581 NotifyAfterForeground(); in UpdateWindowStateWhenShow()
3593 NotifyAfterForeground(); in UpdateWindowStateWhenShow()
3654 subwindow->NotifyAfterForeground(); in UpdateSubWindowStateAndNotify()
3761 NotifyAfterForeground(); in NotifyForeground()
3823 void WindowImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp552 subwindow->NotifyAfterForeground(); in UpdateSubWindowStateAndNotify()
571 NotifyAfterForeground(true, false); in Show()
584 NotifyAfterForeground(); in Show()
2707 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp1130 NotifyAfterForeground(true, false); in Show()
1176 NotifyAfterForeground(true, WindowHelper::IsMainWindow(type)); in Show()
3904 NotifyAfterForeground(); in NotifyDialogStateChange()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1348 HWTEST_F(WindowSessionImplTest, NotifyAfterForeground, Function | SmallTest | Level2)
1362 window->NotifyAfterForeground(true, true);
1363 window->NotifyAfterForeground(false, false);
1365 window->NotifyAfterForeground(false, false);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h357 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
H A Dwindow_session_impl.h208 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);