Lines Matching refs:SensorsAsyncResp

118 class SensorsAsyncResp  class
132 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() function in redfish::SensorsAsyncResp
141 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() function in redfish::SensorsAsyncResp
153 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() function in redfish::SensorsAsyncResp
161 ~SensorsAsyncResp() in ~SensorsAsyncResp()
186 SensorsAsyncResp(const SensorsAsyncResp&) = delete;
187 SensorsAsyncResp(SensorsAsyncResp&&) = delete;
188 SensorsAsyncResp& operator=(const SensorsAsyncResp&) = delete;
189 SensorsAsyncResp& operator=(SensorsAsyncResp&&) = delete;
236 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getObjectsWithConnection()
306 void getConnections(std::shared_ptr<SensorsAsyncResp> sensorsAsyncResp, in getConnections()
511 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp) in populateFanRedundancy()
701 sortJSONResponse(const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp) in sortJSONResponse()
973 std::shared_ptr<SensorsAsyncResp> sensorsAsyncResp, in getInventoryItemsData()
1062 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryItemsConnections()
1145 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getInventoryItemAssociations()
1306 std::shared_ptr<SensorsAsyncResp> sensorsAsyncResp, in getInventoryLedData()
1411 std::shared_ptr<SensorsAsyncResp> sensorsAsyncResp, in getInventoryLeds()
1496 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getPowerSupplyAttributesData()
1580 std::shared_ptr<SensorsAsyncResp> sensorsAsyncResp, in getPowerSupplyAttributes()
1678 getInventoryItems(std::shared_ptr<SensorsAsyncResp> sensorsAsyncResp, in getInventoryItems()
1839 const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in getSensorData()
2066 processSensorList(const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp, in processSensorList()
2100 getChassisData(const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp) in getChassisData()
2161 const std::shared_ptr<SensorsAsyncResp>& sensorAsyncResp, in setSensorsOverride()
2317 auto resp = std::make_shared<SensorsAsyncResp>( in retrieveUriToDbusMap()
2377 auto sensorsAsyncResp = std::make_shared<SensorsAsyncResp>( in handleSensorCollectionGet()