Searched refs:asyncRespIn (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/openbmc/ |
| H A D | openbmc_managers.hpp | 974 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in GetPIDValues() 975 asyncResp(asyncRespIn) in GetPIDValues() 1145 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SetPIDValues() 1150 asyncResp(asyncRespIn), configuration(std::move(configurationsIn)), in SetPIDValues()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | sensors.hpp | 142 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument 146 asyncResp(asyncRespIn), chassisId(chassisIdIn), types(typesIn), in SensorsAsyncResp() 151 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument 156 asyncResp(asyncRespIn), chassisId(chassisIdIn), types(typesIn), in SensorsAsyncResp() 163 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp() argument 167 asyncResp(asyncRespIn), chassisId(chassisIdIn), types(typesIn), in SensorsAsyncResp()
|
| H A D | metric_report_definition.hpp | 782 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in AddReport() argument 783 asyncResp(asyncRespIn), args(std::move(argsIn)) in AddReport() 965 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in UpdateMetrics() argument 966 id(idIn), asyncResp(asyncRespIn) in UpdateMetrics()
|
| /openbmc/bmcweb/features/openbmc_rest/ |
| H A D | openbmc_dbus_rest.hpp | 234 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in InProgressEnumerateData() 235 objectPath(objectPathIn), asyncResp(asyncRespIn) in InProgressEnumerateData()
|