Home
last modified time | relevance | path

Searched defs:HiSysEventParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h83 struct HiSysEventParam { struct
85 HiSysEventParamType t; argument
86 HiSysEventParamValue v; argument
89 typedef struct HiSysEventParam HiSysEventParam; typedef
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs145 pub struct HiSysEventParam<'a> { struct
150 pub param_type: HiSysEventParamType, argument
153 pub param_value: HiSysEventParamValue, argument
159 /// This type represent to HiSysEventParamWrapper defined in C. argument