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.hpp25 const boost::urls::url& collectionPath, in handleCollectionMembers() argument
72 boost::urls::url url = collectionPath; in handleCollectionMembers()
97 const boost::urls::url& collectionPath, in getCollectionToKey() argument
101 BMCWEB_LOG_DEBUG("Get collection members for: {}", collectionPath.buffer()); in getCollectionToKey()
104 std::bind_front(handleCollectionMembers, asyncResp, collectionPath, in getCollectionToKey()
109 const boost::urls::url& collectionPath, in getCollectionMembers() argument
112 getCollectionToKey(asyncResp, collectionPath, interfaces, subtree, in getCollectionMembers()