Home
last modified time | relevance | path

Searched refs:NotifyDisplayStateChange (Results 1 – 6 of 6) sorted by relevance

/foundation/windowmanager/wmserver/src/
Dwindow_manager_service.cpp233 void WindowManagerService::NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type) in NotifyDisplayStateChange() function in OHOS::Rosen::WindowManagerService
242 return windowController_->NotifyDisplayStateChange(id, type); in NotifyDisplayStateChange()
248 WindowManagerService::GetInstance().NotifyDisplayStateChange(id, type); in OnDisplayStateChange()
Dwindow_controller.cpp313 void WindowController::NotifyDisplayStateChange(DisplayId displayId, DisplayStateChangeType type) in NotifyDisplayStateChange() function in OHOS::Rosen::WindowController
/foundation/windowmanager/wmserver/include/
Dwindow_manager_service.h80 void NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type);
Dwindow_controller.h44 void NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type);
/foundation/windowmanager/dmserver/src/
Ddisplay_manager_service.cpp44 …std::bind(&DisplayManagerService::NotifyDisplayStateChange, this, std::placeholders::_1, std::plac… in DisplayManagerService()
47 …std::bind(&DisplayManagerService::NotifyDisplayStateChange, this, std::placeholders::_1, std::plac… in DisplayManagerService()
80 void DisplayManagerService::NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type) in NotifyDisplayStateChange() function in OHOS::Rosen::DisplayManagerService
/foundation/windowmanager/dmserver/include/
Ddisplay_manager_service.h96 void NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type);