Searched refs:InterfaceNames (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | types.hpp | 19 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 D | processing.cpp | 162 parentEntry.first->second.emplace(wellKnown, InterfaceNames{}); in processInterfaceAdded()
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 97 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 D | name_change.cpp | 40 InterfaceNames assocInterfacesSet = {assocDefsInterface}; in TEST_F()
|
/openbmc/phosphor-objmgr/src/test/util/ |
H A D | association_objects.hpp | 53 const InterfaceNames& interfaceNames) in createInterfaceMap()
|