Home
last modified time | relevance | path

Searched refs:uriPath (Results 1 – 4 of 4) sorted by relevance

/base/telephony/data_storage/pdp_profile/src/
Dpdp_profile_ability.cpp233 std::string uriPath = uri.ToString(); in ParseUriType() local
234 if (!uriPath.empty()) { in ParseUriType()
235 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
236 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/data_storage/opkey/src/
Dopkey_ability.cpp223 std::string uriPath = uri.ToString(); in ParseUriType() local
224 if (!uriPath.empty()) { in ParseUriType()
225 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
226 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/data_storage/sim/src/
Dsim_ability.cpp264 std::string uriPath = uri.ToString(); in ParseUriType() local
265 if (!uriPath.empty()) { in ParseUriType()
266 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
267 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/data_storage/sms_mms/src/
Dsms_mms_ability.cpp324 std::string uriPath = uri.ToString(); in ParseUriType() local
325 if (!uriPath.empty()) { in ParseUriType()
326 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
327 Uri tempUri(uriPath); in ParseUriType()