Home
last modified time | relevance | path

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

/ohos5.0/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
89 agent->OnScreenDisconnect(screenId); in OnScreenDisconnect()
H A Dabstract_screen_controller.cpp1380 DisplayManagerAgentController::GetInstance().OnScreenDisconnect(screenId); in NotifyScreenDisconnected()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp116 HWTEST_F(DisplayManagerAgentProxyTest, OnScreenDisconnect, Function | SmallTest | Level1)
126 displayManagerAgentProxy->OnScreenDisconnect(screenId); in __anona9da5a5c0402()
H A Dscreen_manager_test.cpp273 screenManagerListener->OnScreenDisconnect(SCREEN_ID_INVALID);
275 screenManagerListener->OnScreenDisconnect(0);
277 screenManagerListener->OnScreenDisconnect(0);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h39 void OnScreenDisconnect(ScreenId);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h33 void OnScreenDisconnect(ScreenId) override {}; in OnScreenDisconnect() function
/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_proxy.h33 virtual void OnScreenDisconnect(ScreenId) override;
H A Ddisplay_manager_agent_interface.h75 virtual void OnScreenDisconnect(ScreenId) = 0;
/ohos5.0/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp63 OnScreenDisconnect(screenId); in OnRemoteRequest()
H A Ddisplay_manager_agent_proxy.cpp118 void DisplayManagerAgentProxy::OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::DisplayManagerAgentProxy
/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Dscreen_manager_lite.cpp83 void OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::ScreenManagerLite::Impl::ScreenManagerListener
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp99 void OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::ScreenManager::Impl::ScreenManagerListener
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h186 void OnScreenDisconnect(ScreenId screenId);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1140 HWTEST_F(ScreenSessionManagerTest, OnScreenDisconnect, Function | SmallTest | Level3)
1150 ssm_->OnScreenDisconnect(1);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4100 OnScreenDisconnect(screenId); in NotifyScreenDisconnected()
4330 void ScreenSessionManager::OnScreenDisconnect(ScreenId screenId) in OnScreenDisconnect() function in OHOS::Rosen::ScreenSessionManager
4339 agent->OnScreenDisconnect(screenId); in OnScreenDisconnect()