Searched defs:ReplaceAll (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_utils.cpp | 28 std::string RingtoneUtils::ReplaceAll(std::string str, const std::string &oldValue, const std::stri… in ReplaceAll() function in OHOS::Media::RingtoneUtils
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | string_utils.cpp | 67 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll() function in OHOS::HiviewDFX::StringUtils
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_evaluator.cpp | 28 std::string ReplaceAll(std::string str, const std::string& from, const std::string& to) in ReplaceAll() function
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/standalone/include/ |
H A D | mmi_log.h | 32 inline void ReplaceAll(std::string& str, const std::string& what, const std::string& with) in ReplaceAll() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | check_common.cpp | 44 void ReplaceAll(std::string &inout, const std::string &what, const std::string &with) in ReplaceAll() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_element.cpp | 448 void PluginElement::ReplaceAll(std::string& str, const std::string& pattern, const std::string& new… in ReplaceAll() function in OHOS::Ace::PluginElement
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_pattern.cpp | 256 void PluginPattern::ReplaceAll(std::string& str, const std::string& pattern, const std::string& new… in ReplaceAll() function in OHOS::Ace::NG::PluginPattern
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 1661 void MediaFileUtils::ReplaceAll(std::string &str, const std::string &from, const std::string &to) function in OHOS::Media::MediaFileUtils
|