Searched defs:AppEventParamValue (Results 1 – 2 of 2) sorted by relevance
81 struct AppEventParamValue { struct82 AppEventParamType type;83 union ValueUnion {141 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