Searched refs:CanDealWithType (Results 1 – 3 of 3) sorted by relevance
35 bool CanDealWithType(const std::string &type) const;
193 if (apnItem->CanDealWithType(requestApnType)) { in FilterMatchedApns()275 if (apnItem->CanDealWithType(DATA_CONTEXT_ROLE_IA)) { in GetRilAttachApn()279 if (attachApn == nullptr && apnItem->CanDealWithType(DATA_CONTEXT_ROLE_DEFAULT)) { in GetRilAttachApn()
45 bool ApnItem::CanDealWithType(const std::string &type) const in CanDealWithType() function in OHOS::Telephony::ApnItem