Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0002-options-Replace-use-of-VLAs-in-C.patch80 @@ -247,8 +248,8 @@ int IPCUnixSocket::sendData(const void *buffer, size_t length,
91 @@ -270,9 +271,11 @@ int IPCUnixSocket::sendData(const void *buffer, size_t length,
/openbmc/bmcweb/http/
H A Dhttp_client.hpp727 void sendData(std::string&& data, const boost::urls::url_view_base& destUri, in sendData() function in crow::ConnectionPool
878 void sendData(std::string&& data, const boost::urls::url_view_base& destUri, in sendData() function in crow::HttpClient
904 pool.first->second->sendData(std::move(data), destUrl, httpHeader, verb, in sendDataWithCallback()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp298 client->sendData(std::move(msg), destinationUrl, httpHeaders, in sendEvent()