Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp101 void updateInfo(const InterfaceInfo& info, bool skipSignal = false);
H A Dnetwork_manager.cpp175 it->second->updateInfo(info.intf); in createInterface()
184 it->second->updateInfo(info.intf); in createInterface()
H A Dethernet_interface.cpp111 updateInfo(info.intf, true); in EthernetInterface()
143 void EthernetInterface::updateInfo(const InterfaceInfo& info, bool skipSignal) in updateInfo() function in phosphor::network::EthernetInterface