Searched refs:uriPath (Results 1 - 5 of 5) sorted by relevance
/base/telephony/telephony_data/global_params/src/ |
H A D | global_params_ability.cpp | 229 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 D | opkey_ability.cpp | 288 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 D | sim_ability.cpp | 325 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 D | sms_mms_ability.cpp | 414 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 D | pdp_profile_ability.cpp | 393 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