Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp952 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in GetPIDValues()
953 asyncResp(asyncRespIn) in GetPIDValues()
1123 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SetPIDValues()
1128 asyncResp(asyncRespIn), configuration(std::move(configurationsIn)), in SetPIDValues()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp140 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument
144 asyncResp(asyncRespIn), chassisId(chassisIdIn), types(typesIn), in SensorsAsyncResp()
149 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument
154 asyncResp(asyncRespIn), chassisId(chassisIdIn), types(typesIn), in SensorsAsyncResp()
161 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument
165 asyncResp(asyncRespIn), chassisId(chassisIdIn), types(typesIn), in SensorsAsyncResp()
H A Dmetric_report_definition.hpp789 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in AddReport() argument
790 asyncResp(asyncRespIn), args(std::move(argsIn)) in AddReport()
976 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in UpdateMetrics() argument
977 id(idIn), asyncResp(asyncRespIn) in UpdateMetrics()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp234 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in InProgressEnumerateData()
235 objectPath(objectPathIn), asyncResp(asyncRespIn) in InProgressEnumerateData()