Searched refs:ConnectionNames (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | types.hpp | 22 using ConnectionNames = boost::container::flat_map< typedef 27 std::string, ConnectionNames, std::less<>, 28 std::vector<std::pair<std::string, ConnectionNames>>>;
|
H A D | handler.hpp | 10 const ConnectionNames::value_type& interfaceMap); 16 ConnectionNames getObject(const InterfaceMapType& interfaceMap,
|
H A D | processing.cpp | 149 using name_map_iterator = ConnectionNames::iterator; in processInterfaceAdded() 163 interfaceMap.emplace(parent, ConnectionNames{}); in processInterfaceAdded()
|
H A D | handler.cpp | 15 const ConnectionNames::value_type& interfaceMap) in addObjectMapResult() 96 ConnectionNames getObject(const InterfaceMapType& interfaceMap, in getObject() 100 ConnectionNames results; in getObject()
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 200 ConnectionNames connection = getObject(interfaceMap, path, interfaces); in TEST_F() 229 ConnectionNames connection = subtree[0].second; in verifySubtree() 258 ConnectionNames connection = subtree[0].second; in TEST_F() 355 ConnectionNames connection = subtree[0].second; in TEST_F() 500 ConnectionNames connection = subtree[0].second; in TEST_F()
|
/openbmc/phosphor-objmgr/src/test/util/ |
H A D | association_objects.hpp | 55 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
|