Home
last modified time | relevance | path

Searched defs:AsyncResp (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dcrow_getroutes_test.cpp38 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 Drouter_test.cpp30 [](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 Dasync_resp.hpp17 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 Dsserule.hpp44 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in handleUpgrade()
55 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in handleUpgrade()
H A Dwebsocketrule.hpp41 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 Dmetric_report_definition.hpp1421 const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/, in afterRetrieveUriToDbusMap()