Searched refs:ConvertCString (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hisysevent/frameworks/native/util/ |
H A D | string_util.cpp | 47 int ConvertCString(const std::string& str, char** sp, size_t len)
in ConvertCString() function 75 if (int res = ConvertCString(vec[i], &data[i]); res != 0) {
in ConvertCStringVec()
|
/base/hiviewdfx/hisysevent/frameworks/native/util/include/ |
H A D | string_util.h | 26 int ConvertCString(const std::string& str, char** sp, size_t len = 8 * 1024); // default maxLen is 8*1024
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_c.cpp | 45 return OHOS::HiviewDFX::StringUtil::ConvertCString(str, value);
in GetParamValue()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_adapter_native_test.cpp | 342 ret = StringUtil::ConvertCString(src, dest2pp, 3); // 3 is a test length in HWTEST_F() 344 ret = StringUtil::ConvertCString(src, dest2pp, 10); // 3 is a test length in HWTEST_F()
|
Completed in 3 milliseconds