Searched refs:uriWithoutQuery (Results 1 – 1 of 1) sorted by relevance
65 std::string uriWithoutQuery = providerInfo_.uri; in GetFromProxyData() local66 DataShareStringUtils::RemoveFromQuery(uriWithoutQuery); in GetFromProxyData()67 size_t schemePos = uriWithoutQuery.find(Constants::PARAM_URI_SEPARATOR); in GetFromProxyData()68 if (schemePos != uriWithoutQuery.npos) { in GetFromProxyData()69 … uriWithoutQuery.replace(schemePos, Constants::PARAM_URI_SEPARATOR_LEN, Constants::URI_SEPARATOR); in GetFromProxyData()73 if (data.uri != uriWithoutQuery) { in GetFromProxyData()