Searched defs:AppEventParamValue (Results 1 – 2 of 2) sorted by relevance
80 struct AppEventParamValue { struct81 AppEventParamType type;82 union ValueUnion {140 explicit AppEventParamValue(AppEventParamType t); argument
292 AppEventParamValue::AppEventParamValue(AppEventParamType t) : type(t), valueUnion(t) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue295 AppEventParamValue::AppEventParamValue(const AppEventParamValue& other) : type(other.type) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue