Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp46 if (reqPath.ends_with("/")) in getAncestors()
48 reqPath.pop_back(); in getAncestors()
50 if (!reqPath.empty() && interfaceMap.find(reqPath) == interfaceMap.end()) in getAncestors()
61 if (reqPath == thisPath) in getAncestors()
66 if (reqPath.starts_with(thisPath)) in getAncestors()
151 if (!reqPath.ends_with("/")) in getSubTree()
153 reqPath += "/"; in getSubTree()
156 std::string_view(reqPath).substr(0, reqPath.size() - 1); in getSubTree()
219 if (!reqPath.ends_with("/")) in getSubTreePaths()
221 reqPath += "/"; in getSubTreePaths()
[all …]
H A Dhandler.hpp13 getAncestors(const InterfaceMapType& interfaceMap, std::string reqPath,
21 getSubTree(const InterfaceMapType& interfaceMap, std::string reqPath,
25 getSubTreePaths(const InterfaceMapType& interfaceMap, std::string reqPath,
47 const sdbusplus::message::object_path& reqPath, int32_t depth,
69 const sdbusplus::message::object_path& reqPath, int32_t depth,
H A Dmain.cpp575 "GetAncestors", [&interfaceMap](std::string& reqPath, in main()
577 return getAncestors(interfaceMap, reqPath, interfaces); in main()
587 "GetSubTree", [&interfaceMap](std::string& reqPath, int32_t depth, in main() argument
589 return getSubTree(interfaceMap, reqPath, depth, interfaces); in main()
594 [&interfaceMap](std::string& reqPath, int32_t depth, in main() argument
596 return getSubTreePaths(interfaceMap, reqPath, depth, interfaces); in main()
602 const sdbusplus::message::object_path& reqPath, in main()
605 associationPath, reqPath, depth, in main()
612 const sdbusplus::message::object_path& reqPath, in main() argument
615 associationPath, reqPath, depth, in main()