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:DownloadDidUpdate
(Results
1 - 6
of
6
) sorted by relevance
/base/web/webview/interfaces/kits/cj/src/
H
A
D
web_download_manager_impl.cpp
69
void
DownloadDidUpdate
(NWebDownloadItem *downloadItem, WebDownloadItemCallbackWrapper *wrapper)
in DownloadDidUpdate()
function
71
WEBVIEWLOGI("
DownloadDidUpdate
.");
in DownloadDidUpdate()
101
webDownloadDelegate->
DownloadDidUpdate
(webDownloadItem);
in DownloadDidUpdate()
126
WebDownloader_SetDownloadDidUpdate(g_download_callback, &
DownloadDidUpdate
);
in RegisterDownloadCallback()
H
A
D
web_download_delegate_impl.cpp
50
void WebDownloadDelegateImpl::
DownloadDidUpdate
(WebDownloadItemImpl *webDownloadItemImpl)
in DownloadDidUpdate()
function in OHOS::Webview::WebDownloadDelegateImpl
52
WEBVIEWLOGI("[DOWNLOAD] WebDownloadDelegate::
DownloadDidUpdate
");
in DownloadDidUpdate()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_download_manager.cpp
67
void
DownloadDidUpdate
(NWebDownloadItem *downloadItem, WebDownloadItemCallbackWrapper *wrapper)
in DownloadDidUpdate()
function
69
WVLOG_D("
DownloadDidUpdate
.");
in DownloadDidUpdate()
100
webDownloadDelegate->
DownloadDidUpdate
(webDownloadItem);
in DownloadDidUpdate()
126
WebDownloader_SetDownloadDidUpdate(g_download_callback, &
DownloadDidUpdate
);
in RegisterDownloadCallback()
H
A
D
web_download_delegate.h
37
void
DownloadDidUpdate
(WebDownloadItem *webDownloadItem);
H
A
D
web_download_delegate.cpp
108
void WebDownloadDelegate::
DownloadDidUpdate
(WebDownloadItem *webDownloadItem)
in DownloadDidUpdate()
function in OHOS::NWeb::WebDownloadDelegate
110
WVLOG_D("[DOWNLOAD] WebDownloadDelegate::
DownloadDidUpdate
");
in DownloadDidUpdate()
112
WVLOG_E("[DOWNLOAD] WebDownloadDelegate::
DownloadDidUpdate
nil env.");
in DownloadDidUpdate()
/base/web/webview/interfaces/kits/cj/include/
H
A
D
web_download_delegate_impl.h
31
void
DownloadDidUpdate
(WebDownloadItemImpl *webDownloadItemImpl);
Completed in 2 milliseconds