/openbmc/bmcweb/redfish-core/lib/ |
H A D | fan.hpp | 65 const std::string& validChassisPath, in getFanPaths() 69 sdbusplus::message::object_path endpointPath{validChassisPath}; in getFanPaths() 96 const std::optional<std::string>& validChassisPath) in doFanCollection() 98 if (!validChassisPath) in doFanCollection() 116 getFanPaths(asyncResp, *validChassisPath, in handleFanCollectionHead() 133 chassisId](const std::optional<std::string>& validChassisPath) { in handleFanCollectionHead() 134 if (!validChassisPath) in handleFanCollectionHead() 217 const std::string& validChassisPath, const std::string& fanId, in getValidFanPath() 222 asyncResp, validChassisPath, in addFanCommonProperties() 391 const std::optional<std::string>& validChassisPath) in doFanGet() 56 getFanPaths(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & validChassisPath,const std::function<void (const dbus::utility::MapperGetSubTreePathsResponse & fanPaths)> & callback) getFanPaths() argument 87 doFanCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doFanCollection() argument 124 __anonc3a7148c0202(const std::optional<std::string>& validChassisPath) handleFanCollectionHead() argument 208 getValidFanPath(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) getValidFanPath() argument 382 doFanGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::string & fanId,const std::optional<std::string> & validChassisPath) doFanGet() argument 408 __anonc3a7148c0902(const std::optional<std::string>& validChassisPath) handleFanHead() argument [all...] |
H A D | thermal_metrics.hpp | 117 const std::string& validChassisPath, const std::string& chassisId) 123 validChassisPath, "/xyz/openbmc_project/sensors/temperature", in doThermalMetrics() 132 const std::optional<std::string>& validChassisPath) in doThermalMetrics() 134 if (!validChassisPath) in doThermalMetrics() 150 getTemperatureReadingsCelsius(asyncResp, *validChassisPath, chassisId); in handleThermalMetricsHead() 166 chassisId](const std::optional<std::string>& validChassisPath) { 167 if (!validChassisPath) 105 getTemperatureReadingsCelsius(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & validChassisPath,const std::string & chassisId) getTemperatureReadingsCelsius() argument 120 doThermalMetrics(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doThermalMetrics() argument 154 __anon127b457a0202(const std::optional<std::string>& validChassisPath) handleThermalMetricsHead() argument
|
H A D | environment_metrics.hpp | 37 const std::optional<std::string>& validChassisPath) { in handleEnvironmentMetricsHead() 38 if (!validChassisPath) in handleEnvironmentMetricsHead() 64 const std::optional<std::string>& validChassisPath) { in handleEnvironmentMetricsGet() 65 if (!validChassisPath) in handleEnvironmentMetricsGet() 30 __anon101cb0c20102( const std::optional<std::string>& validChassisPath) handleEnvironmentMetricsHead() argument 57 __anon101cb0c20202( const std::optional<std::string>& validChassisPath) handleEnvironmentMetricsGet() argument
|
H A D | power_subsystem.hpp | 30 const std::optional<std::string>& validChassisPath) in doPowerSubsystemCollection() 32 if (!validChassisPath) in doPowerSubsystemCollection() 65 const std::optional<std::string>& validChassisPath) { in handlePowerSubsystemCollectionHead() 66 if (!validChassisPath) in handlePowerSubsystemCollectionHead() 24 doPowerSubsystemCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doPowerSubsystemCollection() argument 59 __anona3fa17d20102( const std::optional<std::string>& validChassisPath) handlePowerSubsystemCollectionHead() argument
|
H A D | thermal_subsystem.hpp | 30 const std::optional<std::string>& validChassisPath) in doThermalSubsystemCollection() 32 if (!validChassisPath) in doThermalSubsystemCollection() 73 const std::optional<std::string>& validChassisPath) { in handleThermalSubsystemCollectionHead() 74 if (!validChassisPath) in handleThermalSubsystemCollectionHead() 24 doThermalSubsystemCollection(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & chassisId,const std::optional<std::string> & validChassisPath) doThermalSubsystemCollection() argument 67 __anon06b8f9720102( const std::optional<std::string>& validChassisPath) handleThermalSubsystemCollectionHead() argument
|
H A D | power_supply.hpp | 110 chassisId](const std::optional<std::string>& validChassisPath) { in handlePowerSupplyCollectionGet() 111 if (!validChassisPath) in handlePowerSupplyCollectionGet() 96 __anonc983e6900102(const std::optional<std::string>& validChassisPath) handlePowerSupplyCollectionHead() argument
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | thermal_subsystem_test.cpp | 21 constexpr const char* validChassisPath = "ChassisPath"; variable 42 std::make_optional<std::string>(validChassisPath)); in TEST()
|
H A D | power_subsystem_test.cpp | 21 constexpr const char* validChassisPath = "ChassisPath"; variable 43 std::make_optional<std::string>(validChassisPath)); in TEST()
|