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/
H A 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/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp26 static inline void ConvertParamWrapper(const HiSysEventParamWrapper src[], HiSysEventParam dest[], unsigned int size) in ConvertParamWrapper()
29 HiSysEventParamWrapper wrapper = src[i]; in ConvertParamWrapper()
94 int type, const HiSysEventParamWrapper paramWrappers[], unsigned int size) in HiSysEventWriteWrapper()
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs159 /// This type represent to HiSysEventParamWrapper defined in C.
162 struct HiSysEventParamWrapper { structure names
235 let mut params_wrapper: Vec<HiSysEventParamWrapper> = vec![];
237 params_wrapper.push(HiSysEventParamWrapper {
265 name: *const c_char, event_type: c_int, params: *const HiSysEventParamWrapper, in HiSysEventWriteWrapper()
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp119 HiSysEventParamWrapper wroteEvents[TEST_WROTE_EVENT_SIZE]; in HWTEST_F()
121 HiSysEventParamWrapper wrapper; in HWTEST_F()

Completed in 8 milliseconds