Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp50 nlohmann::json::array_t* temperatureArray = in afterGetTemperatureValue() local
52 if (temperatureArray == nullptr) in afterGetTemperatureValue()
59 temperatureArray->emplace_back(std::move(item)); in afterGetTemperatureValue()
61 temperatureArray->size(); in afterGetTemperatureValue()
63 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()