harmony 鸿蒙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.
System capability: SystemCapability.HiviewDFX.HiAppEvent
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. |
Member Variable Description
appEventInfos
const struct HiAppEvent_AppEventInfo* HiAppEvent_AppEventGroup::appEventInfos
Description Pointer to the array of events with the same event name.
infoLen
uint32_t HiAppEvent_AppEventGroup::infoLen
Description Length of the event array.
name
const char* HiAppEvent_AppEventGroup::name
Description Pointer to the event name.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙HiAppEvent_AppEventInfo
harmony 鸿蒙HiCollie_DetectionParam
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦