Home
last modified time | relevance | path

Searched refs:receivedBytes (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp45 this->receivedBytes = 0; in WebDownloadItem()
73 this->receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); in WebDownloadItem()
H A Dweb_download_item.h39 int64_t receivedBytes; member in OHOS::NWeb::WebDownloadItem
H A Dnapi_web_download_item.cpp391 napi_value receivedBytes; in JS_GetReceivedBytes() local
392 napi_status status = napi_create_int64(env, webDownloadItem->receivedBytes, &receivedBytes); in JS_GetReceivedBytes()
397 return receivedBytes; in JS_GetReceivedBytes()
672 webDownloadPb.set_received_bytes(webDownloadItem->receivedBytes); in SetWebDownloadPb()
765 webDownloadItem->receivedBytes = webDownloadPb.received_bytes(); in JS_Deserialize()
H A Dweb_download_manager.cpp199 WebDownloadItem_SetReceivedBytes(downloadItem, webDownload->receivedBytes); in ResumeDownload()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp43 this->receivedBytes = 0; in WebDownloadItemImpl()
71 this->receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); in WebDownloadItemImpl()
H A Dweb_download_manager_impl.cpp190 WebDownloadItem_SetReceivedBytes(downloadItem, webDownload->receivedBytes); in ResumeDownload()
H A Dwebview_ffi.cpp1411 return static_cast<int64_t>(nativeWebDownloadItemImpl->receivedBytes); in FfiOHOSWebDownloadItemImplGetReceivedBytes()
1587 webDownloadPb.set_received_bytes(nativeWebDownloadItemImpl->receivedBytes); in FfiOHOSWebDownloadItemImplSerialize()
1635 webDownloadItem->receivedBytes = webDownloadPb.received_bytes(); in FfiOHOSWebDownloadItemImplDeserialize()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h36 int64_t receivedBytes; member in OHOS::Webview::WebDownloadItemImpl
/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h86 NWEB_EXPORT void WebDownloadItem_SetReceivedBytes(NWebDownloadItem *downloadItem, int64_t receivedBytes);
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp402 int64_t receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); in HWTEST_F() local
403 EXPECT_NE(receivedBytes, 0); in HWTEST_F()
453 int64_t receivedBytes = WebDownloadItem_ReceivedBytes(downloadItem); in HWTEST_F() local
454 EXPECT_NE(receivedBytes, 0); in HWTEST_F()
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp545 extern "C" void WebDownloadItem_SetReceivedBytes(NWebDownloadItem* downloadItem, int64_t receivedBytes) in WebDownloadItem_SetReceivedBytes() argument
551 g_nwebCApi->impl_WebDownloadItem_SetReceivedBytes(downloadItem, receivedBytes); in WebDownloadItem_SetReceivedBytes()

Completed in 10 milliseconds