Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp161 BoardPathsView boardPaths) in getAssocs() argument
168 fillAssocsForPortId(result, boardPaths, port.second); in getAssocs()
173 if (std::ranges::contains(boardPaths, boardPath)) in getAssocs()
187 BoardPathsView boardPaths, in fillAssocsForPortId() argument
210 fillAssocForPortId(result, boardPaths, member.first, in fillAssocsForPortId()
219 BoardPathsView boardPaths, const Path& upstream, const Path& downstream, in fillAssocForPortId() argument
231 if (!std::ranges::contains(boardPaths, upstream)) in fillAssocForPortId()
H A Dtopology.hpp49 BoardPathsView boardPaths);
69 BoardPathsView boardPaths,
74 BoardPathsView boardPaths, const Path& upstream, const Path& downstream,