Home
last modified time | relevance | path

Searched refs:HiSysEventParamType (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dmacros.rs45 hisysevent::HiSysEventParamType::BoolArray
47 hisysevent::HiSysEventParamType::Bool
52 hisysevent::HiSysEventParamType::Int8Array
54 hisysevent::HiSysEventParamType::Int8
59 hisysevent::HiSysEventParamType::Uint8Array
61 hisysevent::HiSysEventParamType::Uint8
66 hisysevent::HiSysEventParamType::Int16Array
68 hisysevent::HiSysEventParamType::Int16
73 hisysevent::HiSysEventParamType::Uint16Array
75 hisysevent::HiSysEventParamType::Uint16
[all …]
Dsys_event.rs65 pub enum HiSysEventParamType { enum
148 pub param_type: HiSysEventParamType,
225 param_type: HiSysEventParamType::ParamTypeStringArray, in build_string_arrays()
Dlib.rs24 build_string_arrays, parse_type_len, HiSysEventParam, HiSysEventParamType, HiSysEventParamValue,
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dhisysevent_c.h31 enum HiSysEventParamType { enum
58 typedef enum HiSysEventParamType HiSysEventParamType; typedef
85 HiSysEventParamType t;
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_c_wrapper.cpp33 dest[i].t = HiSysEventParamType(wrapper.paramType); in ConvertParamWrapper()