Home
last modified time | relevance | path

Searched refs:HiSysEventParamWrapper (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_c_wrapper.h34 struct HiSysEventParamWrapper { struct
40 typedef struct HiSysEventParamWrapper HiSysEventParamWrapper; typedef
76 int type, const HiSysEventParamWrapper params[], const size_t size);
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
Dsys_event.rs162 struct HiSysEventParamWrapper { struct
235 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
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_c_wrapper.cpp26 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()