Home
last modified time | relevance | path

Searched refs:InterfaceMapType (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dhandler.hpp8 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap,
12 std::vector<InterfaceMapType::value_type> getAncestors(
13 const InterfaceMapType& interfaceMap, std::string reqPath,
16 ConnectionNames getObject(const InterfaceMapType& interfaceMap,
20 std::vector<InterfaceMapType::value_type> getSubTree(
21 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth,
24 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap,
43 std::vector<InterfaceMapType::value_type> getAssociatedSubTree(
44 const InterfaceMapType& interfaceMap,
66 const InterfaceMapType& interfaceMap,
[all …]
H A Dhandler.cpp15 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap, in addObjectMapResult()
34 InterfaceMapType::value_type object; in addObjectMapResult()
41 std::vector<InterfaceMapType::value_type> getAncestors( in getAncestors()
42 const InterfaceMapType& interfaceMap, std::string reqPath, in getAncestors()
58 std::vector<InterfaceMapType::value_type> ret; in getAncestors()
98 ConnectionNames getObject(const InterfaceMapType& interfaceMap, in getObject()
141 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree()
142 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth, in getSubTree()
168 std::vector<InterfaceMapType::value_type> ret; in getSubTree()
211 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap, in getSubTreePaths()
[all …]
H A Dprocessing.cpp48 InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, in processNameChangeDelete()
60 InterfaceMapType::iterator pathIt = interfaceMap.begin(); in processNameChangeDelete()
103 boost::asio::io_context& io, InterfaceMapType& interfaceMap, in processInterfaceAdded()
150 using iface_map_iterator = InterfaceMapType::iterator; in processInterfaceAdded()
H A Dprocessing.hpp67 InterfaceMapType& interfaceMap, AssociationMaps& assocMaps,
82 boost::asio::io_context& io, InterfaceMapType& interfaceMap,
H A Dassociations.hpp93 const std::string& owner, const InterfaceMapType& interfaceMap,
162 const InterfaceMapType& interfaceMap, AssociationMaps& assocMaps,
H A Dmain.cpp135 InterfaceMapType& interfaceMap, in doAssociations()
169 InterfaceMapType& interfaceMap, in doIntrospect()
260 InterfaceMapType& interfaceMap, const std::string& processName, in startNewIntrospect()
285 boost::asio::io_context& io, InterfaceMapType& interfaceMap, in doListNames()
333 InterfaceMapType& interfaceMap) in removeUnneededParents()
402 InterfaceMapType interfaceMap; in main()
H A Dtypes.hpp26 using InterfaceMapType = boost::container::flat_map< typedef
H A Dassociations.cpp245 const std::string& owner, const InterfaceMapType& interfaceMap, in associationChanged()
421 const InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, in checkIfPendingAssociation()
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp52 inline InterfaceMapType createInterfaceMap(const std::string& path, in createInterfaceMap()
57 InterfaceMapType interfaceMap{{path, connectionMap}}; in createInterfaceMap()
64 inline InterfaceMapType createDefaultInterfaceMap() in createDefaultInterfaceMap()
66 InterfaceMapType interfaceMap = { in createDefaultInterfaceMap()
H A Ddebug_output.hpp52 inline void dumpInterfaceMapType(InterfaceMapType& intfMap) in dumpInterfaceMapType()
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp19 InterfaceMapType interfaceMap = {
95 std::vector<InterfaceMapType::value_type> interfaceMaps; in TEST_F()
142 std::vector<InterfaceMapType::value_type> ancestors = in TEST_F()
157 std::vector<InterfaceMapType::value_type> ancestors = in TEST_F()
216 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
226 static void verifySubtree(std::span<InterfaceMapType::value_type> subtree) in verifySubtree()
247 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
352 std::vector<InterfaceMapType::value_type> subtree = getAssociatedSubTree( in TEST_F()
497 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
H A Dassociations.cpp175 InterfaceMapType interfaceMap; in TEST_F()
206 InterfaceMapType interfaceMap = { in TEST_F()
240 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F()
272 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F()
305 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F()
408 InterfaceMapType interfaceMap; in TEST_F()
453 InterfaceMapType interfaceMap = { in TEST_F()
H A Dname_change.cpp26 InterfaceMapType interfaceMap; in TEST_F()