Searched refs:ConvertCStringVec (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_c.cpp | 87 return OHOS::HiviewDFX::StringUtil::ConvertCStringVec(dataVec, value, len); in GetParamValues() 101 return OHOS::HiviewDFX::StringUtil::ConvertCStringVec(dataVec, names, len); in GetParamNames()
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/util/include/ |
H A D | string_util.h | 27 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len);
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/util/ |
H A D | string_util.cpp | 64 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len) in ConvertCStringVec() function
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_adapter_native_test.cpp | 356 ret = StringUtil::ConvertCStringVec(srcs1, dest3ppp, len); 359 ret = StringUtil::ConvertCStringVec(srcs2, dest3ppp, len);
|