Home
last modified time | relevance | path

Searched defs:chassisId (Results 1 – 23 of 23) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp38 const std::string& chassisId, const std::string& path, in afterGetTemperatureValue()
83 const std::string& chassisId, const boost::system::error_code& ec, in handleTemperatureReadingsCelsius()
117 const std::string& validChassisPath, const std::string& chassisId) in getTemperatureReadingsCelsius()
131 const std::string& chassisId, in doThermalMetrics()
156 const std::string& chassisId) in handleThermalMetricsHead()
182 const std::string& chassisId) in handleThermalMetricsGet()
H A Dfan.hpp43 const std::string& chassisId, in updateFanList()
98 const std::string& chassisId, in doFanCollection()
126 const std::string& chassisId) in handleFanCollectionHead()
152 const std::string& chassisId) in handleFanCollectionGet()
233 const std::string& chassisId, in addFanCommonProperties()
382 const std::string& chassisId, const std::string& fanId, in afterGetValidFanObject()
394 const std::string& chassisId, const std::string& fanId, in doFanGet()
410 const std::string& chassisId, in handleFanHead()
440 const std::string& chassisId, const std::string& fanId) in handleFanGet()
454 const std::string& chassisId, const std::string& fanId, in handleSetFanPathById()
[all …]
H A Dpower_supply.hpp46 const std::string& chassisId, in updatePowerSupplyList()
71 const std::string& chassisId, const boost::system::error_code& ec, in doPowerSupplyCollection()
108 const std::string& chassisId) in handlePowerSupplyCollectionHead()
135 const std::string& chassisId) in handlePowerSupplyCollectionGet()
207 const std::string& chassisId, const std::string& powerSupplyId, in getValidPowerSupplyPath()
480 const std::string& chassisId, const std::string& powerSupplyId, in doPowerSupplyGet()
516 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyHead()
544 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyGet()
567 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyPatch()
H A Dpower_subsystem.hpp29 const std::string& chassisId, in doPowerSubsystemCollection()
57 const std::string& chassisId) in handlePowerSubsystemCollectionHead()
82 const std::string& chassisId) in handlePowerSubsystemCollectionGet()
H A Dthermal_subsystem.hpp29 const std::string& chassisId, in doThermalSubsystemCollection()
65 const std::string& chassisId) in handleThermalSubsystemCollectionHead()
90 const std::string& chassisId) in handleThermalSubsystemCollectionGet()
H A Dchassis.hpp266 const std::string& chassisId, const boost::system::error_code& ec, in getChassisContainedBy()
305 const std::string& chassisId, const boost::system::error_code& ec, in getChassisContains()
347 const std::string& chassisId, const std::string& chassisPath) in getChassisConnectivity()
418 const std::string& chassisId, const std::string& path, in handleDecoratorAssetProperties()
544 const std::string& chassisId, const boost::system::error_code& ec, in handleChassisGetSubTree()
722 const std::string& chassisId) in handleChassisGet()
779 const std::string& chassisId = param; in handleChassisPatch() local
971 const std::string& chassisId) in handleChassisResetActionInfoGet()
H A Denvironment_metrics.hpp29 const std::string& chassisId) in handleEnvironmentMetricsHead()
56 const std::string& chassisId) in handleEnvironmentMetricsGet()
H A Dstorage.hpp680 const std::shared_ptr<bmcweb::AsyncResp>& aRsp) { in afterGetSubtreeSystemsStorageDrive()
734 const std::string& chassisId, const boost::system::error_code& ec, in afterChassisDriveCollectionSubtreeGet()
812 const std::string& chassisId) in chassisDriveCollectionGet()
835 const std::string& chassisId, in buildDrive()
883 const std::string& chassisId, const std::string& driveName, in matchAndFillDrive()
910 const std::string& chassisId, const std::string& driveName) in handleChassisDriveGet()
H A Dsensors.hpp247 const std::string chassisId; member in redfish::SensorsAsyncResp
432 std::string_view chassisId, std::string_view chassisSubNode, in getChassis()
1796 const std::string& chassisId) in getPowerSupply()
2365 std::string_view chassisId, std::string_view chassisSubNode, in getChassisCallback()
2400 const std::string& chassisId) in handleSensorCollectionGet()
2470 const std::string& chassisId, in handleSensorGet()
H A Dredfish_util.hpp92 std::string chassisId = subtree[0].first.substr(idPos + 1); in getMainChassisId() local
H A Dlog_services.hpp2163 const std::string& chassisId) in handleLogServicesDumpServiceComputerSystemGet()
2198 const std::string& chassisId) in handleLogServicesDumpEntriesCollectionComputerSystemGet()
2232 const std::string& chassisId, const std::string& dumpId) in handleLogServicesDumpEntryComputerSystemGet()
2267 const std::string& chassisId, const std::string& dumpId) in handleLogServicesDumpEntryComputerSystemDelete()
H A Dmanagers.hpp836 bmcweb::AsyncResp>& aRsp) { in requestRoutesManager()
H A Dsystems.hpp3109 const std::shared_ptr<bmcweb::AsyncResp>& aRsp) { in handleComputerSystemGet()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp20 constexpr const char* chassisId = "ChassisId"; variable
H A Dpower_subsystem_test.cpp20 constexpr const char* chassisId = "ChassisId"; variable
H A Dchassis_test.cpp29 void assertChassisResetActionInfoGet(const std::string& chassisId, in assertChassisResetActionInfoGet()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dchassis_utils.hpp35 const std::string& chassisId, Callback&& callback) in getValidChassisPath()
H A Dsensor_utils.hpp717 const std::string& path, const std::string_view chassisId, in objectExcerptToJson()
/openbmc/phosphor-state-manager/
H A Dchassis_check_power_status.cpp28 size_t chassisId = 0; in main() local
H A Dchassis_state_manager_main.cpp24 size_t chassisId = 0; in main() local
H A Dbmc_state_manager.cpp344 size_t chassisId = 0; in discoverLastRebootCause() local
H A Dutils.cpp233 bool checkACLoss(size_t& chassisId) in checkACLoss()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp808 std::optional<std::string> chassisId; in createPidInterface() local