From c7773febd2dbc638018da5888a62bbecc24e51ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=AE=87=E8=B1=AA?= Date: Sun, 31 Aug 2025 17:01:07 +0800 Subject: [PATCH 1/5] hcange1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢宇豪 --- arkui/window_manager/oh_window.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index 347d1000275..944f5e4c5e6 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -197,7 +197,6 @@ int32_t OH_WindowManager_SetWindowBrightness(int32_t windowId, float brightness) * @param isKeepScreenOn keep screen on if true, or not if false. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. * @since 15 @@ -212,7 +211,6 @@ int32_t OH_WindowManager_SetWindowKeepScreenOn(int32_t windowId, bool isKeepScre * @param isPrivacy In private mode if true, or not if false. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. * {@link WINDOW_MANAGER_ERRORCODE_NO_PERMISSION} permission verification failed. -- Gitee From 3932740f79b722f0167dd0e80ff8b169c954215e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=AE=87=E8=B1=AA?= Date: Mon, 1 Sep 2025 14:22:50 +0800 Subject: [PATCH 2/5] chaneg1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢宇豪 --- arkui/window_manager/oh_window.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index 944f5e4c5e6..6e567175662 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -53,7 +53,6 @@ extern "C" { * If false, the status bar is displayed and hidden with no animation. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_DEVICE_NOT_SUPPORTED} capability not supported. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. @@ -68,7 +67,6 @@ int32_t OH_WindowManager_SetWindowStatusBarEnabled(int32_t windowId, bool enable * @param color The color value to set, the format is ARGB. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_DEVICE_NOT_SUPPORTED} capability not supported. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. @@ -85,7 +83,6 @@ int32_t OH_WindowManager_SetWindowStatusBarColor(int32_t windowId, int32_t color * If false, the navigation bar is displayed and hidden with no animation. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_DEVICE_NOT_SUPPORTED} capability not supported. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. -- Gitee From f92a2e78e3e20e4383c6f8a8a07e45a6b112a68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=AE=87=E8=B1=AA?= Date: Mon, 1 Sep 2025 14:25:03 +0800 Subject: [PATCH 3/5] chaneg1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢宇豪 --- arkui/window_manager/oh_window.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index 6e567175662..0d0a47239d4 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -153,7 +153,6 @@ int32_t OH_WindowManager_SetWindowTouchable(int32_t windowId, bool isTouchable); * @param isFocusable Window can be focused or not. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. * @since 15 -- Gitee From 632275b778db4950d73cca8d4e5392f309f0f961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=AE=87=E8=B1=AA?= Date: Mon, 1 Sep 2025 16:49:12 +0800 Subject: [PATCH 4/5] chaneg1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢宇豪 --- arkui/window_manager/oh_window.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index 0d0a47239d4..a253075a857 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -236,7 +236,6 @@ int32_t OH_WindowManager_GetWindowProperties( * @return Returns the result code. * {@link OK} the function call is successful, return pixel map ptr in pixelMap. * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. - * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. * @since 15 */ -- Gitee From 1e73d882e77777a50dac1eef2532d5ee4b93df14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=AE=87=E8=B1=AA?= Date: Wed, 3 Sep 2025 16:26:53 +0800 Subject: [PATCH 5/5] chaneg1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢宇豪 --- arkui/window_manager/oh_window.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index a253075a857..29c1a45751a 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -125,7 +125,6 @@ int32_t OH_WindowManager_IsWindowShown(int32_t windowId, bool* isShow); * @param windowId WindowId when window is created. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. * @since 15 @@ -139,7 +138,6 @@ int32_t OH_WindowManager_ShowWindow(int32_t windowId); * @param isTouchable Indicates whether the specified window can be touched. * @return Returns the result code. * {@link OK} the function call is successful. - * {@link WINDOW_MANAGER_ERRORCODE_INVALID_PARAM} parameter error. * {@link WINDOW_MANAGER_ERRORCODE_STATE_ABNORMAL} this window state is abnormal. * {@link WINDOW_MANAGER_ERRORCODE_SYSTEM_ABNORMAL} the window manager service works abnormally. * @since 15 -- Gitee