Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h462 std::vector<sptr<NetSupplier>> FindSupplierWithInternetByBearerType(NetBearType bearerType);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2546 std::vector<sptr<NetSupplier>> NetConnService::FindSupplierWithInternetByBearerType(NetBearType bea… in FindSupplierWithInternetByBearerType() function in OHOS::NetManagerStandard::NetConnService
2585 std::vector<sptr<NetSupplier>> suppliers = FindSupplierWithInternetByBearerType(bearerType); in UpdateSupplierScoreAsync()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp982 … NetConnService::GetInstance()->FindSupplierWithInternetByBearerType(NetBearType::BEARER_WIFI);