From 9b8e8bbc48846d94a535b54255b48190c48019ef Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 11 Apr 2025 16:10:27 +0800 Subject: [PATCH] test Signed-off-by: lihui --- graphic/graphic_2d/native_window/external_window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/graphic/graphic_2d/native_window/external_window.h b/graphic/graphic_2d/native_window/external_window.h index 41b01ce8d..0099d24a5 100644 --- a/graphic/graphic_2d/native_window/external_window.h +++ b/graphic/graphic_2d/native_window/external_window.h @@ -877,6 +877,7 @@ int32_t OH_NativeWindow_GetMetadataValue(OHNativeWindow *window, OH_NativeBuffer * @param window Indicates the pointer to a OHNativeWindow instance. * @return {@link NATIVE_ERROR_OK} 0 - Success. * {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - window is NULL. + * {@link NATIVE_ERROR_CONSUMER_CONNECTED} 41206000 - the consumer is connected by other thread. * {@link NATIVE_ERROR_CONSUMER_DISCONNECTED} 41211000 - the consumer is disconnected. * {@link NATIVE_ERROR_BINDER_ERROR} 50401000 - ipc send failed. * @since 18 -- Gitee