Home
last modified time | relevance | path

Searched refs:queryString (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/telephony_data/pdp_profile/include/
H A Dpdp_profile_ability.h98 int GetPreferApn(const std::string &queryString);
99 std::string GetQueryKey(const std::string &queryString, const std::string &key);
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp166 std::string PdpProfileAbility::GetQueryKey(const std::string &queryString, const std::string &key) in GetQueryKey() argument
168 size_t pos = queryString.find(key); in GetQueryKey()
170 return queryString.substr(pos + key.length()); in GetQueryKey()
175 int PdpProfileAbility::GetPreferApn(const std::string &queryString) in GetPreferApn() argument
182 int preferApnId = preferencesUtil->ObtainInt(PREFER_APN_ID + GetQueryKey(queryString, "simId="), in GetPreferApn()