Lines Matching full:chassisid

267     const std::string& chassisId, const boost::system::error_code& ec,
285 BMCWEB_LOG_ERROR("{} is contained by multiple chassis", chassisId);
296 upstreamChassisPath.str, chassisId);
306 const std::string& chassisId, const boost::system::error_code& ec,
335 downstreamChassisPath.str, chassisId);
348 const std::string& chassisId, const std::string& chassisPath)
356 std::bind_front(getChassisContainedBy, asyncResp, chassisId));
362 std::bind_front(getChassisContains, asyncResp, chassisId));
419 const std::string& chassisId, const std::string& path,
425 asyncResp->res.jsonValue["Name"] = chassisId;
426 asyncResp->res.jsonValue["Id"] = chassisId;
431 boost::urls::format("/redfish/v1/Chassis/{}/Thermal", chassisId);
434 boost::urls::format("/redfish/v1/Chassis/{}/Power", chassisId);
441 chassisId);
444 chassisId);
447 chassisId);
451 boost::urls::format("/redfish/v1/Chassis/{}/Sensors", chassisId);
504 const std::string& chassisId, const boost::system::error_code& ec,
524 if (objPath.filename() != chassisId)
529 getChassisConnectivity(asyncResp, chassisId, path);
539 boost::urls::format("/redfish/v1/Chassis/{}", chassisId);
543 chassisId);
547 chassisId);
550 [asyncResp, chassisId](const boost::system::error_code& ec3,
559 "/redfish/v1/Chassis/{}/Drives", chassisId);
583 [asyncResp, chassisId](const boost::system::error_code& ec2,
599 [asyncResp, chassisId](const boost::system::error_code& ec2,
616 [asyncResp, chassisId](const boost::system::error_code& ec2,
646 [asyncResp, chassisId,
649 handleDecoratorAssetProperties(asyncResp, chassisId, path,
679 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
685 const std::string& chassisId)
694 std::bind_front(handleChassisGetSubTree, asyncResp, chassisId));
749 const std::string& chassisId = param;
753 [asyncResp, chassisId, locationIndicatorActive,
775 if (objPath.filename() != chassisId)
834 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
900 const std::string& /*chassisId*/)
944 const std::string& chassisId)
952 "/redfish/v1/Chassis/{}/ResetActionInfo", chassisId);