Searched refs:AppEventParamValue (Results 1 – 3 of 3) sorted by relevance
52 void InitValueByBaseType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByBaseType()85 void InitValueByReferType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByReferType()181 std::string GetBoolParamValueStr(const AppEventParamValue& value) in GetBoolParamValueStr()186 std::string GetCharParamValueStr(const AppEventParamValue& value) in GetCharParamValueStr()196 std::string GetIntParamValueStr(const AppEventParamValue& value) in GetIntParamValueStr()201 std::string GetLongParamValueStr(const AppEventParamValue& value) in GetLongParamValueStr()216 std::string GetStrParamValueStr(const AppEventParamValue& value) in GetStrParamValueStr()236 std::string GetIntsParamValueStr(const AppEventParamValue& value) in GetIntsParamValueStr()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[all …]
133 bool CheckListValueSize(AppEventParamType type, AppEventParamValue::ValueUnion& vu) in CheckListValueSize()
80 struct AppEventParamValue { struct140 explicit AppEventParamValue(AppEventParamType t); argument141 AppEventParamValue(const AppEventParamValue& value);142 ~AppEventParamValue();144 using AppEventParamValue = struct AppEventParamValue;149 AppEventParamValue value;