Home
last modified time | relevance | path

Searched refs:ReadSystemConfiguration (Results 1 – 4 of 4) 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,
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp136 ethConfiguration_->ReadSystemConfiguration(devCaps_, devCfgs_); in EthernetManagement()
487 ethConfiguration_->ReadSystemConfiguration(devCaps_, devCfgs_); in DevInterfaceAdd()
H A Dethernet_configuration.cpp134 bool EthernetConfiguration::ReadSystemConfiguration(std::map<std::string, std::set<NetCap>> &devCap… in ReadSystemConfiguration() function in OHOS::NetManagerStandard::EthernetConfiguration
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp64 bool ret = ethernetConfiguration.ReadSystemConfiguration(devCaps, devCfgs);