Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H A Dnet_supplier_test.cpp231 std::string netSupplierIdent = "netSupplierIdent"; in HWTEST_F() local
232 NetSupplier netSupplier1(BEARER_CELLULAR, netSupplierIdent, netCaps); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h76 NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::set<NetCap> &netCaps);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1250 std::string netSupplierIdent = "test"; in HWTEST_F() local
1252 sptr<NetSupplier> supplier = new (std::nothrow) NetSupplier(NetBearType::BEARER_WIFI, netSupplierIdent, netCaps); in HWTEST_F()
1280 std::string netSupplierIdent = "test"; in HWTEST_F() local
1282 sptr<NetSupplier> supplier = new (std::nothrow) NetSupplier(NetBearType::BEARER_WIFI, netSupplierIdent, netCaps); in HWTEST_F()
1394 std::string netSupplierIdent = "test"; in HWTEST_F() local
1396 sptr<NetSupplier> supplier = new (std::nothrow) NetSupplier(NetBearType::BEARER_WIFI, netSupplierIdent, netCaps); in HWTEST_F()
1415 std::string netSupplierIdent = "test"; in HWTEST_F() local
1417 sptr<NetSupplier> supplier = new (std::nothrow) NetSupplier(NetBearType::BEARER_WIFI, netSupplierIdent, netCaps); in HWTEST_F()
1426 std::string netSupplierIdent = "test"; in HWTEST_F() local
1429 sptr<NetSupplier> supplier = new (std::nothrow) NetSupplier(NetBearType::BEARER_WIFI, netSupplierIdent, netCap in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp32 NetSupplier::NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::set<NetCap> &netCaps) in NetSupplier() argument
34 netSupplierIdent_(netSupplierIdent), in NetSupplier()

Completed in 5 milliseconds