HiAppEvent_AppEventGroup
typedef struct HiAppEvent_AppEventGroup {...} HiAppEvent_AppEventGroup
Overview
Defines the information of an event group, including its name, the array of event information grouped by name, and the length of the event array.
Since: 12
Related module: HiAppEvent
Header file: hiappevent.h
Summary
Member Variables
| Name | Description |
|---|---|
| const char* name | Pointer to the event name. |
| const struct HiAppEvent_AppEventInfo* appEventInfos | Pointer to the array of events with the same event name. |
| uint32_t infoLen | Length of the event array. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apis-hiviewdfx-FaultLogExtensionAbility
openharmony 鸿蒙 errorcode-hisysevent-sys
openharmony 鸿蒙 capi-hitrace-hitraceid
openharmony 鸿蒙 capi-hidebug-hidebug-threadcpuusage
openharmony 鸿蒙 js-apis-loglibrary-sys
openharmony 鸿蒙 capi-hiappevent-h