diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f1e6c4f97c75bde1a549cf922f37990ddb7843e3..3c7b48e54e324d2df7737e8edd30237d7b413283 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5153,9 +5153,9 @@ ArkUI_NodeCustomEventType OH_ArkUI_NodeCustomEvent_GetEventType(ArkUI_NodeCustom */ typedef enum { /** Defines the attach event. */ - NOTE_CONTENT_EVENT_ON_ATTACH_TO_WINDOW = 0, + NODE_CONTENT_EVENT_ON_ATTACH_TO_WINDOW = 0, /** Defines the detach event. */ - NOTE_CONTENT_EVENT_ON_DETACH_FROM_WINDOW = 1, + NODE_CONTENT_EVENT_ON_DETACH_FROM_WINDOW = 1, } ArkUI_NodeContentEventType; /**