Searched refs:jValue (Results 1 – 2 of 2) sorted by relevance
340 nlohmann::json& jValue = asyncResp->res.jsonValue["Links"]["Contains"]; in getChassisContains() local341 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()
545 nlohmann::json& jValue = in assembleDimmProperties() local 547 jValue = nlohmann::json::array(); in assembleDimmProperties() 550 jValue.push_back(subVal); in assembleDimmProperties()