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()
174 asyncResp->res.setCompleteRequestHandler( in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dthermal_subsystem_test.cpp37 shareAsyncResp->res.setCompleteRequestHandler(assertThermalCollectionGet); in TEST()
H A Dpower_subsystem_test.cpp37 shareAsyncResp->res.setCompleteRequestHandler( in TEST()
H A Dchassis_test.cpp56 response->res.setCompleteRequestHandler( in TEST()
H A Dservice_root_test.cpp130 shareAsyncResp->res.setCompleteRequestHandler(assertServiceRootGet); in TEST()
/openbmc/bmcweb/test/include/google/
H A Dgoogle_service_root_test.cpp38 asyncResp->res.setCompleteRequestHandler(validateServiceRootGet); in TEST()
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp294 asyncResp->res.setCompleteRequestHandler( in handle()
307 asyncResp->res.setCompleteRequestHandler( in handle()
383 res.setCompleteRequestHandler(nullptr); in completeRequest()
H A Dhttp_response.hpp249 void setCompleteRequestHandler(std::function<void(Response&)>&& handler) in setCompleteRequestHandler() function
H A Dhttp2_connection.hpp254 thisRes.setCompleteRequestHandler( in onRequestRecv()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp539 asyncResp->res.setCompleteRequestHandler(std::move(completionHandler)); in processOnly()
843 res->res.setCompleteRequestHandler(std::bind_front( in addAwaitingResponse()
1065 asyncResp->res.setCompleteRequestHandler(std::move(completionHandler)); in processAllParams()