From f913736cf52e6a9bb1b38965cb58bcaa61665707 Mon Sep 17 00:00:00 2001 From: m00472246 Date: Wed, 25 Sep 2024 09:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hdi=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=A0=81=E7=9A=84api=E7=89=88=E6=9C=AC=20Signed-off-by:=20m004?= =?UTF-8?q?72246=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: m00472246 --- graphic/graphic_2d/native_window/graphic_error_code.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_window/graphic_error_code.h b/graphic/graphic_2d/native_window/graphic_error_code.h index 1b5e9deb0..9bd9f2ace 100644 --- a/graphic/graphic_2d/native_window/graphic_error_code.h +++ b/graphic/graphic_2d/native_window/graphic_error_code.h @@ -80,7 +80,10 @@ typedef enum OHNativeErrorCode { NATIVE_ERROR_UNSUPPORTED = 50102000, /** @error unknown error, please check log */ NATIVE_ERROR_UNKNOWN = 50002000, - /** @error hdi interface error */ + /** + * @error hdi interface error + * @since 13 + */ NATIVE_ERROR_HDI_ERROR = 50007000, /** @error ipc send failed */ NATIVE_ERROR_BINDER_ERROR = 50401000, -- Gitee