Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp176 it->second->updateInfo(info.intf); in createInterface()
185 it->second->updateInfo(info.intf); in createInterface()
H A Dethernet_interface.hpp112 void updateInfo(const InterfaceInfo& info, bool skipSignal = false);
H A Dethernet_interface.cpp109 updateInfo(info.intf, true); in EthernetInterface()
145 void EthernetInterface::updateInfo(const InterfaceInfo& info, bool skipSignal) in updateInfo() function in phosphor::network::EthernetInterface