/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 42 path = ReplaceAll(path, START_X, std::to_string(start.GetX())); in Preprocess() 43 path = ReplaceAll(path, START_Y, std::to_string(start.GetY())); in Preprocess() 44 path = ReplaceAll(path, END_X, std::to_string(end.GetX())); in Preprocess() 45 path = ReplaceAll(path, END_Y, std::to_string(end.GetY())); in Preprocess()
|
/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 42 ReplaceAll(fmts, "{public}", ""); in PrintLog() 43 ReplaceAll(fmts, "{private}", ""); in PrintLog()
|
/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | ringtone_utils.h | 26 static std::string ReplaceAll(std::string str, const std::string &oldValue, const std::string &newValue);
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_element.h | 58 void ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern);
|
H A D | plugin_element.cpp | 448 void PluginElement::ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern) in ReplaceAll() function in OHOS::Ace::PluginElement 472 ReplaceAll(info.source, sub, ""); in RunPluginTask()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
H A D | plugin_pattern.h | 50 void ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern);
|
H A D | plugin_pattern.cpp | 245 pluginPattern->ReplaceAll(info.source, sub, ""); in CreatePluginSubContainer() 256 void PluginPattern::ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern) in ReplaceAll() function in OHOS::Ace::NG::PluginPattern
|
/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 76 ReplaceAll(formattedName, "'", R"('')"); in CheckCollectionName()
|
/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_utils.cpp | 42 std::string RingtoneUtils::ReplaceAll(std::string str, const std::string &oldValue, const std::string &newValue) in ReplaceAll() function in OHOS::Media::RingtoneUtils
|
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | dualfwk_sound_setting.cpp | 112 std::string fileName = RingtoneUtils::ReplaceAll(setting.second.toneFileName + ".ogg", " ", "_"); in GetDisplayNames()
|
H A D | ringtone_dualfwk_restore.cpp | 343 keyName = RingtoneUtils::ReplaceAll(keyName + ".ogg", " ", "_"); in MergeQueries()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/ |
H A D | plugin_pattern_test_ng.cpp | 107 * @tc.name: ReplaceAll 111 HWTEST_F(PluginPatternTestNg, ReplaceAll, TestSize.Level1) in HWTEST_F() 120 pattern->ReplaceAll(string, oldPattern, newPattern); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | media_file_utils.h | 139 EXPORT static void ReplaceAll(std::string &str, const std::string &from, const std::string &to);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_rdbstore.cpp | 822 MediaFileUtils::ReplaceAll(sql, SELECT_COLUMNS, selectColumns); in GetAllDuplicateAssets() 847 MediaFileUtils::ReplaceAll(sql, SELECT_COLUMNS, selectColumns); in GetOtherDuplicateAssets()
|