Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp63 devInterfaceState.UpdateLinkInfo(config);
66 devInterfaceState.UpdateLinkInfo(config);
68 devInterfaceState.UpdateLinkInfo(config);
117 devInterfaceState.UpdateLinkInfo();
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h49 void UpdateLinkInfo(const sptr<StaticConfiguration> &config);
71 void UpdateLinkInfo();
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp65 UpdateLinkInfo(); in SetIfcfg()
218 void DevInterfaceState::UpdateLinkInfo() in UpdateLinkInfo() function in OHOS::NetManagerStandard::DevInterfaceState
311 void DevInterfaceState::UpdateLinkInfo(const sptr<StaticConfiguration> &config) in UpdateLinkInfo() function in OHOS::NetManagerStandard::DevInterfaceState
H A Dethernet_management.cpp329 fit->second->UpdateLinkInfo(config); in UpdateDevInterfaceLinkInfo()