Searched refs:InterfaceMapType (Results 1 – 13 of 13) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 8 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 D | handler.cpp | 13 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 D | processing.cpp | 46 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 D | processing.hpp | 68 InterfaceMapType& interfaceMap, AssociationMaps& assocMaps, 83 boost::asio::io_context& io, InterfaceMapType& interfaceMap,
|
H A D | associations.hpp | 93 const std::string& owner, const InterfaceMapType& interfaceMap, 162 const InterfaceMapType& interfaceMap, AssociationMaps& assocMaps,
|
H A D | main.cpp | 133 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 D | types.hpp | 26 using InterfaceMapType = boost::container::flat_map< typedef
|
H A D | associations.cpp | 243 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 D | association_objects.hpp | 51 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 D | debug_output.hpp | 52 void dumpInterfaceMapType(InterfaceMapType& intfMap) in dumpInterfaceMapType()
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 19 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 D | associations.cpp | 175 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 D | name_change.cpp | 26 InterfaceMapType interfaceMap; in TEST_F()
|