Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp394 nlohmann::json::array_t entriesArray; in getDumpEntryCollection() local
464 entriesArray.emplace_back(std::move(thisEntry)); in getDumpEntryCollection()
467 entriesArray.size(); in getDumpEntryCollection()
468 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in getDumpEntryCollection()
1490 nlohmann::json::array_t entriesArray; in afterLogEntriesGetManagedObjects() local
1511 entriesArray.emplace_back()); in afterLogEntriesGetManagedObjects()
1514 std::ranges::sort(entriesArray, [](const nlohmann::json& left, in afterLogEntriesGetManagedObjects()
1518 asyncResp->res.jsonValue["Members@odata.count"] = entriesArray.size(); in afterLogEntriesGetManagedObjects()
1519 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in afterLogEntriesGetManagedObjects()
H A Dsensors.hpp2339 nlohmann::json& entriesArray = asyncResp->res.jsonValue["Members"]; in getChassisCallback() local
2359 entriesArray.emplace_back(std::move(member)); in getChassisCallback()
2362 asyncResp->res.jsonValue["Members@odata.count"] = entriesArray.size(); in getChassisCallback()