Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp1111 const dbus::utility::MapperGetSubTreePathsResponse& controllerList) in populateStorageControllerCollection() argument
1114 if (ec || controllerList.empty()) in populateStorageControllerCollection()
1122 for (const std::string& path : controllerList) in populateStorageControllerCollection()
1172 controllerList) { in handleSystemsStorageControllerCollectionGet() argument
1173 populateStorageControllerCollection(asyncResp, ec, controllerList); in handleSystemsStorageControllerCollectionGet()