Lines Matching refs:wmsProxy

74     auto wmsProxy = GetWindowManagerServiceProxy();  local
75 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR);
76 return wmsProxy->CreateWindow(window, windowProperty, surfaceNode, windowId, token);
83 auto wmsProxy = GetWindowManagerServiceProxy(); in AddWindow() local
84 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in AddWindow()
85 return wmsProxy->AddWindow(windowProperty); in AddWindow()
92 auto wmsProxy = GetWindowManagerServiceProxy(); in RemoveWindow() local
93 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RemoveWindow()
94 return wmsProxy->RemoveWindow(windowId, isFromInnerkits); in RemoveWindow()
101 auto wmsProxy = GetWindowManagerServiceProxy(); in DestroyWindow() local
102 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in DestroyWindow()
103 return wmsProxy->DestroyWindow(windowId); in DestroyWindow()
110 auto wmsProxy = GetWindowManagerServiceProxy(); in RequestFocus() local
111 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RequestFocus()
112 return wmsProxy->RequestFocus(windowId); in RequestFocus()
120 auto wmsProxy = GetWindowManagerServiceProxy(); in RegisterWindowManagerAgent() local
121 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RegisterWindowManagerAgent()
131 return wmsProxy->RegisterWindowManagerAgent(type, windowManagerAgent); in RegisterWindowManagerAgent()
139 auto wmsProxy = GetWindowManagerServiceProxy(); in UnregisterWindowManagerAgent() local
140 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in UnregisterWindowManagerAgent()
141 auto ret = wmsProxy->UnregisterWindowManagerAgent(type, windowManagerAgent); in UnregisterWindowManagerAgent()
164 auto wmsProxy = GetWindowManagerServiceProxy(); in CheckWindowId() local
165 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in CheckWindowId()
166 return wmsProxy->CheckWindowId(windowId, pid); in CheckWindowId()
173 auto wmsProxy = GetWindowManagerServiceProxy(); in GetAccessibilityWindowInfo() local
174 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetAccessibilityWindowInfo()
175 return wmsProxy->GetAccessibilityWindowInfo(infos); in GetAccessibilityWindowInfo()
183 auto wmsProxy = GetWindowManagerServiceProxy(); in GetUnreliableWindowInfo() local
184 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetUnreliableWindowInfo()
185 return wmsProxy->GetUnreliableWindowInfo(windowId, infos); in GetUnreliableWindowInfo()
192 auto wmsProxy = GetWindowManagerServiceProxy(); in GetVisibilityWindowInfo() local
193 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetVisibilityWindowInfo()
194 return wmsProxy->GetVisibilityWindowInfo(infos); in GetVisibilityWindowInfo()
201 auto wmsProxy = GetWindowManagerServiceProxy(); in SetWindowAnimationController() local
202 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in SetWindowAnimationController()
203 return wmsProxy->SetWindowAnimationController(controller); in SetWindowAnimationController()
210 auto wmsProxy = GetWindowManagerServiceProxy(); in GetAvoidAreaByType() local
211 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetAvoidAreaByType()
212 avoidArea = wmsProxy->GetAvoidAreaByType(windowId, type); in GetAvoidAreaByType()
221 auto wmsProxy = GetWindowManagerServiceProxy(); in NotifyServerReadyToMoveOrDrag() local
222 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in NotifyServerReadyToMoveOrDrag()
223 wmsProxy->NotifyServerReadyToMoveOrDrag(windowId, windowProperty, moveDragProperty); in NotifyServerReadyToMoveOrDrag()
230 auto wmsProxy = GetWindowManagerServiceProxy(); in ProcessPointDown() local
231 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ProcessPointDown()
232 wmsProxy->ProcessPointDown(windowId, isPointDown); in ProcessPointDown()
239 auto wmsProxy = GetWindowManagerServiceProxy(); in ProcessPointUp() local
240 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ProcessPointUp()
241 wmsProxy->ProcessPointUp(windowId); in ProcessPointUp()
248 auto wmsProxy = GetWindowManagerServiceProxy(); in MinimizeAllAppWindows() local
249 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in MinimizeAllAppWindows()
250 return wmsProxy->MinimizeAllAppWindows(displayId); in MinimizeAllAppWindows()
257 auto wmsProxy = GetWindowManagerServiceProxy(); in ToggleShownStateForAllAppWindows() local
258 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in ToggleShownStateForAllAppWindows()
259 return wmsProxy->ToggleShownStateForAllAppWindows(); in ToggleShownStateForAllAppWindows()
266 auto wmsProxy = GetWindowManagerServiceProxy(); in GetSystemConfig() local
267 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetSystemConfig()
268 return wmsProxy->GetSystemConfig(systemConfig); in GetSystemConfig()
275 auto wmsProxy = GetWindowManagerServiceProxy(); in GetModeChangeHotZones() local
276 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetModeChangeHotZones()
277 return wmsProxy->GetModeChangeHotZones(displayId, hotZones); in GetModeChangeHotZones()
329 auto wmsProxy = GetWindowManagerServiceProxy(); in GetSnapshotByWindowId() local
330 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_IPC_FAILED); in GetSnapshotByWindowId()
331 return wmsProxy->GetSnapshotByWindowId(windowId, pixelMap); in GetSnapshotByWindowId()
466 auto wmsProxy = GetWindowManagerServiceProxy(); in GetTopWindowId() local
467 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetTopWindowId()
468 return wmsProxy->GetTopWindowId(mainWinId, topWinId); in GetTopWindowId()
475 auto wmsProxy = GetWindowManagerServiceProxy(); in GetParentMainWindowId() local
476 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetParentMainWindowId()
477 return wmsProxy->GetParentMainWindowId(windowId, mainWindowId); in GetParentMainWindowId()
484 auto wmsProxy = GetWindowManagerServiceProxy(); in SetWindowLayoutMode() local
485 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in SetWindowLayoutMode()
486 return wmsProxy->SetWindowLayoutMode(mode); in SetWindowLayoutMode()
493 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateProperty() local
494 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in UpdateProperty()
495 return wmsProxy->UpdateProperty(windowProperty, action); in UpdateProperty()
502 auto wmsProxy = GetWindowManagerServiceProxy(); in SetWindowGravity() local
503 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in SetWindowGravity()
504 return wmsProxy->SetWindowGravity(windowId, gravity, percent); in SetWindowGravity()
511 auto wmsProxy = GetWindowManagerServiceProxy(); in NotifyWindowTransition() local
512 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in NotifyWindowTransition()
513 return wmsProxy->NotifyWindowTransition(from, to, true); in NotifyWindowTransition()
521 auto wmsProxy = GetWindowManagerServiceProxy(); in MinimizeWindowsByLauncher() local
522 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in MinimizeWindowsByLauncher()
523 wmsProxy->MinimizeWindowsByLauncher(windowIds, isAnimated, finishCallback); in MinimizeWindowsByLauncher()
530 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateAvoidAreaListener() local
531 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in UpdateAvoidAreaListener()
532 return wmsProxy->UpdateAvoidAreaListener(windowId, haveListener); in UpdateAvoidAreaListener()
539 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateRsTree() local
540 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in UpdateRsTree()
541 return wmsProxy->UpdateRsTree(windowId, isAdd); in UpdateRsTree()
548 auto wmsProxy = GetWindowManagerServiceProxy(); in BindDialogTarget() local
549 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in BindDialogTarget()
550 return wmsProxy->BindDialogTarget(windowId, targetToken); in BindDialogTarget()
557 auto wmsProxy = GetWindowManagerServiceProxy(); in SetAnchorAndScale() local
558 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in SetAnchorAndScale()
559 wmsProxy->SetAnchorAndScale(x, y, scale); in SetAnchorAndScale()
566 auto wmsProxy = GetWindowManagerServiceProxy(); in SetAnchorOffset() local
567 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in SetAnchorOffset()
568 wmsProxy->SetAnchorOffset(deltaX, deltaY); in SetAnchorOffset()
575 auto wmsProxy = GetWindowManagerServiceProxy(); in OffWindowZoom() local
576 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in OffWindowZoom()
577 wmsProxy->OffWindowZoom(); in OffWindowZoom()
585 auto wmsProxy = GetWindowManagerServiceProxy(); in RaiseToAppTop() local
586 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RaiseToAppTop()
587 return wmsProxy->RaiseToAppTop(windowId); in RaiseToAppTop()
594 auto wmsProxy = GetWindowManagerServiceProxy(); in GetSnapshot() local
595 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, nullptr); in GetSnapshot()
596 return wmsProxy->GetSnapshot(windowId); in GetSnapshot()
603 auto wmsProxy = GetWindowManagerServiceProxy(); in SetGestureNavigaionEnabled() local
604 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in SetGestureNavigaionEnabled()
605 return wmsProxy->SetGestureNavigaionEnabled(enable); in SetGestureNavigaionEnabled()
612 auto wmsProxy = GetWindowManagerServiceProxy(); in DispatchKeyEvent() local
613 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in DispatchKeyEvent()
614 wmsProxy->DispatchKeyEvent(windowId, event); in DispatchKeyEvent()
621 auto wmsProxy = GetWindowManagerServiceProxy(); in NotifyDumpInfoResult() local
622 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in NotifyDumpInfoResult()
623 wmsProxy->NotifyDumpInfoResult(info); in NotifyDumpInfoResult()
630 auto wmsProxy = GetWindowManagerServiceProxy(); in DumpSessionAll() local
631 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in DumpSessionAll()
632 return static_cast<WMError>(wmsProxy->DumpSessionAll(infos)); in DumpSessionAll()
639 auto wmsProxy = GetWindowManagerServiceProxy(); in DumpSessionWithId() local
640 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in DumpSessionWithId()
641 return static_cast<WMError>(wmsProxy->DumpSessionWithId(persistentId, infos)); in DumpSessionWithId()
648 auto wmsProxy = GetWindowManagerServiceProxy(); in GetUIContentRemoteObj() local
649 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetUIContentRemoteObj()
650 return static_cast<WMError>(wmsProxy->GetUIContentRemoteObj(persistentId, uiContentRemoteObj)); in GetUIContentRemoteObj()
658 auto wmsProxy = GetWindowManagerServiceProxy(); in GetWindowAnimationTargets() local
659 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetWindowAnimationTargets()
660 return wmsProxy->GetWindowAnimationTargets(missionIds, targets); in GetWindowAnimationTargets()
667 auto wmsProxy = GetWindowManagerServiceProxy(); in SetMaximizeMode() local
668 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in SetMaximizeMode()
669 wmsProxy->SetMaximizeMode(maximizeMode); in SetMaximizeMode()
676 auto wmsProxy = GetWindowManagerServiceProxy(); in GetMaximizeMode() local
677 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, MaximizeMode::MODE_FULL_FILL); in GetMaximizeMode()
678 return wmsProxy->GetMaximizeMode(); in GetMaximizeMode()
685 auto wmsProxy = GetWindowManagerServiceProxy(); in GetFocusWindowInfo() local
686 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in GetFocusWindowInfo()
687 wmsProxy->GetFocusWindowInfo(focusInfo); in GetFocusWindowInfo()
694 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateSessionAvoidAreaListener() local
695 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateSessionAvoidAreaListener()
696 … return static_cast<WMError>(wmsProxy->UpdateSessionAvoidAreaListener(persistentId, haveListener)); in UpdateSessionAvoidAreaListener()
703 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateSessionTouchOutsideListener() local
704 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateSessionTouchOutsideListener()
706 wmsProxy->UpdateSessionTouchOutsideListener(persistentId, haveListener)); in UpdateSessionTouchOutsideListener()
713 auto wmsProxy = GetWindowManagerServiceProxy(); in NotifyWindowExtensionVisibilityChange() local
714 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in NotifyWindowExtensionVisibilityChange()
715 return static_cast<WMError>(wmsProxy->NotifyWindowExtensionVisibilityChange(pid, uid, visible)); in NotifyWindowExtensionVisibilityChange()
722 auto wmsProxy = GetWindowManagerServiceProxy(); in RaiseWindowToTop() local
723 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in RaiseWindowToTop()
724 return static_cast<WMError>(wmsProxy->RaiseWindowToTop(persistentId)); in RaiseWindowToTop()
731 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateSessionWindowVisibilityListener() local
732 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateSessionWindowVisibilityListener()
733 WSError ret = wmsProxy->UpdateSessionWindowVisibilityListener(persistentId, haveListener); in UpdateSessionWindowVisibilityListener()
741 auto wmsProxy = GetWindowManagerServiceProxy(); in ShiftAppWindowFocus() local
742 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in ShiftAppWindowFocus()
744 wmsProxy->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId)); in ShiftAppWindowFocus()
754 auto wmsProxy = GetWindowManagerServiceProxy(); in CreateAndConnectSpecificSession() local
755 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in CreateAndConnectSpecificSession()
756 wmsProxy->CreateAndConnectSpecificSession(sessionStage, eventChannel, in CreateAndConnectSpecificSession()
767 auto wmsProxy = GetWindowManagerServiceProxy(); in RecoverAndConnectSpecificSession() local
768 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in RecoverAndConnectSpecificSession()
769 wmsProxy->RecoverAndConnectSpecificSession( in RecoverAndConnectSpecificSession()
777 auto wmsProxy = GetWindowManagerServiceProxy(); in DestroyAndDisconnectSpecificSession() local
778 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in DestroyAndDisconnectSpecificSession()
779 return static_cast<WMError>(wmsProxy->DestroyAndDisconnectSpecificSession(persistentId)); in DestroyAndDisconnectSpecificSession()
787 auto wmsProxy = GetWindowManagerServiceProxy(); in DestroyAndDisconnectSpecificSessionWithDetachCallback() local
788 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
790 wmsProxy->DestroyAndDisconnectSpecificSessionWithDetachCallback(persistentId, callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()
800 auto wmsProxy = GetWindowManagerServiceProxy(); in RecoverAndReconnectSceneSession() local
801 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in RecoverAndReconnectSceneSession()
802 auto ret = wmsProxy->RecoverAndReconnectSceneSession( in RecoverAndReconnectSceneSession()
815 auto wmsProxy = GetWindowManagerServiceProxy(); in SetSessionGravity() local
816 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in SetSessionGravity()
817 return static_cast<WMError>(wmsProxy->SetSessionGravity(persistentId, gravity, percent)); in SetSessionGravity()
824 auto wmsProxy = GetWindowManagerServiceProxy(); in BindDialogSessionTarget() local
825 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in BindDialogSessionTarget()
826 return static_cast<WMError>(wmsProxy->BindDialogSessionTarget(persistentId, targetToken)); in BindDialogSessionTarget()
833 auto wmsProxy = GetWindowManagerServiceProxy(); in RequestFocusStatus() local
834 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in RequestFocusStatus()
835 return static_cast<WMError>(wmsProxy->RequestFocusStatus(persistentId, isFocused)); in RequestFocusStatus()
843 auto wmsProxy = GetWindowManagerServiceProxy(); in AddExtensionWindowStageToSCB() local
844 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in AddExtensionWindowStageToSCB()
845 wmsProxy->AddExtensionWindowStageToSCB(sessionStage, token, surfaceNodeId); in AddExtensionWindowStageToSCB()
853 auto wmsProxy = GetWindowManagerServiceProxy(); in RemoveExtensionWindowStageFromSCB() local
854 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in RemoveExtensionWindowStageFromSCB()
855 wmsProxy->RemoveExtensionWindowStageFromSCB(sessionStage, token); in RemoveExtensionWindowStageFromSCB()
862 auto wmsProxy = GetWindowManagerServiceProxy(); in ProcessModalExtensionPointDown() local
863 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ProcessModalExtensionPointDown()
864 wmsProxy->ProcessModalExtensionPointDown(token, posX, posY); in ProcessModalExtensionPointDown()
871 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateModalExtensionRect() local
872 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in UpdateModalExtensionRect()
873 wmsProxy->UpdateModalExtensionRect(token, rect); in UpdateModalExtensionRect()
880 auto wmsProxy = GetWindowManagerServiceProxy(); in AddOrRemoveSecureSession() local
881 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in AddOrRemoveSecureSession()
882 return static_cast<WMError>(wmsProxy->AddOrRemoveSecureSession(persistentId, shouldHide)); in AddOrRemoveSecureSession()
890 auto wmsProxy = GetWindowManagerServiceProxy(); in UpdateExtWindowFlags() local
891 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in UpdateExtWindowFlags()
892 …return static_cast<WMError>(wmsProxy->UpdateExtWindowFlags(token, extWindowFlags, extWindowActions… in UpdateExtWindowFlags()
899 auto wmsProxy = GetWindowManagerServiceProxy(); in GetHostWindowRect() local
900 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in GetHostWindowRect()
901 return static_cast<WMError>(wmsProxy->GetHostWindowRect(hostWindowId, rect)); in GetHostWindowRect()
908 auto wmsProxy = GetWindowManagerServiceProxy(); in GetFreeMultiWindowEnableState() local
909 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in GetFreeMultiWindowEnableState()
910 return static_cast<WMError>(wmsProxy->GetFreeMultiWindowEnableState(enable)); in GetFreeMultiWindowEnableState()
917 auto wmsProxy = GetWindowManagerServiceProxy(); in GetCallingWindowWindowStatus() local
918 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in GetCallingWindowWindowStatus()
919 return static_cast<WMError>(wmsProxy->GetCallingWindowWindowStatus(persistentId, windowStatus)); in GetCallingWindowWindowStatus()
926 auto wmsProxy = GetWindowManagerServiceProxy(); in GetCallingWindowRect() local
927 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in GetCallingWindowRect()
928 return static_cast<WMError>(wmsProxy->GetCallingWindowRect(persistentId, rect)); in GetCallingWindowRect()
936 auto wmsProxy = GetWindowManagerServiceProxy(); in GetWindowModeType() local
937 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetWindowModeType()
938 return wmsProxy->GetWindowModeType(windowModeType); in GetWindowModeType()
944 auto wmsProxy = GetWindowManagerServiceProxy(); in GetWindowStyleType() local
945 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetWindowStyleType()
946 return wmsProxy->GetWindowStyleType(windowStyleType); in GetWindowStyleType()
953 auto wmsProxy = GetWindowManagerServiceProxy(); in GetWindowIdsByCoordinate() local
954 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetWindowIdsByCoordinate()
955 return wmsProxy->GetWindowIdsByCoordinate(displayId, windowNumber, x, y, windowIds); in GetWindowIdsByCoordinate()
967 auto wmsProxy = GetWindowManagerServiceProxy(); in ReleaseForegroundSessionScreenLock() local
968 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_DO_NOTHING); in ReleaseForegroundSessionScreenLock()
969 return wmsProxy->ReleaseForegroundSessionScreenLock(); in ReleaseForegroundSessionScreenLock()
975 auto wmsProxy = GetWindowManagerServiceProxy(); in IsWindowRectAutoSave() local
976 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in IsWindowRectAutoSave()
977 return wmsProxy->IsWindowRectAutoSave(key, enabled); in IsWindowRectAutoSave()
984 auto wmsProxy = GetWindowManagerServiceProxy(); in GetDisplayIdByWindowId() local
985 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetDisplayIdByWindowId()
986 return wmsProxy->GetDisplayIdByWindowId(windowIds, windowDisplayIdMap); in GetDisplayIdByWindowId()
992 auto wmsProxy = GetWindowManagerServiceProxy(); in IsPcWindow() local
993 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in IsPcWindow()
994 return wmsProxy->IsPcWindow(isPcWindow); in IsPcWindow()
1000 auto wmsProxy = GetWindowManagerServiceProxy(); in IsPcOrPadFreeMultiWindowMode() local
1001 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in IsPcOrPadFreeMultiWindowMode()
1002 return wmsProxy->IsPcOrPadFreeMultiWindowMode(isPcOrPadFreeMultiWindowMode); in IsPcOrPadFreeMultiWindowMode()
1008 auto wmsProxy = GetWindowManagerServiceProxy(); in SetGlobalDragResizeType() local
1009 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in SetGlobalDragResizeType()
1010 return wmsProxy->SetGlobalDragResizeType(dragResizeType); in SetGlobalDragResizeType()
1016 auto wmsProxy = GetWindowManagerServiceProxy(); in GetGlobalDragResizeType() local
1017 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetGlobalDragResizeType()
1018 return wmsProxy->GetGlobalDragResizeType(dragResizeType); in GetGlobalDragResizeType()
1024 auto wmsProxy = GetWindowManagerServiceProxy(); in SetAppDragResizeType() local
1025 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in SetAppDragResizeType()
1026 return wmsProxy->SetAppDragResizeType(bundleName, dragResizeType); in SetAppDragResizeType()
1032 auto wmsProxy = GetWindowManagerServiceProxy(); in GetAppDragResizeType() local
1033 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetAppDragResizeType()
1034 return wmsProxy->GetAppDragResizeType(bundleName, dragResizeType); in GetAppDragResizeType()