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.hpp236 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getObjectsWithConnection() argument
248 [callback = std::forward<Callback>(callback), sensorsAsyncResp, in getObjectsWithConnection()
255 messages::internalError(sensorsAsyncResp->asyncResp->res); in getObjectsWithConnection()
306 void getConnections(const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getConnections() argument
315 getObjectsWithConnection(sensorsAsyncResp, sensorNames, in getConnections()
511 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp) in populateFanRedundancy() argument
517 [sensorsAsyncResp]( in populateFanRedundancy()
538 [path, owner, sensorsAsyncResp]( in populateFanRedundancy()
548 [sensorsAsyncResp](const std::string& entry) { in populateFanRedundancy()
550 sensorsAsyncResp->chassisId) != in populateFanRedundancy()
[all …]
H A Dpower.hpp40 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetPowerCapEnable() argument
46 messages::internalError(sensorsAsyncResp->asyncResp->res); in afterGetPowerCapEnable()
53 sensorsAsyncResp->asyncResp->res, in afterGetPowerCapEnable()
59 setDbusProperty(sensorsAsyncResp->asyncResp, "PowerControl", in afterGetPowerCapEnable()
68 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetChassisPath() argument
75 messages::resourceNotFound(sensorsAsyncResp->asyncResp->res, "Chassis", in afterGetChassisPath()
76 sensorsAsyncResp->chassisId); in afterGetChassisPath()
83 messages::resourceNotFound(sensorsAsyncResp->asyncResp->res, "Power", in afterGetChassisPath()
92 item, sensorsAsyncResp->asyncResp->res, // in afterGetChassisPath()
106 std::bind_front(afterGetPowerCapEnable, sensorsAsyncResp, *value)); in afterGetChassisPath()
H A Dthermal.hpp69 auto sensorsAsyncResp = std::make_shared<SensorsAsyncResp>( in requestRoutesThermal() local
75 req, sensorsAsyncResp->asyncResp->res, // in requestRoutesThermal()
84 messages::resourceNotFound(sensorsAsyncResp->asyncResp->res, in requestRoutesThermal()
98 setSensorsOverride(sensorsAsyncResp, allCollections); in requestRoutesThermal()