Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h36 DISPLAY_UPDATE_LISTENER, enumerator
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_agent_controller.cpp221 … auto agents = dmAgentContainer_.GetAgentsByType(DisplayManagerAgentType::DISPLAY_UPDATE_LISTENER); in NotifyDisplayChangeInfoChanged()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp1612 DisplayManagerAgentType::DISPLAY_UPDATE_LISTENER); in RegisterDisplayUpdateListener()
1646 DisplayManagerAgentType::DISPLAY_UPDATE_LISTENER); in UnregisterDisplayUpdateListener()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4905 … auto agents = dmAgentContainer_.GetAgentsByType(DisplayManagerAgentType::DISPLAY_UPDATE_LISTENER); in NotifyDisplayChangeInfoChanged()
4916 if (!IsFreezed(agentPid, DisplayManagerAgentType::DISPLAY_UPDATE_LISTENER)) { in NotifyDisplayChangeInfoChanged()
5497 } else if (agentType == DisplayManagerAgentType::DISPLAY_UPDATE_LISTENER) { in NotifyUnfreezedAgents()