Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dstring_utils.h34 void ReplaceAll(std::string &str, const std::string &oldValue, const std::string &newValue);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp66 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll() function in OHOS::HiviewDFX::StringUtils
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_util.cpp99 StringUtils::GetInstance().ReplaceAll(line, "\n", ""); in RunCMD()
Dmemory_info.cpp628 StringUtils::GetInstance().ReplaceAll(name, " ", ""); in MemUsageToMatrix()
/base/update/updater/services/flashd/daemon/
Ddaemon_updater.cpp90 std::string echo = Hdc::Base::ReplaceAll(msg, "\n", " "); in SendToHost()