Home
last modified time | relevance | path

Searched refs:AsyncResp (Results 76 – 87 of 87) sorted by relevance

1234

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp681 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& id) in afterCreateTrigger()
943 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleTriggerCollectionPost()
975 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutesTriggerCollection()
1006 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesTrigger()
1043 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in requestRoutesTrigger()
H A Dmetadata.hpp69 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handleMetadataGet()
H A Dsensors.hpp214 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp()
224 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp()
236 SensorsAsyncResp(const std::shared_ptr<bmcweb::AsyncResp>& asyncRespIn, in SensorsAsyncResp()
299 const std::shared_ptr<bmcweb::AsyncResp> asyncResp;
524 void getChassis(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassis()
2789 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in retrieveUriToDbusMap()
2806 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getChassisCallback()
2847 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSensorCollectionGet()
2882 getSensorFromDbus(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in getSensorFromDbus()
2916 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleSensorGet()
H A Dredfish_util.hpp62 void getMainChassisId(std::shared_ptr<bmcweb::AsyncResp> asyncResp, in getMainChassisId()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dlog_services_test.cpp20 auto shareAsyncResp = std::make_shared<bmcweb::AsyncResp>(); in TEST()
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp42 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handle()
/openbmc/bmcweb/include/
H A Dwebassets.hpp187 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) { in requestRoutes()
/openbmc/bmcweb/http/
H A Drouting.hpp559 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, in handleUpgrade()
595 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in handle()
H A Dhttp2_connection.hpp264 std::make_shared<bmcweb::AsyncResp>(std::move(it->second.res)); in onRequestRecv()
H A Dhttp_connection.hpp292 auto asyncResp = std::make_shared<bmcweb::AsyncResp>(); in handle()
/openbmc/bmcweb/
H A DCOMMON_ERRORS.md357 void afterGetSubTree(std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
/openbmc/docs/
H A Danti-patterns.md474 void afterGetSubTree(std::shared_ptr<bmcweb::AsyncResp>& asyncResp,

1234