Home
last modified time | relevance | path

Searched refs:NotifyDisplayCreate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp57 void NotifyDisplayCreate(sptr<DisplayInfo> info);
105 pImpl_->NotifyDisplayCreate(displayInfo); in OnDisplayCreate()
296 void DisplayManagerLite::Impl::NotifyDisplayCreate(sptr<DisplayInfo> info) in NotifyDisplayCreate() function in OHOS::Rosen::DisplayManagerLite::Impl
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp108 void NotifyDisplayCreate(sptr<DisplayInfo> info);
179 pImpl_->NotifyDisplayCreate(displayInfo); in OnDisplayCreate()
1836 void DisplayManager::Impl::NotifyDisplayCreate(sptr<DisplayInfo> info) in NotifyDisplayCreate() function in OHOS::Rosen::DisplayManager::Impl
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h139 void NotifyDisplayCreate(sptr<DisplayInfo> displayInfo);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp736 NotifyDisplayCreate(screenSession->ConvertToDisplayInfo()); in HandleScreenEvent()
3791 NotifyDisplayCreate(screen->ConvertToDisplayInfo()); in AddScreenToGroup()
4105 void ScreenSessionManager::NotifyDisplayCreate(sptr<DisplayInfo> displayInfo) in NotifyDisplayCreate() function in OHOS::Rosen::ScreenSessionManager