Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_configuration.h65 …void ParserFileConfig(const std::string &fileContent, std::string &iface, sptr<InterfaceConfigurat…
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp87 ethernetConfiguration.ParserFileConfig(FILE_CONTENT, IFACE_NAME, cfg);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp211 ParserFileConfig(fileContent, iface, cfg); in ReadUserConfiguration()
473 void EthernetConfiguration::ParserFileConfig(const std::string &fileContent, std::string &iface, in ParserFileConfig() function in OHOS::NetManagerStandard::EthernetConfiguration