Searched refs:wmsProxy (Results 1 – 3 of 3) sorted by relevance
222 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 …]
59 auto wmsProxy = GetWindowManagerServiceProxy(); local78 auto wmsProxy = GetWindowManagerServiceProxy(); in UnregisterWindowManagerAgent() local100 auto wmsProxy = GetWindowManagerServiceProxy(); in ReregisterWindowManagerLiteAgent() local101 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in ReregisterWindowManagerLiteAgent()119 auto wmsProxy = GetWindowManagerServiceProxy(); in CheckWindowId() local121 return wmsProxy->CheckWindowId(windowId, pid); in CheckWindowId()128 auto wmsProxy = GetWindowManagerServiceProxy(); in GetVisibilityWindowInfo() local203 auto wmsProxy = GetWindowManagerServiceProxy(); in GetFocusWindowInfo() local204 CHECK_PROXY_RETURN_IF_NULL(wmsProxy); in GetFocusWindowInfo()205 wmsProxy->GetFocusWindowInfo(focusInfo); in GetFocusWindowInfo()[all …]
36 IClientProxy *wmsProxy = nullptr; in WaitUntilWmsReady() local37 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()