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:UPGRADE
(Results
1 - 8
of
8
) sorted by relevance
/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/
H
A
D
upgrade_action.h
22
static constexpr const char *
UPGRADE
= "upgrade";
member in OHOS::UpdateEngine::UpgradeAction
/base/update/updateservice/interfaces/inner_api/include/
H
A
D
updater_sa_ipc_interface_code.h
28
UPGRADE
,
member in OHOS::UpdateEngine::UpdaterSaInterfaceCode
/base/update/updateservice/services/firmware/common/src/
H
A
D
firmware_update_helper.cpp
74
hotaVersionComponent.upgradeAction = UpgradeAction::
UPGRADE
;
in BuildHotaVersionComponent()
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
381
versionComponent.upgradeAction = UpgradeAction::
UPGRADE
;
in HandleBootUpdateSuccess()
409
versionComponent.upgradeAction = UpgradeAction::
UPGRADE
;
in HandleBootUpdateFail()
/base/update/updateservice/frameworks/js/napi/update/src/
H
A
D
define_property.cpp
228
DECLARE_STRING_PROPERTY(UpgradeAction::
UPGRADE
),
in DefineUpgradeAction()
/base/update/updateservice/services/engine/src/
H
A
D
update_service.cpp
489
CAST_UINT(UpdaterSaInterfaceCode::
UPGRADE
),
in RegisterOhFunc()
H
A
D
update_service_stub.cpp
53
{CAST_UINT(UpdaterSaInterfaceCode::
UPGRADE
), &UpdateServiceStub::DoUpdateStub},
in UpdateServiceStub()
/base/update/updateservice/interfaces/inner_api/engine/src/
H
A
D
update_service_proxy.cpp
200
int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::
UPGRADE
), data, reply, option);
in Upgrade()
Completed in 9 milliseconds