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.hpp1024 [sensorsAsyncResp]( in populateFanRedundancy()
1044 [path, owner, sensorsAsyncResp]( in populateFanRedundancy()
1065 [path, sensorsAsyncResp]( in populateFanRedundancy()
2159 [sensorsAsyncResp, inventoryItems, in getInventoryItems()
2312 [sensorsAsyncResp, sensorNames, in getSensorData()
2504 if (sensorsAsyncResp.use_count() == 1) in getSensorData()
2536 [sensorsAsyncResp, sensorNames, in processSensorList()
2567 [sensorsAsyncResp]( in getChassisData()
2580 getChassis(sensorsAsyncResp->asyncResp, sensorsAsyncResp->chassisId, in getChassisData()
2581 sensorsAsyncResp->chassisSubNode, sensorsAsyncResp->types, in getChassisData()
[all …]
H A Dpower.hpp38 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetPowerCapEnable() argument
44 messages::internalError(sensorsAsyncResp->asyncResp->res); in afterGetPowerCapEnable()
51 sensorsAsyncResp->asyncResp->res, in afterGetPowerCapEnable()
57 setDbusProperty(sensorsAsyncResp->asyncResp, "PowerControl", in afterGetPowerCapEnable()
66 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetChassisPath() argument
73 messages::resourceNotFound(sensorsAsyncResp->asyncResp->res, "Chassis", in afterGetChassisPath()
74 sensorsAsyncResp->chassisId); in afterGetChassisPath()
81 messages::resourceNotFound(sensorsAsyncResp->asyncResp->res, "Power", in afterGetChassisPath()
89 if (!json_util::readJsonObject(item, sensorsAsyncResp->asyncResp->res, in afterGetChassisPath()
102 std::bind_front(afterGetPowerCapEnable, sensorsAsyncResp, *value)); in afterGetChassisPath()
H A Dthermal.hpp65 auto sensorsAsyncResp = std::make_shared<SensorsAsyncResp>( in requestRoutesThermal() local
69 if (!json_util::readJsonPatch(req, sensorsAsyncResp->asyncResp->res, in requestRoutesThermal()
77 messages::resourceNotFound(sensorsAsyncResp->asyncResp->res, in requestRoutesThermal()
90 setSensorsOverride(sensorsAsyncResp, allCollections); in requestRoutesThermal()