/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test3.cpp | 143 window_->NotifyDisplayMove(0, 100); in HWTEST_F() 148 window_->NotifyDisplayMove(0, 100); in HWTEST_F()
|
H A D | window_session_impl_test.cpp | 1364 * @tc.name: NotifyDisplayMove 1365 * @tc.desc: NotifyDisplayMove 1368 HWTEST_F(WindowSessionImplTest, NotifyDisplayMove, Function | SmallTest | Level2) in HWTEST_F() 1370 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyDisplayMove start"; in HWTEST_F() 1372 option->SetWindowName("NotifyDisplayMove"); in HWTEST_F() 1384 window->NotifyDisplayMove(from, to); in HWTEST_F() 1387 GTEST_LOG_(INFO) << "WindowSessionImplTest: NotifyDisplayMove end"; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 62 MOCK_METHOD2(NotifyDisplayMove, void(DisplayId from, DisplayId to));
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 66 void NotifyDisplayMove(DisplayId from, DisplayId to) override;
|
H A D | session_stage_interface.h | 144 virtual void NotifyDisplayMove(DisplayId from, DisplayId to) = 0;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 515 * @tc.name: NotifyDisplayMove 516 * @tc.desc: test function : NotifyDisplayMove 519 HWTEST_F(SessionStageProxyTest, NotifyDisplayMove, Function | SmallTest | Level1) in HWTEST_F() 524 sessionStage_->NotifyDisplayMove(from, to); in HWTEST_F()
|
H A D | scene_session_test2.cpp | 1809 sceneSession->NotifyDisplayMove(from, to); in HWTEST_F() 1817 sceneSession->NotifyDisplayMove(from, to); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 490 NotifyDisplayMove(from, to); in HandleNotifyDisplayMove()
|
H A D | session_stage_proxy.cpp | 1033 void SessionStageProxy::NotifyDisplayMove(DisplayId from, DisplayId to) in NotifyDisplayMove() function in OHOS::Rosen::SessionStageProxy
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 168 void NotifyDisplayMove(DisplayId from, DisplayId to) override;
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 395 void NotifyDisplayMove(DisplayId from, DisplayId to);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4520 void SceneSession::NotifyDisplayMove(DisplayId from, DisplayId to) in NotifyDisplayMove() function in SceneSession 4523 sessionStage_->NotifyDisplayMove(from, to); in NotifyDisplayMove()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 2917 void WindowSessionImpl::NotifyDisplayMove(DisplayId from, DisplayId to) in NotifyDisplayMove() function in OHOS::OHOS::Rosen::WindowSessionImpl
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 9054 scnSession->NotifyDisplayMove(fromScreenId, screenId); in UpdateSessionDisplayId()
|