Home
last modified time | relevance | path

Searched refs:uriPath (Results 1 - 5 of 5) sorted by relevance

/base/telephony/telephony_data/global_params/src/
H A Dglobal_params_ability.cpp229 std::string uriPath = uri.ToString(); in ParseUriType() local
230 if (!uriPath.empty()) { in ParseUriType()
231 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
232 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/telephony_data/opkey/src/
H A Dopkey_ability.cpp288 std::string uriPath = uri.ToString(); in ParseUriType() local
289 if (!uriPath.empty()) { in ParseUriType()
290 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
291 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/telephony_data/sim/src/
H A Dsim_ability.cpp325 std::string uriPath = uri.ToString(); in ParseUriType() local
326 if (!uriPath.empty()) { in ParseUriType()
327 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
328 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/telephony_data/sms_mms/src/
H A Dsms_mms_ability.cpp414 std::string uriPath = uri.ToString(); in ParseUriType() local
415 if (!uriPath.empty()) { in ParseUriType()
416 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
417 Uri tempUri(uriPath); in ParseUriType()
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp393 std::string uriPath = uri.ToString(); in ParseUriType() local
394 if (!uriPath.empty()) { in ParseUriType()
395 helper_.ReplaceAllStr(uriPath, ":///", "://"); in ParseUriType()
396 Uri tempUri(uriPath); in ParseUriType()

Completed in 5 milliseconds