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.hpp974 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 Dsensors.hpp142 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 Dmetric_report_definition.hpp782 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 Dopenbmc_dbus_rest.hpp234 const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn) : in InProgressEnumerateData()
235 objectPath(objectPathIn), asyncResp(asyncRespIn) in InProgressEnumerateData()