Searched refs:pdpProfileUriMap_ (Results 1 – 1 of 1) sorted by relevance
43 static const std::map<std::string, PdpProfileUriType> pdpProfileUriMap_ = { variable398 if (!path.empty() && !pdpProfileUriMap_.empty()) { in ParseUriType()399 auto it = pdpProfileUriMap_.find(path); in ParseUriType()400 if (it != pdpProfileUriMap_.end()) { in ParseUriType()