Home
last modified time | relevance | path

Searched defs:receivedBytes (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_network.h34 uint64_t receivedBytes = 0u; member
H A Drs_profiler_socket.cpp203 const ssize_t receivedBytes = recv(client_, static_cast<char*>(data), size, 0); in Receive() local
235 const ssize_t receivedBytes = recv(client_, bytes, size - received, 0); in ReceiveWhenReady() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h39 int64_t receivedBytes; variable
H A Dnapi_web_download_item.cpp391 napi_value receivedBytes; in JS_GetReceivedBytes() local
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp404 int64_t receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); variable
455 int64_t receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h178 uint32_t receivedBytes; member
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp544 …rn "C" void WebDownloadItem_SetReceivedBytes(NWebDownloadItem* downloadItem, int64_t receivedBytes) in WebDownloadItem_SetReceivedBytes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_defs.h391 uint32_t receivedBytes; member