Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp61 const auto& thisPath = objectPath.first; in getAncestors() local
63 if (reqPath == thisPath) in getAncestors()
68 if (reqPath.starts_with(thisPath)) in getAncestors()
88 addObjectMapResult(ret, thisPath, connectionInterfaces); in getAncestors()
171 const auto& thisPath = objectPath.first; in getSubTree() local
174 if (thisPath == reqPathStripped) in getSubTree()
179 if (thisPath.starts_with(reqPath)) in getSubTree()
183 thisPath.begin() + std::distance(reqPathStripped.begin(), in getSubTree()
185 thisPath.end(), '/'); in getSubTree()
201 addObjectMapResult(ret, thisPath, connectionInterfaces); in getSubTree()
[all …]
/openbmc/bmcweb/features/openbmc_rest/
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() local
54 BMCWEB_LOG_DEBUG("Filename: {}, ThisPath: {}", itemPath.str, thisPath); in parseObjectPathAndGetMode()
56 if (thisPath.empty()) in parseObjectPathAndGetMode()
61 if (thisPath != resName) in parseObjectPathAndGetMode()