Home
last modified time | relevance | path

Searched refs:ConnectionNames (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dtypes.hpp22 using ConnectionNames = boost::container::flat_map< typedef
27 std::string, ConnectionNames, std::less<>,
28 std::vector<std::pair<std::string, ConnectionNames>>>;
H A Dhandler.hpp10 const ConnectionNames::value_type& interfaceMap);
16 ConnectionNames getObject(const InterfaceMapType& interfaceMap,
H A Dprocessing.cpp149 using name_map_iterator = ConnectionNames::iterator; in processInterfaceAdded()
163 interfaceMap.emplace(parent, ConnectionNames{}); in processInterfaceAdded()
H A Dhandler.cpp15 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 Dhandler.cpp200 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 Dassociation_objects.hpp55 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()