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:installType_
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/executor/src/
H
A
D
firmware_install_executor.cpp
41
CAST_INT(
installType_
), CAST_INT(components_.size()));
in DoInstall()
57
if (
installType_
== InstallType::SYS_INSTALLER) {
in DoInstall()
59
} else if (
installType_
== InstallType::UPDATER) {
in DoInstall()
62
FIRMWARE_LOGI("installType:%{public}d is illegal", CAST_INT(
installType_
));
in DoInstall()
85
std::shared_ptr<FirmwareInstall> executor = InstallFactory::GetInstance(
installType_
);
in DoInstall()
127
if (
installType_
== InstallType::SYS_INSTALLER) {
in HandleInstallResult()
129
} else if (
installType_
== InstallType::UPDATER) {
in HandleInstallResult()
/base/update/updateservice/services/firmware/upgrade/executor/include/
H
A
D
firmware_install_executor.h
31
:
installType_
(installType), installCallback_(firmwareInstallCallback) {}
in FirmwareInstallExecutor()
42
InstallType
installType_
;
member in OHOS::UpdateEngine::FirmwareInstallExecutor
/base/update/updateservice/services/firmware/upgrade/mode/include/
H
A
D
firmware_install_apply_mode.h
37
installType_
(installType),
in FirmwareInstallApplyMode()
62
InstallType
installType_
;
member in OHOS::UpdateEngine::final
/base/update/updateservice/services/firmware/upgrade/mode/src/
H
A
D
firmware_install_apply_mode_empty.cpp
77
return
installType_
;
in GetInstallType()
H
A
D
firmware_install_apply_mode.cpp
167
return
installType_
;
in GetInstallType()
Completed in 2 milliseconds