Searched refs:devCfgs (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | ethernet_configuration_test.cpp | 63 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 64 bool ret = ethernetConfiguration.ReadSystemConfiguration(devCaps, devCfgs); in HWTEST_F() 66 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 153 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 158 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 167 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 172 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 181 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 186 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 190 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 207 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; HWTEST_F() local [all...] |
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_configuration_test.cpp | 63 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 64 bool ret = ethernetConfiguration.ReadSystemConfiguration(devCaps, devCfgs); in HWTEST_F() 66 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 153 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 158 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 167 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 172 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 181 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; in HWTEST_F() local 186 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 190 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs); in HWTEST_F() 207 std::map<std::string, sptr<InterfaceConfiguration>> devCfgs; HWTEST_F() local [all...] |
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_configuration.h | 41 std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs); 42 bool ReadUserConfiguration(std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs); 55 std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs,
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_configuration.cpp | 83 std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs, in ReadEthernetInterfaces() 116 const auto &fit = devCfgs.find(iface); in ReadEthernetInterfaces() 117 if (fit != devCfgs.end()) { in ReadEthernetInterfaces() 128 devCfgs[iface] = config; in ReadEthernetInterfaces() 135 std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs) in ReadSystemConfiguration() 153 ReadEthernetInterfaces(devCaps, devCfgs, jsonEth); in ReadSystemConfiguration() 186 bool EthernetConfiguration::ReadUserConfiguration(std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs) in ReadUserConfiguration() argument 215 devCfgs[iface] = cfg; in ReadUserConfiguration() 82 ReadEthernetInterfaces(std::map<std::string, std::set<NetCap>> &devCaps, std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs, const cJSON* const json) ReadEthernetInterfaces() argument 134 ReadSystemConfiguration(std::map<std::string, std::set<NetCap>> &devCaps, std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs) ReadSystemConfiguration() argument
|
Completed in 3 milliseconds