Lines Matching refs:objectPath
16 const std::string& objectPath, in addObjectMapResult() argument
26 [&objectPath](const auto& i) { return objectPath == i.first; }); in addObjectMapResult()
35 object.first = objectPath; in addObjectMapResult()
59 for (const auto& objectPath : interfaceMap) in getAncestors() local
61 const auto& thisPath = objectPath.first; in getAncestors()
72 ret.emplace_back(objectPath); in getAncestors()
76 for (const auto& connectionInterfaces : objectPath.second) in getAncestors()
169 for (const auto& objectPath : interfaceMap) in getSubTree() local
171 const auto& thisPath = objectPath.first; in getSubTree()
188 for (const auto& connectionInterfaces : objectPath.second) in getSubTree()
239 for (const auto& objectPath : interfaceMap) in getSubTreePaths() local
241 const auto& thisPath = objectPath.first; in getSubTreePaths()
259 for (const auto& connectionInterfaces : objectPath.second) in getSubTreePaths()
351 const std::string& objectPath, std::vector<std::string>& interfaces) in getSubTreePathsById() argument
355 std::string localObjectPath = objectPath; in getSubTreePathsById()
391 if (thisPath.starts_with(objectPath)) in getSubTreePathsById()
420 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreeById() argument
425 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreeById()
437 objectPath, 0, endpointInterfaces); in getAssociatedSubTreeById()
448 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces, in getAssociatedSubTreePathsById() argument
453 getSubTreePathsById(interfaceMap, id, objectPath, subtreeInterfaces); in getAssociatedSubTreePathsById()
463 interfaceMap, associationMaps, associationPath, objectPath, 0, in getAssociatedSubTreePathsById()