Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_c_wrapper.h34 struct HiSysEventParamWrapper { struct
40 typedef struct HiSysEventParamWrapper HiSysEventParamWrapper; argument
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
Dsys_event.rs162 struct HiSysEventParamWrapper { struct
164 pub param_name: [c_char; MAX_LENGTH_OF_PARAM_NAME],
167 pub param_type: c_int,
170 pub param_value: HiSysEventParamValue,
173 pub array_size: c_uint,
265 name: *const c_char, event_type: c_int, params: *const HiSysEventParamWrapper, in HiSysEventWriteWrapper()