Searched refs:ReplaceAllStr (Results 1 – 6 of 6) sorted by relevance
/base/telephony/telephony_data/common/include/ |
D | rdb_base_helper.h | 63 void ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr);
|
/base/telephony/telephony_data/common/src/ |
D | rdb_base_helper.cpp | 172 void RdbBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &… in ReplaceAllStr() function in OHOS::Telephony::RdbBaseHelper
|
/base/telephony/telephony_data/opkey/src/ |
D | opkey_ability.cpp | 272 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/telephony_data/pdp_profile/src/ |
D | pdp_profile_ability.cpp | 281 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/telephony_data/sim/src/ |
D | sim_ability.cpp | 328 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|
/base/telephony/telephony_data/sms_mms/src/ |
D | sms_mms_ability.cpp | 417 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
|