Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp69 PortType exposesType = findType->get<std::string>(); in addBoard() local
71 if (exposesType == "DownstreamPort") in addBoard()
75 else if (exposesType == "Port") in addBoard()
79 else if (exposesType.ends_with("Port")) in addBoard()
81 addPort(exposesType, path, assocContaining); in addBoard()
86 addPort(exposesType, path, assocPoweredBy); in addBoard()