Home
last modified time | relevance | path

Searched refs:GetIfcfg (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp114 EXPECT_NE(devInterfaceState.GetIfcfg(), nullptr); in HWTEST_F()
118 EXPECT_EQ(devInterfaceState.GetIfcfg()->mode_, DHCP); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp264 if (!ModeInputCheck(fit->second->GetIfcfg()->mode_, cfg->mode_)) { in UpdateDevInterfaceCfg()
272 if (fit->second->GetIfcfg()->mode_ != cfg->mode_) { in UpdateDevInterfaceCfg()
345 ifaceConfig = fit->second->GetIfcfg(); in GetDevInterfaceCfg()
348 auto temp = ethConfiguration_->MakeInterfaceConfiguration(fit->second->GetIfcfg(), fit->second->GetLinkInfo()); in GetDevInterfaceCfg()
H A Ddev_interface_state.cpp110 sptr<InterfaceConfiguration> DevInterfaceState::GetIfcfg() const in GetIfcfg() function in OHOS::NetManagerStandard::DevInterfaceState
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h55 sptr<InterfaceConfiguration> GetIfcfg() const;

Completed in 3 milliseconds