Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
H A Dsensors.hpp749 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp561 sortJsonArrayByKey(array, "@odata.id"); in TEST()
578 sortJsonArrayByKey(array, "@odata.id"); in TEST()
585 sortJsonArrayByKey(array, "Name"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp646 redfish::json_util::sortJsonArrayByKey(entriesArray, "Id"); in afterLogEntriesGetManagedObjects()
H A Djson_utils.hpp912 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() function