Searched refs:sortJsonArrayByKey (Results 1 – 5 of 5) sorted by relevance
77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
749 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse()
561 sortJsonArrayByKey(array, "@odata.id"); in TEST()578 sortJsonArrayByKey(array, "@odata.id"); in TEST()585 sortJsonArrayByKey(array, "Name"); in TEST()
646 redfish::json_util::sortJsonArrayByKey(entriesArray, "Id"); in afterLogEntriesGetManagedObjects()
912 inline void sortJsonArrayByKey(nlohmann::json::array_t& array, in sortJsonArrayByKey() function