harmony 鸿蒙HiAppEvent_AppEventGroup

  • 2025-06-12
  • 浏览 (8)

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

harmony 鸿蒙HiAppEvent_AppEventInfo

harmony 鸿蒙HiCollie

harmony 鸿蒙HiCollie_DetectionParam

harmony 鸿蒙HiCollie_SetTimerParam

harmony 鸿蒙HiDebug

harmony 鸿蒙HiDebug_MemoryLimit

harmony 鸿蒙HiDebug_NativeMemInfo

0  赞