Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp29 const std::string& chassisId, in updateFanList()
84 const std::string& chassisId, in doFanCollection()
112 const std::string& chassisId) in handleFanCollectionHead()
138 const std::string& chassisId) in handleFanCollectionGet()
219 const std::string& chassisId, in addFanCommonProperties()
370 const std::string& chassisId, const std::string& fanId, in afterGetValidFanPath()
381 const std::string& chassisId, const std::string& fanId, in doFanGet()
397 const std::string& chassisId, in handleFanHead()
427 const std::string& chassisId, const std::string& fanId) in handleFanGet()
H A Dthermal_metrics.hpp17 const std::string& chassisId, in doThermalMetrics()
40 const std::string& chassisId) in handleThermalMetricsHead()
66 const std::string& chassisId) in handleThermalMetricsGet()
H A Dpower_subsystem.hpp21 const std::string& chassisId, in doPowerSubsystemCollection()
49 const std::string& chassisId) in handlePowerSubsystemCollectionHead()
74 const std::string& chassisId) in handlePowerSubsystemCollectionGet()
H A Dthermal_subsystem.hpp21 const std::string& chassisId, in doThermalSubsystemCollection()
57 const std::string& chassisId) in handleThermalSubsystemCollectionHead()
82 const std::string& chassisId) in handleThermalSubsystemCollectionGet()
H A Dpower_supply.hpp27 const std::string& chassisId, in updatePowerSupplyList()
52 const std::string& chassisId, in doPowerSupplyCollection()
99 const std::string& chassisId) in handlePowerSupplyCollectionHead()
125 const std::string& chassisId) in handlePowerSupplyCollectionGet()
459 const std::string& chassisId, const std::string& powerSupplyId, in doPowerSupplyGet()
518 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyHead()
550 const std::string& chassisId, const std::string& powerSupplyId) in handlePowerSupplyGet()
H A Dchassis.hpp216 const std::string& chassisId, const boost::system::error_code& ec, in getChassisContainedBy()
255 const std::string& chassisId, const boost::system::error_code& ec, in getChassisContains()
297 const std::string& chassisId, const std::string& chassisPath) in getChassisConnectivity()
372 const std::string& chassisId, const std::string& path, in handleDecoratorAssetProperties()
468 const std::string& chassisId, const boost::system::error_code& ec, in handleChassisGetSubTree()
642 const std::string& chassisId) in handleChassisGet()
704 const std::string& chassisId = param; in handleChassisPatch() local
896 const std::string& chassisId) in handleChassisResetActionInfoGet()
H A Denvironment_metrics.hpp20 const std::string& chassisId) in handleEnvironmentMetricsHead()
47 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()
838 const std::string& chassisId, in buildDrive()
886 const std::string& chassisId, const std::string& driveName, in matchAndFillDrive()
913 const std::string& chassisId, const std::string& driveName) in handleChassisDriveGet()
H A Dsensors.hpp216 const std::string chassisId; member in redfish::SensorsAsyncResp
401 std::string_view chassisId, std::string_view chassisSubNode, in getChassis()
1758 const std::string& chassisId) in getPowerSupply()
2325 std::string_view chassisId, std::string_view chassisSubNode, in getChassisCallback()
2360 const std::string& chassisId) in handleSensorCollectionGet()
2430 const std::string& chassisId, in handleSensorGet()
H A Dredfish_util.hpp93 std::string chassisId = subtree[0].first.substr(idPos + 1); in getMainChassisId() local
H A Dlog_services.hpp2199 const std::string& chassisId) in handleLogServicesDumpServiceComputerSystemGet()
2234 const std::string& chassisId) in handleLogServicesDumpEntriesCollectionComputerSystemGet()
2268 const std::string& chassisId, const std::string& dumpId) in handleLogServicesDumpEntryComputerSystemGet()
2303 const std::string& chassisId, const std::string& dumpId) in handleLogServicesDumpEntryComputerSystemDelete()
H A Dmanagers.hpp1069 std::optional<std::string> chassisId; in createPidInterface() local
2139 bmcweb::AsyncResp>& aRsp) { in requestRoutesManager()
H A Dsystems.hpp3123 const std::shared_ptr<bmcweb::AsyncResp>& aRsp) { in handleComputerSystemGet()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp18 constexpr const char* chassisId = "ChassisId"; variable
H A Dpower_subsystem_test.cpp18 constexpr const char* chassisId = "ChassisId"; variable
H A Dchassis_test.cpp24 void assertChassisResetActionInfoGet(const std::string& chassisId, in assertChassisResetActionInfoGet()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dchassis_utils.hpp22 const std::string& chassisId, Callback&& callback) in getValidChassisPath()
/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.cpp327 size_t chassisId = 0; in discoverLastRebootCause() local
H A Dutils.cpp230 bool checkACLoss(size_t& chassisId) in checkACLoss()