Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:receivedBytes
(Results
1 - 11
of
11
) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_download_item.cpp
45
this->
receivedBytes
= 0;
in WebDownloadItem()
73
this->
receivedBytes
= WebDownloadItem_ReceivedBytes(downloadItem);
in WebDownloadItem()
H
A
D
web_download_item.h
39
int64_t
receivedBytes
;
member in OHOS::NWeb::WebDownloadItem
H
A
D
napi_web_download_item.cpp
391
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
D
web_download_manager.cpp
199
WebDownloadItem_SetReceivedBytes(downloadItem, webDownload->
receivedBytes
);
in ResumeDownload()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
web_download_item_impl.cpp
43
this->
receivedBytes
= 0;
in WebDownloadItemImpl()
71
this->
receivedBytes
= WebDownloadItem_ReceivedBytes(downloadItem);
in WebDownloadItemImpl()
H
A
D
web_download_manager_impl.cpp
190
WebDownloadItem_SetReceivedBytes(downloadItem, webDownload->
receivedBytes
);
in ResumeDownload()
H
A
D
webview_ffi.cpp
1411
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
D
web_download_item_impl.h
36
int64_t
receivedBytes
;
member in OHOS::Webview::WebDownloadItemImpl
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_c_api.h
86
NWEB_EXPORT void WebDownloadItem_SetReceivedBytes(NWebDownloadItem *downloadItem, int64_t
receivedBytes
);
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
402
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
D
nweb_helper.cpp
545
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 12 milliseconds