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_controller.hpp94 const dbus::utility::MapperGetSubTreePathsResponse& controllerList) in populateStorageControllerCollection() argument
97 if (ec || controllerList.empty()) in populateStorageControllerCollection()
105 for (const std::string& path : controllerList) in populateStorageControllerCollection()
183 controllerList) { in handleSystemsStorageControllerCollectionGet() argument
184 populateStorageControllerCollection(asyncResp, ec, controllerList); in handleSystemsStorageControllerCollectionGet()