Searched refs:entriesArray (Results 1 – 3 of 3) sorted by relevance
612 nlohmann::json::array_t entriesArray; in afterLogEntriesGetManagedObjects() local642 *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()
285 nlohmann::json::array_t entriesArray; in getDumpEntryCollection() local355 entriesArray.emplace_back(std::move(thisEntry)); in getDumpEntryCollection()358 entriesArray.size(); in getDumpEntryCollection()359 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in getDumpEntryCollection()
2372 nlohmann::json& entriesArray = asyncResp->res.jsonValue["Members"]; in getChassisCallback() local2392 entriesArray.emplace_back(std::move(member)); in getChassisCallback()2395 asyncResp->res.jsonValue["Members@odata.count"] = entriesArray.size(); in getChassisCallback()