Searched refs:NotifyDisplayStateChange (Results 1 – 6 of 6) sorted by relevance
/foundation/windowmanager/wmserver/src/ |
D | window_manager_service.cpp | 233 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()
|
D | window_controller.cpp | 313 void WindowController::NotifyDisplayStateChange(DisplayId displayId, DisplayStateChangeType type) in NotifyDisplayStateChange() function in OHOS::Rosen::WindowController
|
/foundation/windowmanager/wmserver/include/ |
D | window_manager_service.h | 80 void NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type);
|
D | window_controller.h | 44 void NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type);
|
/foundation/windowmanager/dmserver/src/ |
D | display_manager_service.cpp | 44 …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/ |
D | display_manager_service.h | 96 void NotifyDisplayStateChange(DisplayId id, DisplayStateChangeType type);
|