Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h422 std::list<sptr<NetSupplier>> GetNetSupplierFromList(NetBearType bearerType, const std::string &ident = "");
423 sptr<NetSupplier> GetNetSupplierFromList(NetBearType bearerType, const std::string &ident,
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp435 sptr<NetSupplier> supplier = GetNetSupplierFromList(bearerType, ident, netCaps); in RegisterNetSupplierAsync()
1510 std::list<sptr<NetSupplier>> NetConnService::GetNetSupplierFromList(NetBearType bearerType, const std::string &ident) in GetNetSupplierFromList() function in OHOS::NetManagerStandard::NetConnService
1529 sptr<NetSupplier> NetConnService::GetNetSupplierFromList(NetBearType bearerType, const std::string &ident, in GetNetSupplierFromList() function in OHOS::NetManagerStandard::NetConnService
1685 auto suppliers = GetNetSupplierFromList(bearerType); in GetIfaceNames()
1715 auto suppliers = GetNetSupplierFromList(bearerType, ident); in GetIfaceNameByType()
1752 auto suppliers = GetNetSupplierFromList(bearerType); in GetIfaceNameIdentMaps()

Completed in 7 milliseconds