From dcf66bf8382d7d1525b69f80d25d9c031a83eba3 Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 23 May 2022 01:59:49 +0000 Subject: [PATCH 1/2] update zh-cn/native_sdk/ace/native_interface_xcomponent.h. --- zh-cn/native_sdk/ace/native_interface_xcomponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/native_sdk/ace/native_interface_xcomponent.h b/zh-cn/native_sdk/ace/native_interface_xcomponent.h index 82fed4a9..49f1d343 100644 --- a/zh-cn/native_sdk/ace/native_interface_xcomponent.h +++ b/zh-cn/native_sdk/ace/native_interface_xcomponent.h @@ -48,7 +48,7 @@ extern "C" { * @version 1.0 */ enum { - /** Success result. */ + /** 成功结果。*/ OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, /** Failed result. */ OH_NATIVEXCOMPONENT_RESULT_FAILED = -1, -- Gitee From 1c2c969f459e7bd43761e739f1d878085b56b8d2 Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 23 May 2022 02:03:21 +0000 Subject: [PATCH 2/2] update zh-cn/native_sdk/ace/native_interface_xcomponent.h. Signed-off-by: LiAn --- zh-cn/native_sdk/ace/native_interface_xcomponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/native_sdk/ace/native_interface_xcomponent.h b/zh-cn/native_sdk/ace/native_interface_xcomponent.h index 49f1d343..d9dd252d 100644 --- a/zh-cn/native_sdk/ace/native_interface_xcomponent.h +++ b/zh-cn/native_sdk/ace/native_interface_xcomponent.h @@ -50,7 +50,7 @@ extern "C" { enum { /** 成功结果。*/ OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, - /** Failed result. */ + /** 失败结果。 */ OH_NATIVEXCOMPONENT_RESULT_FAILED = -1, /** Invalid parameters. */ OH_NATIVEXCOMPONENT_RESULT_BAD_PARAMETER = -2, -- Gitee