Searched defs:AsyncResp (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/test/http/ |
H A D | crow_getroutes_test.cpp | 38 const std::shared_ptr<AsyncResp>& /*asyncResp*/) {}); in TEST() 51 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() 53 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() 55 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() 57 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() 59 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST() 61 ([](const Request& /*req*/, const std::shared_ptr<AsyncResp>& /*res*/) {}); in TEST()
|
H A D | router_test.cpp | 30 [](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) {}; in TEST() 65 [](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) { in TEST() 71 const std::string& bar) { in TEST() 103 const std::shared_ptr<bmcweb::AsyncResp>&) { in __anone77675800502() 131 [](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) {}; in __anone77675800602() 134 [&called](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&) { in __anone77675800702()
|
/openbmc/bmcweb/include/ |
H A D | async_resp.hpp | 17 class AsyncResp class 21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() function in bmcweb::AsyncResp
|
/openbmc/bmcweb/http/routing/ |
H A D | sserule.hpp | 44 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in handleUpgrade() 55 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in handleUpgrade()
|
H A D | websocketrule.hpp | 41 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in handleUpgrade() 55 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in handleUpgrade()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metric_report_definition.hpp | 1421 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in afterRetrieveUriToDbusMap()
|