Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp52 void InitValueByBaseType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByBaseType()
85 void InitValueByReferType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByReferType()
181 std::string GetBoolParamValueStr(const AppEventParamValue& value) in GetBoolParamValueStr()
186 std::string GetCharParamValueStr(const AppEventParamValue& value) in GetCharParamValueStr()
196 std::string GetIntParamValueStr(const AppEventParamValue& value) in GetIntParamValueStr()
201 std::string GetLongParamValueStr(const AppEventParamValue& value) in GetLongParamValueStr()
216 std::string GetStrParamValueStr(const AppEventParamValue& value) in GetStrParamValueStr()
236 std::string GetIntsParamValueStr(const AppEventParamValue& value) in GetIntsParamValueStr()
292 AppEventParamValue::AppEventParamValue(AppEventParamType t) : type(t), valueUnion(t) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue
295 AppEventParamValue::AppEventParamValue(const AppEventParamValue& other) : type(other.type) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue
[all …]
H A Dhiappevent_verify.cpp133 bool CheckListValueSize(AppEventParamType type, AppEventParamValue::ValueUnion& vu) in CheckListValueSize()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h80 struct AppEventParamValue { struct
140 explicit AppEventParamValue(AppEventParamType t); argument
141 AppEventParamValue(const AppEventParamValue& value);
142 ~AppEventParamValue();
144 using AppEventParamValue = struct AppEventParamValue;
149 AppEventParamValue value;