Home
last modified time | relevance | path

Searched refs:resHandler (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_client.hpp738 const std::function<void(Response&)>& resHandler) in sendData() argument
749 weak_from_this(), resHandler); in sendData()
800 resHandler(dummyRes); in sendData()
806 const std::function<void(Response&)>& resHandler, in afterSendData() argument
811 resHandler(res); in afterSendData()
926 const std::function<void(Response&)>& resHandler) in sendDataWithCallback() argument
945 resHandler); in sendDataWithCallback()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp79 void Subscription::resHandler(const crow::Response& res) in resHandler() function in redfish::Subscription
202 std::bind_front(&Subscription::resHandler, this)); in sendEventToSubscriber()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp72 void resHandler(const crow::Response& res);