Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp182 client->sendDataWithCallback( in sendEventToSubscriber()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp816 client.sendDataWithCallback(std::move(data), url, in forwardRequest()
844 client.sendDataWithCallback(std::move(data), url, in forwardCollectionRequests()
875 client.sendDataWithCallback(std::move(data), url, in forwardContainsSubordinateRequests()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp928 sendDataWithCallback(std::move(data), destUri, verifyCert, httpHeader, in sendData()
934 void sendDataWithCallback(std::string&& data, in sendDataWithCallback() function in crow::HttpClient