Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp721 bmcweb::AsyncResp>& aRsp) { in requestRoutesManager() argument
722 aRsp->res.jsonValue["Links"]["ManagerForChassis@odata.count"] = in requestRoutesManager()
730 aRsp->res.jsonValue["Links"]["ManagerForChassis"] = in requestRoutesManager()
732 aRsp->res.jsonValue["Links"]["ManagerInChassis"]["@odata.id"] = in requestRoutesManager()
H A Dstorage.hpp679 const std::shared_ptr<bmcweb::AsyncResp>& aRsp) { in afterGetSubtreeSystemsStorageDrive() argument
680 aRsp->res.jsonValue["Links"]["Chassis"]["@odata.id"] = in afterGetSubtreeSystemsStorageDrive()
H A Dsystems.hpp3116 const std::shared_ptr<bmcweb::AsyncResp>& aRsp) { in handleComputerSystemGet() argument
3121 aRsp->res.jsonValue["Links"]["Chassis"] = std::move(chassisArray); in handleComputerSystemGet()