Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp1160 const auto& it4 = object->find("Name"); in processContainsSubordinateResponse() local
1161 if (it4 != object->end()) in processContainsSubordinateResponse()
1163 asyncResp->res.jsonValue["Name"] = (it4->second); in processContainsSubordinateResponse()