Searched refs:sortJsonArrayByKey (Results 1 – 5 of 5) sorted by relevance
77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
750 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse()
1519 redfish::json_util::sortJsonArrayByKey(entriesArray, "Id"); in afterLogEntriesGetManagedObjects()
557 sortJsonArrayByKey(array, "@odata.id"); in TEST()574 sortJsonArrayByKey(array, "@odata.id"); in TEST()581 sortJsonArrayByKey(array, "Name"); in TEST()
891 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() function