Searched refs:HiSysEventParamWrapper (Results 1 – 3 of 3) sorted by relevance
34 struct HiSysEventParamWrapper { struct40 typedef struct HiSysEventParamWrapper HiSysEventParamWrapper; typedef76 int type, const HiSysEventParamWrapper params[], const size_t size);
162 struct HiSysEventParamWrapper { struct235 let mut params_wrapper: Vec<HiSysEventParamWrapper> = vec![]; in write()237 params_wrapper.push(HiSysEventParamWrapper { in write()265 name: *const c_char, event_type: c_int, params: *const HiSysEventParamWrapper, in HiSysEventWriteWrapper() argument
26 static inline void ConvertParamWrapper(const HiSysEventParamWrapper src[], HiSysEventParam dest[], … in ConvertParamWrapper()29 HiSysEventParamWrapper wrapper = src[i]; in ConvertParamWrapper()94 int type, const HiSysEventParamWrapper paramWrappers[], const size_t size) in HiSysEventWriteWrapper()