Home
last modified time | relevance | path

Searched refs:entriesArray (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp612 nlohmann::json::array_t entriesArray; in afterLogEntriesGetManagedObjects() local
642 *optEntry, entriesArray.emplace_back(), parentStr, childId, in afterLogEntriesGetManagedObjects()
646 redfish::json_util::sortJsonArrayByKey(entriesArray, "Id"); in afterLogEntriesGetManagedObjects()
647 asyncResp->res.jsonValue["Members@odata.count"] = entriesArray.size(); in afterLogEntriesGetManagedObjects()
648 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in afterLogEntriesGetManagedObjects()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp285 nlohmann::json::array_t entriesArray; in getDumpEntryCollection() local
355 entriesArray.emplace_back(std::move(thisEntry)); in getDumpEntryCollection()
358 entriesArray.size(); in getDumpEntryCollection()
359 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in getDumpEntryCollection()
H A Dsensors.hpp2372 nlohmann::json& entriesArray = asyncResp->res.jsonValue["Members"]; in getChassisCallback() local
2392 entriesArray.emplace_back(std::move(member)); in getChassisCallback()
2395 asyncResp->res.jsonValue["Members@odata.count"] = entriesArray.size(); in getChassisCallback()