Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp803 client.sendDataWithCallback(std::move(data), url, in forwardRequest()
826 client.sendDataWithCallback(std::move(data), url, in forwardCollectionRequests()
853 client.sendDataWithCallback(std::move(data), url, in forwardContainsSubordinateRequests()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp197 client->sendDataWithCallback( in sendEventToSubscriber()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp915 sendDataWithCallback(std::move(data), destUri, verifyCert, httpHeader, in sendData()
921 void sendDataWithCallback(std::string&& data, in sendDataWithCallback() function in crow::HttpClient