Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
H A Dsensors.hpp730 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp548 sortJsonArrayByKey(array, "@odata.id"); in TEST()
563 sortJsonArrayByKey(array, "@odata.id"); in TEST()
570 sortJsonArrayByKey(array, "Name"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp876 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() function