Searched refs:AppEventParamValue (Results 1 – 3 of 3) sorted by relevance
72 struct AppEventParamValue { struct132 explicit AppEventParamValue(AppEventParamType t); argument133 AppEventParamValue(const AppEventParamValue& value);134 ~AppEventParamValue();136 using AppEventParamValue = struct AppEventParamValue;141 AppEventParamValue value;
85 void InitValueByBaseType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByBaseType()118 void InitValueByReferType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByReferType()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::AppEventParamValue170 AppEventParamValue::~AppEventParamValue() in ~AppEventParamValue()
125 bool CheckListValueSize(AppEventParamType type, AppEventParamValue::ValueUnion& vu) in CheckListValueSize()