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 | 151 using name_map_iterator = ConnectionNames::iterator; in processInterfaceAdded() 161 interfaceMap.emplace(parent, ConnectionNames{}); in processInterfaceAdded()
|
| H A D | handler.cpp | 17 const ConnectionNames::value_type& interfaceMap) in addObjectMapResult() 98 ConnectionNames getObject(const InterfaceMapType& interfaceMap, in getObject() 102 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() 501 ConnectionNames connection = subtree[0].second; in TEST_F()
|
| /openbmc/phosphor-objmgr/src/test/util/ |
| H A D | association_objects.hpp | 56 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
|