Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h34 struct HiSysEventParamWrapper { struct
40 typedef struct HiSysEventParamWrapper HiSysEventParamWrapper; argument
76 int type, const HiSysEventParamWrapper params[], unsigned int size);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A 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
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A 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()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp119 HiSysEventParamWrapper wroteEvents[TEST_WROTE_EVENT_SIZE];
121 HiSysEventParamWrapper wrapper;