Lines Matching refs:InterfaceConfiguration
83 std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs,
121 sptr<InterfaceConfiguration> config = ConvertJsonToConfiguration(item, isLan);
135 std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs)
158 sptr<InterfaceConfiguration> EthernetConfiguration::ConvertJsonToConfiguration(const cJSON* const jsonData, bool isLan)
160 sptr<InterfaceConfiguration> config = new (std::nothrow) InterfaceConfiguration();
186 bool EthernetConfiguration::ReadUserConfiguration(std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs)
206 sptr<InterfaceConfiguration> cfg = new (std::nothrow) InterfaceConfiguration();
223 bool EthernetConfiguration::WriteUserConfiguration(const std::string &iface, sptr<InterfaceConfiguration> &cfg)
325 sptr<InterfaceConfiguration> EthernetConfiguration::MakeInterfaceConfiguration(
326 const sptr<InterfaceConfiguration> &devCfg, const sptr<NetLinkInfo> &devLinkInfo)
332 sptr<InterfaceConfiguration> cfg = new (std::nothrow) InterfaceConfiguration();
474 sptr<InterfaceConfiguration> cfg)
493 void EthernetConfiguration::ParseBootProto(const std::string &fileContent, sptr<InterfaceConfiguration> cfg)
512 void EthernetConfiguration::ParseStaticConfig(const std::string &fileContent, sptr<InterfaceConfiguration> cfg)
562 void EthernetConfiguration::ParserFileHttpProxy(const std::string &fileContent, const sptr<InterfaceConfiguration> &cfg)
589 void EthernetConfiguration::ParserIfaceIpAndRoute(sptr<InterfaceConfiguration> &cfg, const std::string &rootNetMask)
637 void EthernetConfiguration::GenCfgContent(const std::string &iface, sptr<InterfaceConfiguration> cfg,
672 void EthernetConfiguration::GenHttpProxyContent(const sptr<InterfaceConfiguration> &cfg, std::string &fileContent)