Searched refs:sent (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.cpp | 179 size_t sent = 0; in SendWhenReady() local 180 while (sent < size) { in SendWhenReady() 181 const ssize_t sentBytes = send(client_, bytes, size - sent, 0); in SendWhenReady() 187 sent += actualSentBytes; in SendWhenReady()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_client.h | 41 const coap_pdu_t *sent, const coap_pdu_t *received, const coap_mid_t id);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_client.c | 109 const coap_pdu_t *sent, const coap_pdu_t *received, const coap_mid_t id) in CoapMessageHandler() 116 (void)sent; in CoapMessageHandler() 108 CoapMessageHandler(coap_session_t *session, const coap_pdu_t *sent, const coap_pdu_t *received, const coap_mid_t id) CoapMessageHandler() argument
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 522 ssize_t sent = sendfile(destFd.Get(), livePhotoFd.Get(), &offset, sizeToSend); in SendLivePhoto() local 523 if (sent < 0) { in SendLivePhoto() 525 return sent; in SendLivePhoto() 527 sizeToSend -= sent; in SendLivePhoto()
|
/foundation/multimedia/media_library/frameworks/native/c_api/ |
H A D | media_asset_change_request_impl.cpp | 540 ssize_t sent = sendfile(destFd.Get(), srcFd.Get(), &offset, fileSize - offset); in SendFile() local 541 CHECK_AND_RETURN_RET_LOG(sent >= 0, sent, in SendFile()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 1661 ssize_t sent = sendfile(destFd.Get(), srcFd.Get(), &offset, fileSize - offset); in SendFile() local 1662 if (sent < 0) { in SendFile() 1665 return sent; in SendFile()
|
Completed in 9 milliseconds