Searched refs:ReplaceAllStr (Results 1 – 6 of 6) sorted by relevance
/base/telephony/data_storage/common/include/ |
D | rdb_base_helper.h | 65 void ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr);
|
/base/telephony/data_storage/common/src/ |
D | rdb_base_helper.cpp | 192 void RdbBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &… in ReplaceAllStr() function in OHOS::Telephony::RdbBaseHelper
|
/base/telephony/data_storage/pdp_profile/src/ |
D | pdp_profile_ability.cpp | 235 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/data_storage/opkey/src/ |
D | opkey_ability.cpp | 225 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/data_storage/sim/src/ |
D | sim_ability.cpp | 266 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/data_storage/sms_mms/src/ |
D | sms_mms_ability.cpp | 326 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|