harmony 鸿蒙HiAppEvent_AppEventInfo

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

HiAppEvent_AppEventInfo

Overview

Defines information about a single event, including the event domain, event name, event type, and custom parameter list in JSON string format.

System capability: SystemCapability.HiviewDFX.HiAppEvent

Since: 12

Related module: HiAppEvent

Header file: hiappevent.h

Summary

Member Variables

Name Description
const char * domain Pointer to the event domain.
const char * name Pointer to the event name.
enum EventType type Event type.
const char * params A list of custom parameters in JSON string format.

Member Variable Description

domain

const char* HiAppEvent_AppEventInfo::domain

Description Pointer to the event domain.

name

const char* HiAppEvent_AppEventInfo::name

Description Pointer to the event name.

params

const char* HiAppEvent_AppEventInfo::params

Description A list of custom parameters in JSON string format.

type

enum EventType HiAppEvent_AppEventInfo::type

Description Event type.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Performance Analysis Kit

harmony 鸿蒙Performance Analysis Kit

harmony 鸿蒙HiAppEvent

harmony 鸿蒙HiAppEvent_AppEventGroup

harmony 鸿蒙HiCollie

harmony 鸿蒙HiCollie_DetectionParam

harmony 鸿蒙HiCollie_SetTimerParam

harmony 鸿蒙HiDebug

harmony 鸿蒙HiDebug_MemoryLimit

harmony 鸿蒙HiDebug_NativeMemInfo

0  赞