Home
last modified time | relevance | path

Searched refs:HiSysEventParamWrapper (Results 1 – 4 of 4) 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[], unsigned int size);
/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dsys_event.rs160 struct HiSysEventParamWrapper { struct
241 let mut params_wrapper: Vec<HiSysEventParamWrapper> = vec![]; in write()
243 params_wrapper.push(HiSysEventParamWrapper { in write()
279 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[], unsigned int size) in HiSysEventWriteWrapper()
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
Dhisysevent_c_wrapper_test.cpp119 HiSysEventParamWrapper wroteEvents[TEST_WROTE_EVENT_SIZE];
121 HiSysEventParamWrapper wrapper;