Searched refs:devCaps (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_configuration.h | 40 bool ReadSystemConfiguration(std::map<std::string, std::set<NetCap>> &devCaps, 54 bool ReadEthernetInterfaces(std::map<std::string, std::set<NetCap>> &devCaps,
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | ethernet_configuration_test.cpp | 62 std::map<std::string, std::set<NetCap>> devCaps; in HWTEST_F() local 64 bool ret = ethernetConfiguration.ReadSystemConfiguration(devCaps, devCfgs); in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_configuration_test.cpp | 62 std::map<std::string, std::set<NetCap>> devCaps; in HWTEST_F() local 64 bool ret = ethernetConfiguration.ReadSystemConfiguration(devCaps, devCfgs); in HWTEST_F()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_configuration.cpp | 82 bool EthernetConfiguration::ReadEthernetInterfaces(std::map<std::string, std::set<NetCap>> &devCaps, in ReadEthernetInterfaces() argument 114 devCaps[iface] = caps; in ReadEthernetInterfaces() 134 bool EthernetConfiguration::ReadSystemConfiguration(std::map<std::string, std::set<NetCap>> &devCaps, in ReadSystemConfiguration() argument 153 ReadEthernetInterfaces(devCaps, devCfgs, jsonEth); in ReadSystemConfiguration()
|
Completed in 4 milliseconds