Home
last modified time | relevance | path

Searched refs:WindowManagerAgentController (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_agent_controller.cpp23 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowManagerAgentController"};
25 WM_IMPLEMENT_SINGLE_INSTANCE(WindowManagerAgentController)
27 WMError WindowManagerAgentController::RegisterWindowManagerAgent(const sptr<IWindowManagerAgent>& windowManagerAgent, in RegisterWindowManagerAgent()
33 WMError WindowManagerAgentController::UnregisterWindowManagerAgent(const sptr<IWindowManagerAgent>& windowManagerAgent, in UnregisterWindowManagerAgent()
39 void WindowManagerAgentController::UpdateFocusChangeInfo(const sptr<FocusChangeInfo>& focusChangeInfo, bool focused) in UpdateFocusChangeInfo()
46 void WindowManagerAgentController::UpdateWindowModeTypeInfo(WindowModeType type) in UpdateWindowModeTypeInfo()
54 void WindowManagerAgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) in UpdateSystemBarRegionTints()
66 void WindowManagerAgentController::NotifyAccessibilityWindowInfo( in NotifyAccessibilityWindowInfo()
76 void WindowManagerAgentController::UpdateWindowVisibilityInfo( in UpdateWindowVisibilityInfo()
86 void WindowManagerAgentController
[all...]
H A Daccessibility_connection.cpp83 WindowManagerAgentController::GetInstance().NotifyAccessibilityWindowInfo(infos, type); in NotifyAccessibilityWindowInfo()
H A Dwindow_node_container.cpp1016 WindowManagerAgentController::GetInstance().UpdateFocusChangeInfo( in UpdateFocusStatus()
1350 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarTintChanged()
1394 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarRegionChanged()
1479 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifySystemBarTints()
1504 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(node->GetDisplayId(), tints); in NotifyDockWindowStateChanged()
1526 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyDockWindowStateChanged()
2584 WindowManagerAgentController::GetInstance().UpdateCameraFloatWindowStatus(node->GetAccessTokenId(), isShowing); in UpdateCameraFloatWindowStatus()
H A Dwindow_root.cpp511 WindowManagerAgentController::GetInstance().UpdateWindowVisibilityInfo(windowVisibilityInfos); in NotifyWindowVisibilityChange()
921 WindowManagerAgentController::GetInstance().NotifyGestureNavigationEnabledResult(enable); in SetGestureNavigationEnabled()
1141 WindowManagerAgentController::GetInstance().UpdateWindowVisibilityInfo(windowVisibilityInfos); in DestroyWindowInner()
1939 WindowManagerAgentController::GetInstance().NotifyWaterMarkFlagChangedResult(currentWaterMarkState); in CheckAndNotifyWaterMarkChangedResult()
H A Dwindow_manager_service.cpp1093 WMError ret = WindowManagerAgentController::GetInstance().RegisterWindowManagerAgent(windowManagerAgent, type); in RegisterWindowManagerAgent()
1114 return WindowManagerAgentController::GetInstance().UnregisterWindowManagerAgent(windowManagerAgent, type); in UnregisterWindowManagerAgent()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_agent_controller.h26 class WindowManagerAgentController { class
27 WM_DECLARE_SINGLE_INSTANCE_BASE(WindowManagerAgentController)
45 WindowManagerAgentController() {} in WindowManagerAgentController() function in OHOS::Rosen::WindowManagerAgentController
46 virtual ~WindowManagerAgentController() = default;

Completed in 12 milliseconds