Home
last modified time | relevance | path

Searched refs:currentSpeed (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp42 this->currentSpeed = 0; in WebDownloadItem()
70 this->currentSpeed = WebDownloadItem_CurrentSpeed(downloadItem); in WebDownloadItem()
H A Dweb_download_item.h36 int32_t currentSpeed; member in OHOS::NWeb::WebDownloadItem
H A Dnapi_web_download_item.cpp316 napi_value currentSpeed; in JS_GetCurrentSpeed() local
317 napi_status status = napi_create_int64(env, webDownloadItem->currentSpeed, &currentSpeed); in JS_GetCurrentSpeed()
322 return currentSpeed; in JS_GetCurrentSpeed()
669 webDownloadPb.set_current_speed(webDownloadItem->currentSpeed); in SetWebDownloadPb()
762 webDownloadItem->currentSpeed = webDownloadPb.current_speed(); in JS_Deserialize()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp40 this->currentSpeed = 0; in WebDownloadItemImpl()
68 this->currentSpeed = WebDownloadItem_CurrentSpeed(downloadItem); in WebDownloadItemImpl()
H A Dwebview_ffi.cpp1378 return static_cast<int64_t>(nativeWebDownloadItemImpl->currentSpeed); in FfiOHOSWebDownloadItemImplGetCurrentSpeed()
1584 webDownloadPb.set_current_speed(nativeWebDownloadItemImpl->currentSpeed); in FfiOHOSWebDownloadItemImplSerialize()
1632 webDownloadItem->currentSpeed = webDownloadPb.current_speed(); in FfiOHOSWebDownloadItemImplDeserialize()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h33 int currentSpeed; member in OHOS::Webview::WebDownloadItemImpl

Completed in 8 milliseconds