Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp1155 const auto& it3 = object->find("Id"); in processContainsSubordinateResponse() local
1156 if (it3 != object->end()) in processContainsSubordinateResponse()
1158 asyncResp->res.jsonValue["Id"] = (it3->second); in processContainsSubordinateResponse()