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.hpp118 nlohmann::json& driveArray = asyncResp->res.jsonValue["Drives"]; in afterChassisDriveCollectionSubtree() local
119 driveArray = nlohmann::json::array(); in afterChassisDriveCollectionSubtree()
136 driveArray.emplace_back(std::move(driveJson)); in afterChassisDriveCollectionSubtree()
139 count = driveArray.size(); in afterChassisDriveCollectionSubtree()