Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp1278 const auto& it1 = object->find("@odata.id"); in processContainsSubordinateResponse() local
1279 if (it1 != object->end()) in processContainsSubordinateResponse()
1281 asyncResp->res.jsonValue["@odata.id"] = (it1->second); in processContainsSubordinateResponse()