Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp76 for (const auto& connectionInterfaces : objectPath.second) in getAncestors() local
79 interfaces.size(), connectionInterfaces.second.size())); in getAncestors()
84 connectionInterfaces.second.begin(), in getAncestors()
85 connectionInterfaces.second.end(), in getAncestors()
88 addObjectMapResult(ret, thisPath, connectionInterfaces); in getAncestors()
116 for (const auto& connectionInterfaces : pathRef->second) in getObject() local
119 std::min(interfaces.size(), connectionInterfaces.second.size())); in getObject()
123 connectionInterfaces.second.begin(), in getObject()
124 connectionInterfaces.second.end(), in getObject()
127 results.emplace(connectionInterfaces.first, in getObject()
[all …]