Home
last modified time | relevance | path

Searched refs:addInterface (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp45 manager.addInterface( in TEST_F()
57 manager.addInterface( in TEST_F()
61 manager.addInterface( in TEST_F()
74 manager.addInterface( in TEST_F()
/openbmc/ibm-logging/
H A Dmanager.hpp235 void addInterface(const std::string& objectPath, InterfaceType type,
H A Dmanager.cpp110 void Manager::addInterface(const std::string& objectPath, InterfaceType type, in addInterface() function in ibm::logging::Manager
177 addInterface(objectPath, InterfaceType::POLICY, anyObject); in createPolicyInterface()
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.hpp59 void addInterface(const InterfaceInfo& info);
H A Drtnetlink_server.cpp51 m.addInterface(intfFromRtm(data)); in handler()
H A Dnetwork_manager.cpp205 void Manager::addInterface(const InterfaceInfo& info) in addInterface() function in phosphor::network::Manager