Home
last modified time | relevance | path

Searched refs:WebDownloadItem_SetTotalBytes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp85 WebDownloadItem_SetTotalBytes(nullptr, size); in NapiFuzzTest()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h88 NWEB_EXPORT void WebDownloadItem_SetTotalBytes(NWebDownloadItem *downloadItem, int64_t totalBytes);
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_manager.cpp200 WebDownloadItem_SetTotalBytes(downloadItem, webDownload->totalBytes); in ResumeDownload()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp89 DO(WebDownloadItem_SetTotalBytes); \
553 extern "C" void WebDownloadItem_SetTotalBytes(NWebDownloadItem* downloadItem, int64_t totalBytes) in WebDownloadItem_SetTotalBytes() function
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp449 WebDownloadItem_SetTotalBytes(downloadItem, 1);