Home
last modified time | relevance | path

Searched refs:memberArray (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Droles.hpp145 nlohmann::json& memberArray = asyncResp->res.jsonValue["Members"]; in requestRoutesRoleCollection() local
146 memberArray = nlohmann::json::array(); in requestRoutesRoleCollection()
155 memberArray.emplace_back(std::move(member)); in requestRoutesRoleCollection()
159 memberArray.size(); in requestRoutesRoleCollection()
H A Devent_service.hpp207 nlohmann::json& memberArray = asyncResp->res.jsonValue["Members"]; in doSubscriptionCollection() local
219 getSnmpSubscriptionList(asyncResp, snmpId, memberArray); in doSubscriptionCollection()
240 nlohmann::json& memberArray = asyncResp->res.jsonValue["Members"]; in requestRoutesEventDestinationCollection() local
244 memberArray = nlohmann::json::array(); in requestRoutesEventDestinationCollection()
252 memberArray.emplace_back(std::move(member)); in requestRoutesEventDestinationCollection()
H A Daccount_service.hpp1577 nlohmann::json& memberArray = asyncResp->res.jsonValue["Members"]; in handleAccountCollectionGet() local
1578 memberArray = nlohmann::json::array(); in handleAccountCollectionGet()
1601 memberArray.emplace_back(std::move(member)); in handleAccountCollectionGet()
1604 asyncResp->res.jsonValue["Members@odata.count"] = memberArray.size(); in handleAccountCollectionGet()
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp196 nlohmann::json& memberArray) in getSnmpSubscriptionList() argument
203 memberArray.push_back(std::move(member)); in getSnmpSubscriptionList()
205 asyncResp->res.jsonValue["Members@odata.count"] = memberArray.size(); in getSnmpSubscriptionList()