Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp65 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 Dthermal_metrics.hpp117 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 Denvironment_metrics.hpp37 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 Dpower_subsystem.hpp30 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 Dthermal_subsystem.hpp30 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 Dpower_supply.hpp110 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 Dthermal_subsystem_test.cpp21 constexpr const char* validChassisPath = "ChassisPath"; variable
42 std::make_optional<std::string>(validChassisPath)); in TEST()
H A Dpower_subsystem_test.cpp21 constexpr const char* validChassisPath = "ChassisPath"; variable
43 std::make_optional<std::string>(validChassisPath)); in TEST()