Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dbase_utility_unit_test.cpp73 auto ret = StringUtil::ReplaceStr(str, emptySrc, dest);
75 ret = StringUtil::ReplaceStr(str, src, dest);
77 ret = StringUtil::ReplaceStr(str, src1, dest);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp68 str = ReplaceStr(str, oldValue, newValue); in ReplaceAll()
Ddump_cpu_info_util.cpp119 rawData = ReplaceStr(rawData, comms[0], "()"); in GetCurProcInfo()
185 rawData = ReplaceStr(rawData, comms[0], "()"); in GetCurSpecProcInfo()
/base/hiviewdfx/hiview/base/utility/include/
Dstring_util.h35 std::string ReplaceStr(const std::string& str, const std::string& src, const std::string& dst);
/base/hiviewdfx/hiview/plugins/freeze_detector/
Ddb_helper.cpp78 … .InitMsg(StringUtil::ReplaceStr(record->GetEventValue(FreezeCommon::EVENT_MSG), "\\n", "\n")) in SelectEventFromDB()
/base/startup/syspara_lite/hals/parameter/src/
Dparameter_hal.cpp181 std::string sn = OHOS::ReplaceStr(value, ":", ""); in HalGetSerial()
/base/hiviewdfx/hiview/base/utility/
Dstring_util.cpp44 string ReplaceStr(const string& str, const string& src, const string& dst) in ReplaceStr() function
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp182 event->SetEventValue("MSG", StringUtil::ReplaceStr(event->GetEventValue("MSG"), "\\n", "\n")); in WriteCommonHead()
/base/hiviewdfx/hiview/base/
Dlibhiviewbase.map161 …"OHOS::HiviewDFX::StringUtil::ReplaceStr(std::__h::basic_string<char, std::__h::char_traits<char>,…
235 …"OHOS::HiviewDFX::StringUtil::ReplaceStr(std::__1::basic_string<char, std::__1::char_traits<char>,…