Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/apn_manager/
Dapn_item.h35 bool CanDealWithType(const std::string &type) const;
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_manager.cpp193 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()
Dapn_item.cpp45 bool ApnItem::CanDealWithType(const std::string &type) const in CanDealWithType() function in OHOS::Telephony::ApnItem