Home
last modified time | relevance | path

Searched refs:ConvertCString (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hisysevent/frameworks/native/util/
H A Dstring_util.cpp47 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 Dstring_util.h26 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 Dhisysevent_record_c.cpp45 return OHOS::HiviewDFX::StringUtil::ConvertCString(str, value); in GetParamValue()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_adapter_native_test.cpp342 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