Searched refs:wmsProxy (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 74 auto wmsProxy = GetWindowManagerServiceProxy(); in CreateWindow() local 75 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in CreateWindow() 76 return wmsProxy->CreateWindow(window, windowProperty, surfaceNode, windowId, token); in CreateWindow() 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 in DestroyWindow() local 110 auto wmsProxy = GetWindowManagerServiceProxy(); RequestFocus() local 120 auto wmsProxy = GetWindowManagerServiceProxy(); RegisterWindowManagerAgent() local 139 auto wmsProxy = GetWindowManagerServiceProxy(); UnregisterWindowManagerAgent() local 164 auto wmsProxy = GetWindowManagerServiceProxy(); CheckWindowId() local 173 auto wmsProxy = GetWindowManagerServiceProxy(); GetAccessibilityWindowInfo() local 183 auto wmsProxy = GetWindowManagerServiceProxy(); GetUnreliableWindowInfo() local 192 auto wmsProxy = GetWindowManagerServiceProxy(); GetVisibilityWindowInfo() local 201 auto wmsProxy = GetWindowManagerServiceProxy(); SetWindowAnimationController() local 210 auto wmsProxy = GetWindowManagerServiceProxy(); GetAvoidAreaByType() local 221 auto wmsProxy = GetWindowManagerServiceProxy(); NotifyServerReadyToMoveOrDrag() local 230 auto wmsProxy = GetWindowManagerServiceProxy(); ProcessPointDown() local 239 auto wmsProxy = GetWindowManagerServiceProxy(); ProcessPointUp() local 248 auto wmsProxy = GetWindowManagerServiceProxy(); MinimizeAllAppWindows() local 257 auto wmsProxy = GetWindowManagerServiceProxy(); ToggleShownStateForAllAppWindows() local 266 auto wmsProxy = GetWindowManagerServiceProxy(); GetSystemConfig() local 275 auto wmsProxy = GetWindowManagerServiceProxy(); GetModeChangeHotZones() local 329 auto wmsProxy = GetWindowManagerServiceProxy(); GetSnapshotByWindowId() local 466 auto wmsProxy = GetWindowManagerServiceProxy(); GetTopWindowId() local 475 auto wmsProxy = GetWindowManagerServiceProxy(); GetParentMainWindowId() local 484 auto wmsProxy = GetWindowManagerServiceProxy(); SetWindowLayoutMode() local 493 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateProperty() local 502 auto wmsProxy = GetWindowManagerServiceProxy(); SetWindowGravity() local 511 auto wmsProxy = GetWindowManagerServiceProxy(); NotifyWindowTransition() local 521 auto wmsProxy = GetWindowManagerServiceProxy(); MinimizeWindowsByLauncher() local 530 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateAvoidAreaListener() local 539 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateRsTree() local 548 auto wmsProxy = GetWindowManagerServiceProxy(); BindDialogTarget() local 557 auto wmsProxy = GetWindowManagerServiceProxy(); SetAnchorAndScale() local 566 auto wmsProxy = GetWindowManagerServiceProxy(); SetAnchorOffset() local 575 auto wmsProxy = GetWindowManagerServiceProxy(); OffWindowZoom() local 585 auto wmsProxy = GetWindowManagerServiceProxy(); RaiseToAppTop() local 594 auto wmsProxy = GetWindowManagerServiceProxy(); GetSnapshot() local 603 auto wmsProxy = GetWindowManagerServiceProxy(); SetGestureNavigationEnabled() local 612 auto wmsProxy = GetWindowManagerServiceProxy(); DispatchKeyEvent() local 621 auto wmsProxy = GetWindowManagerServiceProxy(); NotifyDumpInfoResult() local 630 auto wmsProxy = GetWindowManagerServiceProxy(); DumpSessionAll() local 639 auto wmsProxy = GetWindowManagerServiceProxy(); DumpSessionWithId() local 648 auto wmsProxy = GetWindowManagerServiceProxy(); GetUIContentRemoteObj() local 658 auto wmsProxy = GetWindowManagerServiceProxy(); GetWindowAnimationTargets() local 667 auto wmsProxy = GetWindowManagerServiceProxy(); SetMaximizeMode() local 676 auto wmsProxy = GetWindowManagerServiceProxy(); GetMaximizeMode() local 685 auto wmsProxy = GetWindowManagerServiceProxy(); GetFocusWindowInfo() local 694 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateSessionAvoidAreaListener() local 703 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateSessionTouchOutsideListener() local 713 auto wmsProxy = GetWindowManagerServiceProxy(); NotifyWindowExtensionVisibilityChange() local 722 auto wmsProxy = GetWindowManagerServiceProxy(); RaiseWindowToTop() local 731 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateSessionWindowVisibilityListener() local 741 auto wmsProxy = GetWindowManagerServiceProxy(); ShiftAppWindowFocus() local 754 auto wmsProxy = GetWindowManagerServiceProxy(); CreateAndConnectSpecificSession() local 767 auto wmsProxy = GetWindowManagerServiceProxy(); RecoverAndConnectSpecificSession() local 777 auto wmsProxy = GetWindowManagerServiceProxy(); DestroyAndDisconnectSpecificSession() local 787 auto wmsProxy = GetWindowManagerServiceProxy(); DestroyAndDisconnectSpecificSessionWithDetachCallback() local 800 auto wmsProxy = GetWindowManagerServiceProxy(); RecoverAndReconnectSceneSession() local 815 auto wmsProxy = GetWindowManagerServiceProxy(); SetSessionGravity() local 824 auto wmsProxy = GetWindowManagerServiceProxy(); BindDialogSessionTarget() local 833 auto wmsProxy = GetWindowManagerServiceProxy(); RequestFocusStatus() local 843 auto wmsProxy = GetWindowManagerServiceProxy(); AddExtensionWindowStageToSCB() local 853 auto wmsProxy = GetWindowManagerServiceProxy(); RemoveExtensionWindowStageFromSCB() local 862 auto wmsProxy = GetWindowManagerServiceProxy(); ProcessModalExtensionPointDown() local 871 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateModalExtensionRect() local 880 auto wmsProxy = GetWindowManagerServiceProxy(); AddOrRemoveSecureSession() local 890 auto wmsProxy = GetWindowManagerServiceProxy(); UpdateExtWindowFlags() local 899 auto wmsProxy = GetWindowManagerServiceProxy(); GetHostWindowRect() local 908 auto wmsProxy = GetWindowManagerServiceProxy(); GetFreeMultiWindowEnableState() local 917 auto wmsProxy = GetWindowManagerServiceProxy(); GetCallingWindowWindowStatus() local 926 auto wmsProxy = GetWindowManagerServiceProxy(); GetCallingWindowRect() local 936 auto wmsProxy = GetWindowManagerServiceProxy(); GetWindowModeType() local 944 auto wmsProxy = GetWindowManagerServiceProxy(); GetWindowStyleType() local 953 auto wmsProxy = GetWindowManagerServiceProxy(); GetWindowIdsByCoordinate() local 967 auto wmsProxy = GetWindowManagerServiceProxy(); SkipSnapshotForAppProcess() local 975 auto wmsProxy = GetWindowManagerServiceProxy(); SetProcessWatermark() local 983 auto wmsProxy = GetWindowManagerServiceProxy(); ReleaseForegroundSessionScreenLock() local 991 auto wmsProxy = GetWindowManagerServiceProxy(); GetDisplayIdByPersistentId() local 999 auto wmsProxy = GetWindowManagerServiceProxy(); IsPcOrPadFreeMultiWindowMode() local [all...] |
H A D | window_adapter_lite.cpp | 59 auto wmsProxy = GetWindowManagerServiceProxy(); in RegisterWindowManagerAgent() local 60 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RegisterWindowManagerAgent() 70 return wmsProxy->RegisterWindowManagerAgent(type, windowManagerAgent); in RegisterWindowManagerAgent() 78 auto wmsProxy = GetWindowManagerServiceProxy(); in UnregisterWindowManagerAgent() local 79 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in UnregisterWindowManagerAgent() 80 auto ret = wmsProxy->UnregisterWindowManagerAgent(type, windowManagerAgent); in UnregisterWindowManagerAgent() 100 auto wmsProxy = GetWindowManagerServiceProxy(); in ReregisterWindowManagerLiteAgent() local 101 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ReregisterWindowManagerLiteAgent() 108 if (wmsProxy->RegisterWindowManagerAgent(it.first, agent) != WMError::WM_OK) { in ReregisterWindowManagerLiteAgent() 119 auto wmsProxy in CheckWindowId() local 128 auto wmsProxy = GetWindowManagerServiceProxy(); GetVisibilityWindowInfo() local 203 auto wmsProxy = GetWindowManagerServiceProxy(); GetFocusWindowInfo() local 213 auto wmsProxy = GetWindowManagerServiceProxy(); GetWindowModeType() local 223 auto wmsProxy = GetWindowManagerServiceProxy(); GetMainWindowInfos() local 233 auto wmsProxy = GetWindowManagerServiceProxy(); GetAllMainWindowInfos() local 243 auto wmsProxy = GetWindowManagerServiceProxy(); ClearMainSessions() local 255 auto wmsProxy = GetWindowManagerServiceProxy(); ClearMainSessions() local 264 auto wmsProxy = GetWindowManagerServiceProxy(); RaiseWindowToTop() local 278 auto wmsProxy = GetWindowManagerServiceProxy(); GetWindowStyleType() local 293 auto wmsProxy = GetWindowManagerServiceProxy(); TerminateSessionByPersistentId() local 302 auto wmsProxy = GetWindowManagerServiceProxy(); CloseTargetFloatWindow() local 310 auto wmsProxy = GetWindowManagerServiceProxy(); CloseTargetPiPWindow() local 318 auto wmsProxy = GetWindowManagerServiceProxy(); GetCurrentPiPWindowInfo() local 327 auto wmsProxy = GetWindowManagerServiceProxy(); GetAccessibilityWindowInfo() local [all...] |
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | wms_client.cpp | 36 IClientProxy *wmsProxy = nullptr;
in WaitUntilWmsReady() local 37 while (wmsProxy == nullptr) {
in WaitUntilWmsReady() 43 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&wmsProxy));
in WaitUntilWmsReady() 44 if (result != EC_SUCCESS || wmsProxy == nullptr) {
in WaitUntilWmsReady() 50 wmsProxy->Release(reinterpret_cast<IUnknown *>(wmsProxy));
in WaitUntilWmsReady()
|
Completed in 3 milliseconds