Home
last modified time | relevance | path

Searched refs:SensorsAsyncResp (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp126 class SensorsAsyncResp class
140 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() function in redfish::SensorsAsyncResp
149 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() function in redfish::SensorsAsyncResp
161 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() function in redfish::SensorsAsyncResp
169 ~SensorsAsyncResp() in ~SensorsAsyncResp()
194 SensorsAsyncResp(const SensorsAsyncResp&) = delete;
195 SensorsAsyncResp(SensorsAsyncResp&&) = delete;
196 SensorsAsyncResp& operator=(const SensorsAsyncResp&) = delete;
197 SensorsAsyncResp& operator=(SensorsAsyncResp&&) = delete;
244 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getObjectsWithConnection()
[all …]
H A Dpower.hpp45 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetPowerCapEnable()
73 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetChassisPath()
115 const std::shared_ptr<SensorsAsyncResp>& sensorAsyncResp, in afterPowerCapSettingGet()
209 const std::shared_ptr<SensorsAsyncResp>& sensorAsyncResp, in afterGetChassis()
277 auto sensorAsyncResp = std::make_shared<SensorsAsyncResp>( in handleChassisPowerGet()
307 auto sensorAsyncResp = std::make_shared<SensorsAsyncResp>( in handleChassisPowerPatch()
H A Dthermal.hpp41 auto sensorAsyncResp = std::make_shared<SensorsAsyncResp>( in requestRoutesThermal()
69 auto sensorsAsyncResp = std::make_shared<SensorsAsyncResp>( in requestRoutesThermal()