Home
last modified time | relevance | path

Searched defs:sentBytes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c104 FILLP_UINT32 sentBytes, FILLP_UINT32 sendPktNum) in FillpDoneSendAllData()
133 FILLP_UINT32 sentBytes, FILLP_UINT32 totalBytes) in FillpBeforeSendItem()
166 FILLP_UINT32 sentBytes = FILLP_NULL; in FillpSendOne() local
379 FILLP_INT sentBytes; in FillpSendItem() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp181 const ssize_t sentBytes = send(client_, bytes, size - sent, 0); in SendWhenReady() local
H A Drs_profiler_network.cpp185 const uint64_t sentBytes = std::stoull(parts[SENT_BYTES_COLUMN]); in GetStats() local