Home
last modified time | relevance | path

Searched refs:asyncRespIn (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp657 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in AddReport() argument
658 asyncResp(asyncRespIn), in AddReport()
774 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in UpdateMetrics() argument
776 asyncResp(asyncRespIn) in UpdateMetrics()
H A Dsensors.hpp214 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument
218 asyncResp(asyncRespIn), in SensorsAsyncResp()
224 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument
229 asyncResp(asyncRespIn), in SensorsAsyncResp()
236 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument
240 asyncResp(asyncRespIn), in SensorsAsyncResp()
H A Dmanagers.hpp1184 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in GetPIDValues()
1185 asyncResp(asyncRespIn) in GetPIDValues()
1352 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SetPIDValues()
1357 asyncResp(asyncRespIn), in SetPIDValues()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp269 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in InProgressEnumerateData()
271 asyncResp(asyncRespIn) in InProgressEnumerateData()