Home
last modified time | relevance | path

Searched refs:ReplaceAll (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp28 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 Dmmi_log.h32 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 Dringtone_utils.h26 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 Dplugin_element.h58 void ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern);
H A Dplugin_element.cpp448 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 Dplugin_pattern.h50 void ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern);
H A Dplugin_pattern.cpp245 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 Dcheck_common.cpp44 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 Dringtone_utils.cpp42 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 Ddualfwk_sound_setting.cpp112 std::string fileName = RingtoneUtils::ReplaceAll(setting.second.toneFileName + ".ogg", " ", "_"); in GetDisplayNames()
H A Dringtone_dualfwk_restore.cpp343 keyName = RingtoneUtils::ReplaceAll(keyName + ".ogg", " ", "_"); in MergeQueries()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp107 * @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 Dmedia_file_utils.h139 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 Dmedialibrary_rdbstore.cpp822 MediaFileUtils::ReplaceAll(sql, SELECT_COLUMNS, selectColumns); in GetAllDuplicateAssets()
847 MediaFileUtils::ReplaceAll(sql, SELECT_COLUMNS, selectColumns); in GetOtherDuplicateAssets()

Completed in 12 milliseconds