Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp751 const std::function<void(Response&)>& resHandler) in sendData() argument
762 weak_from_this(), resHandler); in sendData()
813 resHandler(dummyRes); in sendData()
819 const std::function<void(Response&)>& resHandler, in afterSendData() argument
824 resHandler(res); in afterSendData()
939 const std::function<void(Response&)>& resHandler) in sendDataWithCallback() argument
958 resHandler); in sendDataWithCallback()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp63 void Subscription::resHandler(const std::shared_ptr<Subscription>& /*self*/, in resHandler() function in redfish::Subscription
187 std::bind_front(&Subscription::resHandler, this, in sendEventToSubscriber()
/openbmc/bmcweb/redfish-core/include/
H A Dsubscription.hpp61 void resHandler(const std::shared_ptr<Subscription>& /*self*/,