Home
last modified time | relevance | path

Searched refs:downstreamPorts (Results 1 – 2 of 2) sorted by relevance

/openbmc/entity-manager/src/
H A Dtopology.cpp30 downstreamPorts[connectsTo].emplace_back(path); in addBoard()
53 auto downstreamMatch = downstreamPorts.find(upstreamPortPair.first); in getAssocs()
55 if (downstreamMatch == downstreamPorts.end()) in getAssocs()
121 for (auto it = downstreamPorts.begin(); it != downstreamPorts.end();) in remove()
132 it = downstreamPorts.erase(it); in remove()
H A Dtopology.hpp29 std::unordered_map<PortType, std::vector<Path>> downstreamPorts; member in Topology