Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp58 void NotifyDisplayDestroy(DisplayId);
126 pImpl_->NotifyDisplayDestroy(displayId); in OnDisplayDestroy()
302 void DisplayManagerLite::Impl::NotifyDisplayDestroy(DisplayId displayId) in NotifyDisplayDestroy() function in OHOS::Rosen::DisplayManagerLite::Impl
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp109 void NotifyDisplayDestroy(DisplayId);
200 pImpl_->NotifyDisplayDestroy(displayId); in OnDisplayDestroy()
1842 void DisplayManager::Impl::NotifyDisplayDestroy(DisplayId displayId) in NotifyDisplayDestroy() function in OHOS::Rosen::DisplayManager::Impl
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h140 void NotifyDisplayDestroy(DisplayId displayId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp743 NotifyDisplayDestroy(screenSession->GetScreenId()); in HandleScreenEvent()
2905 NotifyDisplayDestroy(screenId); in DestroyVirtualScreen()
3751 NotifyDisplayDestroy(screenId); in ChangeScreenGroup()
4123 void ScreenSessionManager::NotifyDisplayDestroy(DisplayId displayId) in NotifyDisplayDestroy() function in OHOS::Rosen::ScreenSessionManager