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:GetOnlineUpdater
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updateservice/services/engine/src/
H
A
D
update_service.cpp
159
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in GetNewVersionInfo()
171
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in GetNewVersionDescription()
183
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in GetCurrentVersionInfo()
195
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in GetCurrentVersionDescription()
206
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in GetTaskInfo()
217
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in SetUpgradePolicy()
227
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in GetUpgradePolicy()
237
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in CheckNewVersion()
248
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(info);
in Download()
276
sptr<IServiceOnlineUpdater> onlineUpdater = updateImplMgr_->
GetOnlineUpdater
(inf
in Upgrade()
[all...]
H
A
D
update_service_impl_manager.cpp
35
sptr<IServiceOnlineUpdater> UpdateServiceImplManager::
GetOnlineUpdater
(const UpgradeInfo &info)
in GetOnlineUpdater()
function in OHOS::UpdateEngine::UpdateServiceImplManager
46
ENGINE_LOGI("
GetOnlineUpdater
unknow business type");
in GetOnlineUpdater()
/base/update/updateservice/services/engine/include/
H
A
D
update_service_impl_manager.h
35
sptr<IServiceOnlineUpdater>
GetOnlineUpdater
(const UpgradeInfo &info);
/base/update/updateservice/frameworks/js/napi/update/include/
H
A
D
update_client.h
43
napi_value
GetOnlineUpdater
(napi_env env, napi_callback_info info);
/base/update/updateservice/frameworks/js/napi/update/src/
H
A
D
update_module.cpp
113
napi_value
GetOnlineUpdater
(napi_env env, napi_callback_info info)
in GetOnlineUpdater()
function
117
return nullptr, "Failed to
GetOnlineUpdater
");
in GetOnlineUpdater()
122
napi_value result = client->
GetOnlineUpdater
(env, info);
in GetOnlineUpdater()
365
DECLARE_NAPI_FUNCTION("getOnlineUpdater",
GetOnlineUpdater
),
in UpdateClientInit()
H
A
D
update_client.cpp
60
napi_value UpdateClient::
GetOnlineUpdater
(napi_env env, napi_callback_info info)
in GetOnlineUpdater()
function in OHOS::UpdateEngine::UpdateClient
Completed in 4 milliseconds