/foundation/window/window_manager/dmserver/test/unittest/ |
D | display_manager_agent_controller_test.cpp | 55 HWTEST_F(DisplayManagerAgentControllerTest, OnScreenConnect, Function | SmallTest | Level3) 58 DisplayManagerAgentController::GetInstance().OnScreenConnect(screenInfo);
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
D | js_screen_session_manager.h | 32 void OnScreenConnect(sptr<ScreenSession>& screenSession) override;
|
D | js_screen_session_manager.cpp | 69 void JsScreenSessionManager::OnScreenConnect(sptr<ScreenSession>& screenSession) in OnScreenConnect() function in OHOS::Rosen::JsScreenSessionManager
|
/foundation/window/window_manager/dm/include/ |
D | display_manager_agent_default.h | 30 void OnScreenConnect(sptr<ScreenInfo>) override {}; in OnScreenConnect() function
|
/foundation/window/window_manager/dmserver/include/ |
D | display_manager_agent_controller.h | 38 void OnScreenConnect(sptr<ScreenInfo> screenInfo);
|
/foundation/window/window_manager/dm/include/zidl/ |
D | display_manager_agent_interface.h | 59 virtual void OnScreenConnect(sptr<ScreenInfo>) = 0;
|
D | display_manager_agent_proxy.h | 31 virtual void OnScreenConnect(sptr<ScreenInfo>) override;
|
/foundation/window/window_manager/dmserver/src/ |
D | display_manager_agent_controller.cpp | 66 void DisplayManagerAgentController::OnScreenConnect(sptr<ScreenInfo> screenInfo) in OnScreenConnect() function in OHOS::Rosen::DisplayManagerAgentController 77 agent->OnScreenConnect(screenInfo); in OnScreenConnect()
|
D | abstract_screen_controller.cpp | 1292 DisplayManagerAgentController::GetInstance().OnScreenConnect(screenInfo); in NotifyScreenConnected()
|
/foundation/window/window_manager/dm/src/zidl/ |
D | display_manager_agent_stub.cpp | 53 OnScreenConnect(screenInfo); in OnRemoteRequest()
|
D | display_manager_agent_proxy.cpp | 77 void DisplayManagerAgentProxy::OnScreenConnect(sptr<ScreenInfo> screenInfo) in OnScreenConnect() function in OHOS::Rosen::DisplayManagerAgentProxy
|
/foundation/window/window_manager/dm/test/unittest/ |
D | screen_manager_test.cpp | 226 screenManagerListener->OnScreenConnect(nullptr); 229 screenManagerListener->OnScreenConnect(screenInfo); 231 screenManagerListener->OnScreenConnect(screenInfo); 234 screenManagerListener->OnScreenConnect(screenInfo);
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
D | screen_session_manager.h | 37 virtual void OnScreenConnect(sptr<ScreenSession>&) = 0; 150 void OnScreenConnect(const sptr<ScreenInfo> screenInfo);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
D | screen_session_manager.cpp | 89 screenConnectionListener->OnScreenConnect(iter.second); in RegisterScreenConnectionListener() 218 listener->OnScreenConnect(screenSession); in OnScreenChange() 1555 OnScreenConnect(screenInfo); in NotifyScreenConnected() 1672 void ScreenSessionManager::OnScreenConnect(const sptr<ScreenInfo> screenInfo) in OnScreenConnect() function in OHOS::Rosen::ScreenSessionManager 1683 agent->OnScreenConnect(screenInfo); in OnScreenConnect()
|
/foundation/window/window_manager/dm/src/ |
D | screen_manager.cpp | 79 void OnScreenConnect(sptr<ScreenInfo> screenInfo) in OnScreenConnect() function in OHOS::Rosen::ScreenManager::Impl::ScreenManagerListener
|