Home
last modified time | relevance | path

Searched refs:ReadUserConfiguration (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp66 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
158 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
172 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
186 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
190 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
194 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
198 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
223 ret = ethernetConfiguration.ReadUserConfiguration(devCfgs);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_configuration.h42 bool ReadUserConfiguration(std::map<std::string, sptr<InterfaceConfiguration>> &devCfgs);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp402 if (!ethConfiguration_->ReadUserConfiguration(devCfgs_)) { in Init()
H A Dethernet_configuration.cpp186 bool EthernetConfiguration::ReadUserConfiguration(std::map<std::string, sptr<InterfaceConfiguration… in ReadUserConfiguration() function in OHOS::NetManagerStandard::EthernetConfiguration