Home
last modified time | relevance | path

Searched defs:AppEventParamValue (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h72 struct AppEventParamValue { struct
73 AppEventParamType type;
74 union ValueUnion {
132 explicit AppEventParamValue(AppEventParamType t); argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp158 AppEventParamValue::AppEventParamValue(AppEventParamType t) : type(t), valueUnion(t) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue
161 AppEventParamValue::AppEventParamValue(const AppEventParamValue& other) : type(other.type) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue