Searched refs:sendDataWithCallback (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 803 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 D | subscription.cpp | 197 client->sendDataWithCallback( in sendEventToSubscriber()
|
/openbmc/bmcweb/http/ |
H A D | http_client.hpp | 915 sendDataWithCallback(std::move(data), destUri, verifyCert, httpHeader, in sendData() 921 void sendDataWithCallback(std::string&& data, in sendDataWithCallback() function in crow::HttpClient
|