Searched defs:HiSysEventParamWrapper (Results 1 – 2 of 2) sorted by relevance
34 struct HiSysEventParamWrapper { struct40 typedef struct HiSysEventParamWrapper HiSysEventParamWrapper; argument
162 struct HiSysEventParamWrapper { struct164 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()