Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp106 const auto findPortType = exposesItem.find("PortType"); in addConfiguredPort() local
107 if (findPortType == exposesItem.end()) in addConfiguredPort()
112 const std::string portType = findPortType->get<std::string>(); in addConfiguredPort()