Home
last modified time | relevance | path

Searched refs:InterfaceNames (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dtypes.hpp19 using InterfaceNames = boost::container::flat_set<std::string, std::less<>, typedef
23 std::string, InterfaceNames, std::less<>,
24 std::vector<std::pair<std::string, InterfaceNames>>>;
H A Dprocessing.cpp162 parentEntry.first->second.emplace(wellKnown, InterfaceNames{}); in processInterfaceAdded()
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp97 std::pair<std::string, InterfaceNames>( in TEST_F()
104 std::pair<std::string, InterfaceNames>( in TEST_F()
122 std::pair<std::string, InterfaceNames>( in TEST_F()
125 std::pair<std::string, InterfaceNames>( in TEST_F()
H A Dname_change.cpp40 InterfaceNames assocInterfacesSet = {assocDefsInterface}; in TEST_F()
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp53 const InterfaceNames& interfaceNames) in createInterfaceMap()