Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp33 const boost::urls::url& collectionPath, in handleCollectionMembers() argument
80 boost::urls::url url = collectionPath; in handleCollectionMembers()
105 const boost::urls::url& collectionPath, in getCollectionToKey() argument
109 BMCWEB_LOG_DEBUG("Get collection members for: {}", collectionPath.buffer()); in getCollectionToKey()
112 std::bind_front(handleCollectionMembers, asyncResp, collectionPath, in getCollectionToKey()
117 const boost::urls::url& collectionPath, in getCollectionMembers() argument
120 getCollectionToKey(asyncResp, collectionPath, interfaces, subtree, in getCollectionMembers()