Searched refs:ReplaceAll (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
D | string_utils.h | 34 void ReplaceAll(std::string &str, const std::string &oldValue, const std::string &newValue);
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | string_utils.cpp | 66 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/ |
D | memory_util.cpp | 99 StringUtils::GetInstance().ReplaceAll(line, "\n", ""); in RunCMD()
|
D | memory_info.cpp | 628 StringUtils::GetInstance().ReplaceAll(name, " ", ""); in MemUsageToMatrix()
|
/base/update/updater/services/flashd/daemon/ |
D | daemon_updater.cpp | 90 std::string echo = Hdc::Base::ReplaceAll(msg, "\n", " "); in SendToHost()
|