Home
last modified time | relevance | path

Searched defs:validChassisPath (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp117 const std::string& validChassisPath, const std::string& chassisId) in getTemperatureReadingsCelsius()
132 const std::optional<std::string>& validChassisPath) in doThermalMetrics()
166 chassisId](const std::optional<std::string>& validChassisPath) { in handleThermalMetricsHead()
H A Denvironment_metrics.hpp37 const std::optional<std::string>& validChassisPath) { in handleEnvironmentMetricsHead()
64 const std::optional<std::string>& validChassisPath) { in handleEnvironmentMetricsGet()
H A Dpower_subsystem.hpp30 const std::optional<std::string>& validChassisPath) in doPowerSubsystemCollection()
65 const std::optional<std::string>& validChassisPath) { in handlePowerSubsystemCollectionHead()
H A Dthermal_subsystem.hpp30 const std::optional<std::string>& validChassisPath) in doThermalSubsystemCollection()
73 const std::optional<std::string>& validChassisPath) { in handleThermalSubsystemCollectionHead()
H A Dfan.hpp68 getFanPaths(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & validChassisPath,const std::function<void (const dbus::utility::MapperGetSubTreePathsResponse & fanPaths)> & callback) getFanPaths() argument
99 doFanCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doFanCollection() argument
136 __anonc3a7148c0202(const std::optional<std::string>& validChassisPath) handleFanCollectionHead() argument
220 getValidFanObject(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & validChassisPath,const std::string & fanId,const std::function<void (const std::string & fanPath,const std::string & service)> & callback) getValidFanObject() argument
395 doFanGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,const std::optional<std::string> & validChassisPath) doFanGet() argument
421 __anonc3a7148c0902(const std::optional<std::string>& validChassisPath) handleFanHead() argument
[all...]
H A Dpower_supply.hpp118 __anonc983e6900102(const std::optional<std::string>& validChassisPath) handlePowerSupplyCollectionHead() argument
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp21 constexpr const char* validChassisPath = "ChassisPath"; variable
H A Dpower_subsystem_test.cpp21 constexpr const char* validChassisPath = "ChassisPath"; variable