Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp121 nlohmann::json& driveArray = asyncResp->res.jsonValue["Drives"]; in afterChassisDriveCollectionSubtree() local
122 driveArray = nlohmann::json::array(); in afterChassisDriveCollectionSubtree()
139 driveArray.emplace_back(std::move(driveJson)); in afterChassisDriveCollectionSubtree()
142 count = driveArray.size(); in afterChassisDriveCollectionSubtree()