Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp128 auto findConnectsTo = exposesItem.find("ConnectsToType"); in addDownstreamPort() local
129 if (findConnectsTo == exposesItem.end()) in addDownstreamPort()
135 PortType connectsTo = findConnectsTo->get<std::string>(); in addDownstreamPort()