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.cpp13 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap, in addObjectMapResult()
32 InterfaceMapType::value_type object; in addObjectMapResult()
39 std::vector<InterfaceMapType::value_type> getAncestors( in getAncestors()
40 const InterfaceMapType& interfaceMap, std::string reqPath, in getAncestors()
56 std::vector<InterfaceMapType::value_type> ret; in getAncestors()
96 ConnectionNames getObject(const InterfaceMapType& interfaceMap, in getObject()
138 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree()
139 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth, in getSubTree()
165 std::vector<InterfaceMapType::value_type> ret; in getSubTree()
206 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap, in getSubTreePaths()
[all …]
H A Dprocessing.cpp46 InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, in processNameChangeDelete()
58 InterfaceMapType::iterator pathIt = interfaceMap.begin(); in processNameChangeDelete()
101 boost::asio::io_context& io, InterfaceMapType& interfaceMap, in processInterfaceAdded()
148 using iface_map_iterator = InterfaceMapType::iterator; in processInterfaceAdded()
H A Dprocessing.hpp68 InterfaceMapType& interfaceMap, AssociationMaps& assocMaps,
83 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.cpp133 InterfaceMapType& interfaceMap, in doAssociations()
167 InterfaceMapType& interfaceMap, in doIntrospect()
258 InterfaceMapType& interfaceMap, const std::string& processName, in startNewIntrospect()
283 boost::asio::io_context& io, InterfaceMapType& interfaceMap, in doListNames()
331 InterfaceMapType& interfaceMap) in removeUnneededParents()
400 InterfaceMapType interfaceMap; in main()
H A Dtypes.hpp26 using InterfaceMapType = boost::container::flat_map< typedef
H A Dassociations.cpp243 const std::string& owner, const InterfaceMapType& interfaceMap, in associationChanged()
419 const InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, in checkIfPendingAssociation()
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp51 InterfaceMapType createInterfaceMap(const std::string& path, in createInterfaceMap()
56 InterfaceMapType interfaceMap{{path, connectionMap}}; in createInterfaceMap()
63 InterfaceMapType createDefaultInterfaceMap() in createDefaultInterfaceMap()
65 InterfaceMapType interfaceMap = { in createDefaultInterfaceMap()
H A Ddebug_output.hpp52 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 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()
496 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
H A Dassociations.cpp175 InterfaceMapType interfaceMap; in TEST_F()
206 InterfaceMapType interfaceMap = { in TEST_F()
242 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F()
274 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F()
307 InterfaceMapType interfaceMap = createDefaultInterfaceMap(); in TEST_F()
410 InterfaceMapType interfaceMap; in TEST_F()
455 InterfaceMapType interfaceMap = { in TEST_F()
H A Dname_change.cpp26 InterfaceMapType interfaceMap; in TEST_F()