Home
last modified time | relevance | path

Searched refs:GetValueStr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp125 std::string GetValueStr(const T& value) in GetValueStr() function
130 std::string GetValueStr(bool value) in GetValueStr() function
135 std::string GetValueStr(char value) in GetValueStr() function
140 std::string GetValueStr(float value) in GetValueStr() function
145 std::string GetValueStr(double value) in GetValueStr() function
183 return GetValueStr(value.valueUnion.b_); in GetBoolParamValueStr()
188 return GetValueStr(value.valueUnion.c_); in GetCharParamValueStr()
193 return GetValueStr(value.valueUnion.sh_); in GetShortParamValueStr()
198 return GetValueStr(value.valueUnion.i_); in GetIntParamValueStr()
208 return GetValueStr(value.valueUnion.f_); in GetFloatParamValueStr()
[all …]