Searched refs:PdpProfileUriType (Results 1 – 2 of 2) sorted by relevance
40 static const std::map<std::string, PdpProfileUriType> pdpProfileUriMap_ = {41 { "/net/pdp_profile", PdpProfileUriType::PDP_PROFILE },42 { "/net/pdp_profile/reset", PdpProfileUriType::RESET },122 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in Insert()124 if (pdpProfileUriType == PdpProfileUriType::PDP_PROFILE) { in Insert()146 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in Query()147 if (pdpProfileUriType == PdpProfileUriType::PDP_PROFILE) { in Query()185 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in Update()188 case PdpProfileUriType::PDP_PROFILE: { in Update()192 case PdpProfileUriType::RESET: { in Update()[all …]
46 enum class PdpProfileUriType { enum74 PdpProfileUriType ParseUriType(Uri &uri);