Home
last modified time | relevance | path

Searched defs:sent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp179 size_t sent = 0; in SendWhenReady() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c109 const coap_pdu_t *sent, const coap_pdu_t *received, const coap_mid_t id) in CoapMessageHandler()
/ohos5.0/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_session_manager.c234 int sent = SendBytes(sessionId, msgData->msgData, msgData->msgLen); in MessengerOnSessionOpened() local
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp773 ssize_t sent = sendfile(destFd.Get(), srcFd.Get(), &offset, fileSize - offset); in SendFile() local
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c316 int sent = SendBytes(socket, msgData->msgData, msgData->msgLen); in ProcessBindDevice() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp498 ssize_t sent = sendfile(destFd.Get(), livePhotoFd.Get(), &offset, sizeToSend); in SendLivePhoto() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp1625 ssize_t sent = sendfile(destFd.Get(), srcFd.Get(), &offset, fileSize - offset); in SendFile() local