Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp340 nlohmann::json& jValue = asyncResp->res.jsonValue["Links"]["Contains"]; in getChassisContains() local
341 if (!jValue.is_array()) in getChassisContains()
344 jValue = nlohmann::json::array(); in getChassisContains()
359 jValue.push_back(std::move(link)); in getChassisContains()
361 asyncResp->res.jsonValue["Links"]["Contains@odata.count"] = jValue.size(); in getChassisContains()
H A Dmemory.hpp545 nlohmann::json& jValue = in assembleDimmProperties() local
547 jValue = nlohmann::json::array(); in assembleDimmProperties()
550 jValue.push_back(subVal); in assembleDimmProperties()