Home
last modified time | relevance | path

Searched refs:wmsProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp222 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in NotifyServerReadyToMoveOrDrag()
231 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ProcessPointDown()
240 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ProcessPointUp()
241 wmsProxy->ProcessPointUp(windowId); in ProcessPointUp()
522 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in MinimizeWindowsByLauncher()
558 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in SetAnchorAndScale()
567 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in SetAnchorOffset()
576 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in OffWindowZoom()
577 wmsProxy->OffWindowZoom(); in OffWindowZoom()
613 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in DispatchKeyEvent()
[all …]
H A Dwindow_adapter_lite.cpp59 auto wmsProxy = GetWindowManagerServiceProxy(); local
78 auto wmsProxy = GetWindowManagerServiceProxy(); in UnregisterWindowManagerAgent() local
100 auto wmsProxy = GetWindowManagerServiceProxy(); in ReregisterWindowManagerLiteAgent() local
101 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ReregisterWindowManagerLiteAgent()
119 auto wmsProxy = GetWindowManagerServiceProxy(); in CheckWindowId() local
121 return wmsProxy->CheckWindowId(windowId, pid); in CheckWindowId()
128 auto wmsProxy = GetWindowManagerServiceProxy(); in GetVisibilityWindowInfo() local
203 auto wmsProxy = GetWindowManagerServiceProxy(); in GetFocusWindowInfo() local
204 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in GetFocusWindowInfo()
205 wmsProxy->GetFocusWindowInfo(focusInfo); in GetFocusWindowInfo()
[all …]
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dwms_client.cpp36 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()