Searched defs:AppEventParamValue (Results 1 – 2 of 2) sorted by relevance
72 struct AppEventParamValue { struct73 AppEventParamType type;74 union ValueUnion {132 explicit AppEventParamValue(AppEventParamType t); argument
158 AppEventParamValue::AppEventParamValue(AppEventParamType t) : type(t), valueUnion(t) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue161 AppEventParamValue::AppEventParamValue(const AppEventParamValue& other) : type(other.type) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue