Home
last modified time | relevance | path

Searched refs:GetNetSupplierType (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp92 if (!CompareByNetworkNetType((supplier->GetNetSupplierType()))) { in MatchRequestAndNetwork()
97 if (!CompareByNetworkIdent(supplier->GetNetSupplierIdent(), supplier->GetNetSupplierType(), in MatchRequestAndNetwork()
H A Dnet_conn_service.cpp620 struct EventInfo eventInfo = {.bearerType = supplier->GetNetSupplierType(), in UnregisterNetSupplierAsync()
900 eventInfo.bearerType = supplier->GetNetSupplierType(); in UpdateNetSupplierInfoAsync()
951 eventInfo.bearerType = supplier->GetNetSupplierType(); in UpdateNetLinkInfoAsync()
1014 if (it->second->GetNetSupplierType() == BEARER_VPN) { in RestrictBackgroundChangedAsync()
1068 if ((bestNet->GetNetSupplierType() == BEARER_CELLULAR) || (bestNet->GetNetSupplierType() == BEARER_WIFI)) { in ActivateNetwork()
1518 if ((bearerType != netSupplier.second->GetNetSupplierType())) { in GetNetSupplierFromList()
1537 if ((bearerType == netSupplier.second->GetNetSupplierType()) && in GetNetSupplierFromList()
1590 auto supplierType = iterSupplier->second->GetNetSupplierType(); in GetSpecificNet()
1634 (iterSupplier->second->GetNetSupplierType() in GetSpecificUidNet()
[all...]
H A Dnet_supplier.cpp141 NetBearType NetSupplier::GetNetSupplierType() const in GetNetSupplierType() function in OHOS::NetManagerStandard::NetSupplier
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h88 NetBearType GetNetSupplierType() const;

Completed in 6 milliseconds