Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dtopology.cpp53 auto downstreamMatch = downstreamPorts.find(upstreamPortPair.first); in getAssocs() local
55 if (downstreamMatch == downstreamPorts.end()) in getAssocs()
66 for (const Path& downstream : downstreamMatch->second) in getAssocs()