Home
last modified time | relevance | path

Searched refs:PdpProfileUriType (Results 1 - 2 of 2) sorted by relevance

/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp43 static const std::map<std::string, PdpProfileUriType> pdpProfileUriMap_ = {
44 { "/net/pdp_profile", PdpProfileUriType::PDP_PROFILE },
45 { "/net/pdp_profile/init", PdpProfileUriType::INIT},
46 { "/net/pdp_profile/reset", PdpProfileUriType::RESET },
47 { "/net/pdp_profile/preferapn", PdpProfileUriType::PREFER_APN },
125 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in BatchInsert()
127 if (pdpProfileUriType == PdpProfileUriType::INIT && !values.empty()) { in BatchInsert()
155 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in Insert()
157 if (pdpProfileUriType == PdpProfileUriType::PDP_PROFILE) { in Insert()
212 PdpProfileUriType pdpProfileUriTyp in Query()
[all...]
/base/telephony/telephony_data/pdp_profile/include/
H A Dpdp_profile_ability.h46 enum class PdpProfileUriType { class
77 * @return return PdpProfileUriType
79 PdpProfileUriType ParseUriType(Uri &uri);

Completed in 5 milliseconds