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.hpp750 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse()
H A Dlog_services.hpp1519 redfish::json_util::sortJsonArrayByKey(entriesArray, "Id"); in afterLogEntriesGetManagedObjects()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp557 sortJsonArrayByKey(array, "@odata.id"); in TEST()
574 sortJsonArrayByKey(array, "@odata.id"); in TEST()
581 sortJsonArrayByKey(array, "Name"); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp891 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() function