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.hpp324 nlohmann::json& jValue = asyncResp->res.jsonValue["Links"]["Contains"]; in getChassisContains() local
325 if (!jValue.is_array()) in getChassisContains()
328 jValue = nlohmann::json::array(); in getChassisContains()
343 jValue.push_back(std::move(link)); in getChassisContains()
345 asyncResp->res.jsonValue["Links"]["Contains@odata.count"] = jValue.size(); in getChassisContains()
H A Dmemory.hpp529 nlohmann::json& jValue = in assembleDimmProperties() local
531 jValue = nlohmann::json::array(); in assembleDimmProperties()
534 jValue.push_back(subVal); in assembleDimmProperties()