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 - 13
of
13
) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/install/src/
H
A
D
firmware_install_factory.cpp
22
std::shared_ptr<FirmwareInstall> InstallFactory::GetInstance(
InstallType
type)
in GetInstance()
25
case
InstallType
::SYS_INSTALLER:
in GetInstance()
/base/update/updateservice/services/firmware/upgrade/mode/include/
H
A
D
firmware_install_apply_mode.h
34
InstallType
installType, OnExecuteFinishCallback onExecuteFinishCallback)
in FirmwareInstallApplyMode()
44
InstallType
GetInstallType();
62
InstallType
installType_;
H
A
D
firmware_iexecute_mode.h
62
virtual
InstallType
GetInstallType()
in GetInstallType()
64
return
InstallType
::UPDATER;
in GetInstallType()
/base/update/updateservice/services/firmware/upgrade/executor/include/
H
A
D
firmware_install_executor.h
30
FirmwareInstallExecutor(
InstallType
installType, FirmwareInstallExecutorCallback firmwareInstallCallback)
in FirmwareInstallExecutor()
42
InstallType
installType_;
/base/update/updateservice/services/firmware/common/src/
H
A
D
firmware_update_helper.cpp
53
InstallType
FirmwareUpdateHelper::GetInstallType()
in GetInstallType()
55
InstallType
installType = (DeviceAdapter::GetBootSlot()) == Firmware::BOOTSLOTS_AB_UPDATE_VALUE ?
in GetInstallType()
56
InstallType
::SYS_INSTALLER :
InstallType
::UPDATER;
in GetInstallType()
76
hotaVersionComponent.effectiveMode = FirmwareUpdateHelper::GetInstallType() ==
InstallType
::SYS_INSTALLER ?
in BuildHotaVersionComponent()
/base/update/updateservice/services/firmware/upgrade/executor/src/
H
A
D
firmware_install_executor.cpp
57
if (installType_ ==
InstallType
::SYS_INSTALLER) {
in DoInstall()
59
} else if (installType_ ==
InstallType
::UPDATER) {
in DoInstall()
127
if (installType_ ==
InstallType
::SYS_INSTALLER) {
in HandleInstallResult()
129
} else if (installType_ ==
InstallType
::UPDATER) {
in HandleInstallResult()
/base/update/updateservice/services/firmware/upgrade/install/include/
H
A
D
firmware_install_factory.h
28
static std::shared_ptr<FirmwareInstall> GetInstance(
InstallType
type);
/base/update/updateservice/services/firmware/common/include/
H
A
D
firmware_update_helper.h
52
static
InstallType
GetInstallType();
H
A
D
firmware_common.h
63
enum class
InstallType
{
class in OHOS::UpdateEngine::FirmwareStep::BlType::CheckResultStatus
/base/update/updateservice/services/firmware/upgrade/mode/src/
H
A
D
firmware_install_apply_mode_empty.cpp
75
InstallType
FirmwareInstallApplyMode::GetInstallType()
in GetInstallType()
H
A
D
firmware_install_apply_mode.cpp
165
InstallType
FirmwareInstallApplyMode::GetInstallType()
in GetInstallType()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H
A
D
firmware_manager.h
46
void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError,
InstallType
installType);
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
219
if (FirmwareUpdateHelper::GetInstallType() ==
InstallType
::SYS_INSTALLER) {
in CanInstall()
227
InstallType
installType)
in DoInstall()
449
DoInstall(upgradeOptions, businessError,
InstallType
::SYS_INSTALLER);
in HandleBootInstallOnStatusProcess()
Completed in 4 milliseconds