Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp43 static const std::map<std::string, PdpProfileUriType> pdpProfileUriMap_ = { variable
398 if (!path.empty() && !pdpProfileUriMap_.empty()) { in ParseUriType()
399 auto it = pdpProfileUriMap_.find(path); in ParseUriType()
400 if (it != pdpProfileUriMap_.end()) { in ParseUriType()