Home
last modified time | relevance | path

Searched refs:OnScreenDisconnect (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h33 void OnScreenDisconnect(ScreenId) override {};
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h39 void OnScreenDisconnect(ScreenId);
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_agent_controller.cpp81 void DisplayManagerAgentController::OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::DisplayManagerAgentController
87 WLOGFI("OnScreenDisconnect"); in OnScreenDisconnect()
89 agent->OnScreenDisconnect(screenId); in OnScreenDisconnect()
H A Dabstract_screen_controller.cpp1380 DisplayManagerAgentController::GetInstance().OnScreenDisconnect(screenId); in NotifyScreenDisconnected()
/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h73 virtual void OnScreenDisconnect(ScreenId) = 0;
H A Ddisplay_manager_agent_proxy.h33 virtual void OnScreenDisconnect(ScreenId) override;
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp323 * @tc.name: OnScreenDisconnect
324 * @tc.desc: OnScreenDisconnect
327 HWTEST_F(DisplayManagerAgentProxyTest, OnScreenDisconnect, Function | SmallTest | Level1) in HWTEST_F()
337 displayManagerAgentProxy->OnScreenDisconnect(screenId); in HWTEST_F()
H A Dscreen_manager_test.cpp262 * @tc.desc: OnScreenDisconnect
273 screenManagerListener->OnScreenDisconnect(SCREEN_ID_INVALID); in HWTEST_F()
275 screenManagerListener->OnScreenDisconnect(0); in HWTEST_F()
277 screenManagerListener->OnScreenDisconnect(0); in HWTEST_F()
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp150 OnScreenDisconnect(screenId); in ProcScreenDisconnect()
H A Ddisplay_manager_agent_proxy.cpp118 void DisplayManagerAgentProxy::OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::DisplayManagerAgentProxy
122 WLOGFW("OnScreenDisconnect: remote is nullptr"); in OnScreenDisconnect()
/foundation/window/window_manager/dm_lite/src/
H A Dscreen_manager_lite.cpp75 void OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::ScreenManagerLite::Impl::ScreenManagerListener
78 WLOGFE("OnScreenDisconnect, screenId is invalid."); in OnScreenDisconnect()
82 WLOGFE("OnScreenDisconnect, impl is nullptr."); in OnScreenDisconnect()
/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp98 void OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::ScreenManager::Impl::ScreenManagerListener
101 WLOGFE("OnScreenDisconnect, screenId is invalid."); in OnScreenDisconnect()
105 WLOGFE("OnScreenDisconnect, impl is nullptr."); in OnScreenDisconnect()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h186 void OnScreenDisconnect(ScreenId screenId);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1792 * @tc.name: OnScreenDisconnect
1793 * @tc.desc: OnScreenDisconnect virtual screen
1796 HWTEST_F(ScreenSessionManagerTest, OnScreenDisconnect, Function | SmallTest | Level3) in HWTEST_F()
1800 virtualOption.name_ = "OnScreenDisconnect"; in HWTEST_F()
1805 ssm_->OnScreenDisconnect(1); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4251 OnScreenDisconnect(screenId); in NotifyScreenDisconnected()
4480 void ScreenSessionManager::OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::ScreenSessionManager
4484 TLOGI(WmsLogTag::DMS, "OnScreenDisconnect agents empty"); in OnScreenDisconnect()
4487 TLOGI(WmsLogTag::DMS, "OnScreenDisconnect"); in OnScreenDisconnect()
4489 agent->OnScreenDisconnect(screenId); in OnScreenDisconnect()

Completed in 25 milliseconds