Searched refs:devCaps (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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,
|
/ohos5.0/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; variable 64 bool ret = ethernetConfiguration.ReadSystemConfiguration(devCaps, devCfgs);
|
/ohos5.0/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 …ol EthernetConfiguration::ReadSystemConfiguration(std::map<std::string, std::set<NetCap>> &devCaps, in ReadSystemConfiguration() argument 153 ReadEthernetInterfaces(devCaps, devCfgs, jsonEth); in ReadSystemConfiguration()
|