Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp125 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in BatchInsert() local
155 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in Insert() local
157 if (pdpProfileUriType == PdpProfileUriType::PDP_PROFILE) { in Insert()
212 PdpProfileUriType pdpProfileUriType = ParseUriType(tempUri); in Query() local
213 …if (pdpProfileUriType == PdpProfileUriType::PDP_PROFILE || pdpProfileUriType == PdpProfileUriType:… in Query()
257 switch (pdpProfileUriType) { in Update()
344 if (pdpProfileUriType == PdpProfileUriType::PDP_PROFILE) { in Delete()
386 return static_cast<int>(pdpProfileUriType); in OpenFile()
401 pdpProfileUriType = it->second; in ParseUriType()
403 pdpProfileUriType); in ParseUriType()
[all …]