Lines Matching refs:ret
38 #define INIT_PROXY_CHECK_RETURN(ret) \
43 return ret; \
48 return ret; \
53 #define CHECK_PROXY_RETURN_ERROR_IF_NULL(proxy, ret) \
57 return ret; \
141 auto ret = wmsProxy->UnregisterWindowManagerAgent(type, windowManagerAgent);
146 return ret;
153 return ret;
157 return ret;
366 auto ret = it.second();
367 if (ret != WMError::WM_OK) {
733 WSError ret = wmsProxy->UpdateSessionWindowVisibilityListener(persistentId, haveListener);
734 return static_cast<WMError>(ret);
802 auto ret = wmsProxy->RecoverAndReconnectSceneSession(
804 if (ret != WSError::WS_OK) {
805 TLOGE(WmsLogTag::WMS_RECOVER, "failed, ret = %{public}d", ret);