Home
last modified time | relevance | path

Searched refs:ethConfiguration_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp135 ethConfiguration_ = std::make_unique<EthernetConfiguration>(); in EthernetManagement()
136 ethConfiguration_->ReadSystemConfiguration(devCaps_, devCfgs_); in EthernetManagement()
268 if (!ethConfiguration_->WriteUserConfiguration(iface, cfg)) { in UpdateDevInterfaceCfg()
321 if (!ethConfiguration_->ConvertToConfiguration(dhcpResult, config)) { in UpdateDevInterfaceLinkInfo()
348 auto temp = ethConfiguration_->MakeInterfaceConfiguration(fit->second->GetIfcfg(), fit->second->GetLinkInfo()); in GetDevInterfaceCfg()
381 if (!ethConfiguration_->ClearAllUserConfiguration()) { in ResetFactory()
403 if (!ethConfiguration_->ReadUserConfiguration(devCfgs_)) { in Init()
488 ethConfiguration_->ReadSystemConfiguration(devCaps_, devCfgs_); in DevInterfaceAdd()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h95 std::unique_ptr<EthernetConfiguration> ethConfiguration_ = nullptr; member in OHOS::NetManagerStandard::EthernetManagement

Completed in 2 milliseconds