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:PKG_TYPE_UPGRADE
(Results
1 - 7
of
7
) sorted by relevance
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_managerImpl.cpp
297
if (pkgType == PkgFile::
PKG_TYPE_UPGRADE
) {
in LoadPackage()
315
if (pkgType == PkgFile::PKG_TYPE_NONE || (pkgType == PkgFile::
PKG_TYPE_UPGRADE
in LoadPackage()
363
if (unzipToFile_ || type == PkgFile::
PKG_TYPE_UPGRADE
) {
in ExtraAndLoadPackage()
456
if (pkgFile != nullptr && pkgFile->GetPkgType() == PkgFile::
PKG_TYPE_UPGRADE
) {
in ParseComponents()
467
if (pkgFile != nullptr && pkgFile->GetPkgType() == PkgFile::
PKG_TYPE_UPGRADE
) {
in GetPackageInfo()
674
return PkgFile::
PKG_TYPE_UPGRADE
;
in DoCreatePkgStream()
695
if (type != PkgFile::
PKG_TYPE_UPGRADE
) {
in DoCreatePkgStream()
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_pkgfile.cpp
47
case
PKG_TYPE_UPGRADE
:
in AddPkgEntry()
H
A
D
pkg_upgradefile.h
104
: PkgFileImpl(manager, stream, PkgFile::
PKG_TYPE_UPGRADE
)
in UpgradePkgFile()
H
A
D
pkg_upgradefile.cpp
680
pkgInfo_.pkgInfo.pkgType = PkgFile::
PKG_TYPE_UPGRADE
;
in ParsePkgHeaderToTlv()
/base/update/updater/services/flow_update/update_bin/
H
A
D
bin_flow_update.cpp
115
updateInfo_.componentNames, PkgFile::
PKG_TYPE_UPGRADE
, stream); ret != PKG_SUCCESS) {
in UpdateBinHead()
H
A
D
bin_process.cpp
228
innerFileNames, PkgFile::
PKG_TYPE_UPGRADE
, stream);
in ProcessBinFile()
/base/update/updater/services/include/package/
H
A
D
pkg_manager.h
114
PKG_TYPE_UPGRADE
= PKG_PACK_TYPE_UPGRADE, // 升级包
enumerator
Completed in 6 milliseconds