Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/test/
H A Dinterfaces_added.cpp27 InterfacesAdded intfAdded = {{interface, vecMethToAssoc}}; in createInterfacesAdded() local
28 return intfAdded; in createInterfacesAdded()
37 auto intfAdded = in TEST_F() local
42 processInterfaceAdded(io, interfaceMap, defaultSourcePath, intfAdded, in TEST_F()
/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp103 const InterfacesAdded& intfAdded, const std::string& wellKnown, in processInterfaceAdded() argument
108 for (const auto& interfacePair : intfAdded) in processInterfaceAdded()
H A Dprocessing.hpp85 const InterfacesAdded& intfAdded, const std::string& wellKnown,