Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp42 const InterfaceMapType& interfaceMap, std::string reqPath, in getAncestors() argument
48 if (reqPath.ends_with("/")) in getAncestors()
50 reqPath.pop_back(); in getAncestors()
52 if (!reqPath.empty() && !interfaceMap.contains(reqPath)) in getAncestors()
63 if (reqPath == thisPath) in getAncestors()
68 if (reqPath.starts_with(thisPath)) in getAncestors()
142 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth, in getSubTree() argument
154 if (!reqPath.ends_with("/")) in getSubTree()
156 reqPath += "/"; in getSubTree()
159 std::string_view(reqPath).substr(0, reqPath.size() - 1); in getSubTree()
[all …]
H A Dhandler.hpp13 const InterfaceMapType& interfaceMap, std::string reqPath,
21 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth,
25 std::string reqPath, int32_t depth,
47 const sdbusplus::message::object_path& reqPath, int32_t depth,
69 const sdbusplus::message::object_path& reqPath, int32_t depth,
H A Dmain.cpp577 "GetAncestors", [&interfaceMap](std::string& reqPath, in main()
579 return getAncestors(interfaceMap, reqPath, interfaces); in main()
589 "GetSubTree", [&interfaceMap](std::string& reqPath, int32_t depth, in main() argument
591 return getSubTree(interfaceMap, reqPath, depth, interfaces); in main()
596 [&interfaceMap](std::string& reqPath, int32_t depth, in main() argument
598 return getSubTreePaths(interfaceMap, reqPath, depth, interfaces); in main()
604 const sdbusplus::message::object_path& reqPath, in main()
607 associationPath, reqPath, depth, in main()
614 const sdbusplus::message::object_path& reqPath, in main() argument
617 associationPath, reqPath, depth, in main()