Lines Matching defs: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/{}/Assembly", chassisId);
455 boost::urls::format("/redfish/v1/Chassis/{}/Sensors", chassisId);
508 const std::string& chassisId, const boost::system::error_code& ec,
528 if (objPath.filename() != chassisId)
533 getChassisConnectivity(asyncResp, chassisId, path);
543 boost::urls::format("/redfish/v1/Chassis/{}", chassisId);
547 chassisId);
551 chassisId);
554 [asyncResp, chassisId](const boost::system::error_code& ec3,
563 "/redfish/v1/Chassis/{}/Drives", chassisId);
587 [asyncResp, chassisId](const boost::system::error_code& ec2,
603 [asyncResp, chassisId](const boost::system::error_code& ec2,
620 [asyncResp, chassisId](const boost::system::error_code& ec2,
650 [asyncResp, chassisId,
653 handleDecoratorAssetProperties(asyncResp, chassisId, path,
683 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
689 const std::string& chassisId)
698 std::bind_front(handleChassisGetSubTree, asyncResp, chassisId));
753 const std::string& chassisId = param;
757 [asyncResp, chassisId, locationIndicatorActive,
779 if (objPath.filename() != chassisId)
838 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
904 const std::string& /*chassisId*/)
948 const std::string& chassisId)
956 "/redfish/v1/Chassis/{}/ResetActionInfo", chassisId);