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:currentSpeed
(Results
1 - 6
of
6
) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_download_item.cpp
42
this->
currentSpeed
= 0;
in WebDownloadItem()
70
this->
currentSpeed
= WebDownloadItem_CurrentSpeed(downloadItem);
in WebDownloadItem()
H
A
D
web_download_item.h
36
int32_t
currentSpeed
;
member in OHOS::NWeb::WebDownloadItem
H
A
D
napi_web_download_item.cpp
316
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
D
web_download_item_impl.cpp
40
this->
currentSpeed
= 0;
in WebDownloadItemImpl()
68
this->
currentSpeed
= WebDownloadItem_CurrentSpeed(downloadItem);
in WebDownloadItemImpl()
H
A
D
webview_ffi.cpp
1378
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
D
web_download_item_impl.h
33
int
currentSpeed
;
member in OHOS::Webview::WebDownloadItemImpl
Completed in 8 milliseconds