Searched defs:AppEventParamValue (Results 1 – 2 of 2) sorted by relevance
73 struct AppEventParamValue { struct74 AppEventParamType type;75 union ValueUnion {133 explicit AppEventParamValue(AppEventParamType t); argument
285 AppEventParamValue::AppEventParamValue(AppEventParamType t) : type(t), valueUnion(t) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue288 AppEventParamValue::AppEventParamValue(const AppEventParamValue& other) : type(other.type) in AppEventParamValue() function in OHOS::HiviewDFX::AppEventParamValue