Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dpower_subsystem.hpp75 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handlePowerSubsystemCollectionHead()
89 redfish::chassis_utils::getValidChassisPath( in handlePowerSubsystemCollectionGet()
H A Dthermal_subsystem.hpp83 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handleThermalSubsystemCollectionHead()
97 redfish::chassis_utils::getValidChassisPath( in handleThermalSubsystemCollectionGet()
H A Dthermal_metrics.hpp163 redfish::chassis_utils::getValidChassisPath( in handleThermalMetricsHead()
189 redfish::chassis_utils::getValidChassisPath( in handleThermalMetricsGet()
H A Dfan.hpp99 redfish::chassis_utils::getValidChassisPath( in handleFanCollectionHead()
125 redfish::chassis_utils::getValidChassisPath( in handleFanCollectionGet()
315 redfish::chassis_utils::getValidChassisPath( in handleFanHead()
344 redfish::chassis_utils::getValidChassisPath( in handleFanGet()
H A Denvironment_metrics.hpp198 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handleEnvironmentMetricsHead()
236 redfish::chassis_utils::getValidChassisPath( in handleEnvironmentMetricsGet()
H A Dpower.hpp321 redfish::chassis_utils::getValidChassisPath( in handleChassisPowerPatch()
H A Dpower_supply.hpp116 redfish::chassis_utils::getValidChassisPath( in handlePowerSupplyCollectionHead()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dchassis_utils.hpp34 void getValidChassisPath(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getValidChassisPath() function