Home
last modified time | relevance | path

Searched defs:sensorsAsyncResp (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp244 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getObjectsWithConnection()
314 void getConnections(const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getConnections()
519 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp) in populateFanRedundancy()
709 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp) in sortJSONResponse()
981 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryItemsData()
1070 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryItemsConnections()
1153 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryItemAssociations()
1314 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryLedData()
1418 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryLeds()
1503 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getPowerSupplyAttributesData()
[all …]
H A Dpower.hpp45 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetPowerCapEnable()
73 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in afterGetChassisPath()
H A Dthermal.hpp69 auto sensorsAsyncResp = std::make_shared<SensorsAsyncResp>( in requestRoutesThermal() local