Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.h45 static napi_value JS_GetReceivedBytes(napi_env env, napi_callback_info cbinfo);
H A Dnapi_web_download_item.cpp375 napi_value NapiWebDownloadItem::JS_GetReceivedBytes(napi_env env, napi_callback_info cbinfo) in JS_GetReceivedBytes() function in OHOS::NWeb::NapiWebDownloadItem
377 WVLOG_D("[DOWNLOAD] NapiWebDownloadItem::JS_GetReceivedBytes"); in JS_GetReceivedBytes()
387 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetReceivedBytes webDownloadItem is null"); in JS_GetReceivedBytes()
394 WVLOG_E("[DOWNLOAD] NapiWebDownloadItem::JS_GetReceivedBytes failed"); in JS_GetReceivedBytes()
829 DECLARE_NAPI_FUNCTION("getReceivedBytes", JS_GetReceivedBytes), in ExportWebDownloadItemClass()
1082 DECLARE_NAPI_FUNCTION("getReceivedBytes", JS_GetReceivedBytes), in DefineProperties()

Completed in 2 milliseconds