Home
last modified time | relevance | path

Searched refs:NotifyScreenConnected (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h116 void NotifyScreenConnected(sptr<ScreenInfo>) const;
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp346 NotifyScreenConnected(absScreen->ConvertToScreenInfo()); in ProcessScreenConnected()
632 NotifyScreenConnected(absScreen->ConvertToScreenInfo()); in CreateVirtualScreen()
1363 void AbstractScreenController::NotifyScreenConnected(sptr<ScreenInfo> screenInfo) const in NotifyScreenConnected() function in OHOS::Rosen::AbstractScreenController
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp847 HWTEST_F(AbstractScreenControllerTest, NotifyScreenConnected, Function | SmallTest | Level3)
850 absController_->NotifyScreenConnected(screenInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h174 void NotifyScreenConnected(sptr<ScreenInfo> screenInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp735 NotifyScreenConnected(screenSession->ConvertToScreenInfo()); in HandleScreenEvent()
2746 NotifyScreenConnected(screenSession->ConvertToScreenInfo()); in CreateVirtualScreen()
4083 void ScreenSessionManager::NotifyScreenConnected(sptr<ScreenInfo> screenInfo) in NotifyScreenConnected() function in OHOS::Rosen::ScreenSessionManager