Lines Matching refs:connectionInterfaces
76 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()
128 connectionInterfaces.second); in getObject()
188 for (const auto& connectionInterfaces : objectPath.second) in getSubTree() local
191 interfaces.size(), connectionInterfaces.second.size())); in getSubTree()
196 connectionInterfaces.second.begin(), in getSubTree()
197 connectionInterfaces.second.end(), in getSubTree()
201 addObjectMapResult(ret, thisPath, connectionInterfaces); in getSubTree()
259 for (const auto& connectionInterfaces : objectPath.second) in getSubTreePaths() local
262 interfaces.size(), connectionInterfaces.second.size())); in getSubTreePaths()
267 connectionInterfaces.second.begin(), in getSubTreePaths()
268 connectionInterfaces.second.end(), in getSubTreePaths()
393 for (const auto& connectionInterfaces : path.second) in getSubTreePathsById() local
396 interfaces.size(), connectionInterfaces.second.size())); in getSubTreePathsById()
398 connectionInterfaces.second.begin(), in getSubTreePathsById()
399 connectionInterfaces.second.end(), in getSubTreePathsById()