Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp59 const auto& thisPath = objectPath.first; in getAncestors() local
61 if (reqPath == thisPath) in getAncestors()
66 if (reqPath.starts_with(thisPath)) in getAncestors()
86 addObjectMapResult(ret, thisPath, interfaceMap); in getAncestors()
168 const auto& thisPath = objectPath.first; in getSubTree() local
171 if (thisPath == reqPathStripped) in getSubTree()
176 if (thisPath.starts_with(reqPath)) in getSubTree()
180 thisPath.begin() + reqPathStripped.size(), thisPath.end(), '/'); in getSubTree()
196 addObjectMapResult(ret, thisPath, interfaceMap); in getSubTree()
236 const auto& thisPath = objectPath.first; in getSubTreePaths() local
[all …]
/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp197 for (const auto& thisPath : *paths) in requestRoutes()
200 thisPath.get_ptr<const std::string*>(); in requestRoutes()
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp53 std::string thisPath = itemPath.filename(); in parseObjectPathAndGetMode()
54 BMCWEB_LOG_DEBUG("Filename: {}, ThisPath: {}", itemPath.str, thisPath); in parseObjectPathAndGetMode()
56 if (thisPath.empty()) in parseObjectPathAndGetMode()
61 if (thisPath != resName) in parseObjectPathAndGetMode()
52 std::string thisPath = itemPath.filename(); parseObjectPathAndGetMode() local