Searched refs:NotifyAfterForeground (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 1673 NotifyAfterForeground(); in Show() 1689 NotifyAfterForeground(true, false); in Show() 3473 NotifyAfterForeground(); in UpdateWindowStateUnfrozen() 3507 NotifyAfterForeground(); in UpdateWindowState() 3536 NotifyAfterForeground(); in UpdateWindowStateWhenShow() 3539 NotifyAfterForeground(); in UpdateWindowStateWhenShow() 3551 NotifyAfterForeground(); in UpdateWindowStateWhenShow() 3612 subwindow->NotifyAfterForeground(); in UpdateSubWindowStateAndNotify() 3719 NotifyAfterForeground(); in NotifyForeground() 3781 void WindowImpl::NotifyAfterForeground(boo function in OHOS::Rosen::WindowImpl [all...] |
H A D | window_session_impl.cpp | 496 subwindow->NotifyAfterForeground(); in UpdateSubWindowStateAndNotify() 515 NotifyAfterForeground(true, false); in Show() 528 NotifyAfterForeground(); in Show() 2591 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() function in OHOS::OHOS::Rosen::WindowSessionImpl
|
H A D | window_scene_session_impl.cpp | 1118 TLOGI(WmsLogTag::WMS_MULTI_USER, "Switch to current user, NotifyAfterForeground"); in Show() 1119 NotifyAfterForeground(true, false); in Show() 1144 NotifyAfterForeground(true, false); in Show() 1190 NotifyAfterForeground(true, WindowHelper::IsMainWindow(type)); in Show() 3762 NotifyAfterForeground(); in NotifyDialogStateChange()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test.cpp | 1391 * @tc.name: NotifyAfterForeground 1392 * @tc.desc: NotifyAfterForeground 1395 HWTEST_F(WindowSessionImplTest, NotifyAfterForeground, Function | SmallTest | Level2) in HWTEST_F() 1397 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyAfterForeground start"; in HWTEST_F() 1399 option->SetWindowName("NotifyAfterForeground"); in HWTEST_F() 1409 window->NotifyAfterForeground(true, true); in HWTEST_F() 1410 window->NotifyAfterForeground(false, false); in HWTEST_F() 1412 window->NotifyAfterForeground(false, false); in HWTEST_F() 1415 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyAfterForeground end"; in HWTEST_F()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 209 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
|
H A D | window_impl.h | 345 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);
|
Completed in 25 milliseconds