Home
last modified time | relevance | path

Searched refs:JS_GetTotalBytes (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.h44 static napi_value JS_GetTotalBytes(napi_env env, napi_callback_info cbinfo);
H A Dnapi_web_download_item.cpp350 napi_value NapiWebDownloadItem::JS_GetTotalBytes(napi_env env, napi_callback_info cbinfo) in JS_GetTotalBytes() function in OHOS::NWeb::NapiWebDownloadItem
352 WVLOG_D("[DOWNLOAD] NapiWebDownloadItem::JS_GetTotalBytes"); in JS_GetTotalBytes()
362 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetTotalBytes webDownloadItem is null"); in JS_GetTotalBytes()
369 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetTotalBytes failed"); in JS_GetTotalBytes()
817 DECLARE_NAPI_FUNCTION("getTotalBytes", JS_GetTotalBytes), in ExportWebDownloadItemClass()
1070 DECLARE_NAPI_FUNCTION("getTotalBytes", JS_GetTotalBytes), in DefineProperties()

Completed in 3 milliseconds