Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_agent_controller.cpp25 WM_IMPLEMENT_SINGLE_INSTANCE(WindowManagerAgentController) in WM_IMPLEMENT_SINGLE_INSTANCE() argument
27 WMError WindowManagerAgentController::RegisterWindowManagerAgent(const sptr<IWindowManagerAgent>& w… in WM_IMPLEMENT_SINGLE_INSTANCE()
39 void WindowManagerAgentController::UpdateFocusChangeInfo(const sptr<FocusChangeInfo>& focusChangeIn… in UpdateFocusChangeInfo()
46 void WindowManagerAgentController::UpdateWindowModeTypeInfo(WindowModeType type) in UpdateWindowModeTypeInfo()
54 void WindowManagerAgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarR… in UpdateSystemBarRegionTints()
66 void WindowManagerAgentController::NotifyAccessibilityWindowInfo( in NotifyAccessibilityWindowInfo()
76 void WindowManagerAgentController::UpdateWindowVisibilityInfo( in UpdateWindowVisibilityInfo()
86 void WindowManagerAgentController::UpdateCameraFloatWindowStatus(uint32_t accessTokenId, bool isSho… in UpdateCameraFloatWindowStatus()
94 void WindowManagerAgentController::NotifyWaterMarkFlagChangedResult(bool showWaterMark) in NotifyWaterMarkFlagChangedResult()
103 void WindowManagerAgentController::NotifyGestureNavigationEnabledResult(bool enable) in NotifyGestureNavigationEnabledResult()
[all …]
H A Daccessibility_connection.cpp83 WindowManagerAgentController::GetInstance().NotifyAccessibilityWindowInfo(infos, type); in NotifyAccessibilityWindowInfo()
H A Dwindow_node_container.cpp1017 WindowManagerAgentController::GetInstance().UpdateFocusChangeInfo( in UpdateFocusStatus()
1351 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarTintChanged()
1395 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarRegionChanged()
1480 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifySystemBarTints()
1505WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(node->GetDisplayId(), tints… in NotifyDockWindowStateChanged()
1527 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyDockWindowStateChanged()
2586WindowManagerAgentController::GetInstance().UpdateCameraFloatWindowStatus(node->GetAccessTokenId()… in UpdateCameraFloatWindowStatus()
H A Dwindow_root.cpp511WindowManagerAgentController::GetInstance().UpdateWindowVisibilityInfo(windowVisibilityInfos); in NotifyWindowVisibilityChange()
922 WindowManagerAgentController::GetInstance().NotifyGestureNavigationEnabledResult(enable); in SetGestureNavigaionEnabled()
1142WindowManagerAgentController::GetInstance().UpdateWindowVisibilityInfo(windowVisibilityInfos); in DestroyWindowInner()
1940WindowManagerAgentController::GetInstance().NotifyWaterMarkFlagChangedResult(currentWaterMarkState… in CheckAndNotifyWaterMarkChangedResult()
H A Dwindow_manager_service.cpp1090 …WMError ret = WindowManagerAgentController::GetInstance().RegisterWindowManagerAgent(windowManager… in RegisterWindowManagerAgent()
1111 …return WindowManagerAgentController::GetInstance().UnregisterWindowManagerAgent(windowManagerAgent… in UnregisterWindowManagerAgent()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_agent_controller.h26 class WindowManagerAgentController {
27 WM_DECLARE_SINGLE_INSTANCE_BASE(WindowManagerAgentController)
45 WindowManagerAgentController() {} in WindowManagerAgentController() function
46 virtual ~WindowManagerAgentController() = default;