Home
last modified time | relevance | path

Searched refs:setCompleteRequestHandler (Results 1 – 10 of 10) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp107 getReqAsyncResp->res.setCompleteRequestHandler(std::bind_front( in handleIfMatch()
175 asyncResp->res.setCompleteRequestHandler( in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp39 shareAsyncResp->res.setCompleteRequestHandler(assertThermalCollectionGet); in TEST()
H A Dpower_subsystem_test.cpp39 shareAsyncResp->res.setCompleteRequestHandler( in TEST()
H A Dservice_root_test.cpp127 shareAsyncResp->res.setCompleteRequestHandler(assertServiceRootGet); in TEST()
H A Dchassis_test.cpp60 response->res.setCompleteRequestHandler( in TEST()
/openbmc/bmcweb/test/include/google/
H A Dgoogle_service_root_test.cpp40 asyncResp->res.setCompleteRequestHandler(validateServiceRootGet); in TEST()
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp308 asyncResp->res.setCompleteRequestHandler( in handle()
321 asyncResp->res.setCompleteRequestHandler( in handle()
398 res.setCompleteRequestHandler(nullptr); in completeRequest()
H A Dhttp_response.hpp258 void setCompleteRequestHandler(std::function<void(Response&)>&& handler) in setCompleteRequestHandler() function
H A Dhttp2_connection.hpp258 thisRes.setCompleteRequestHandler( in onRequestRecv()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp534 asyncResp->res.setCompleteRequestHandler(std::move(completionHandler)); in processOnly()
837 res->res.setCompleteRequestHandler(std::bind_front( in addAwaitingResponse()
1059 asyncResp->res.setCompleteRequestHandler(std::move(completionHandler)); in processAllParams()