Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_configuration.h40 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 Dethernet_configuration_test.cpp62 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 Dethernet_configuration.cpp82 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()