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:UpgradeCompInfo
(Results
1 - 2
of
2
) sorted by relevance
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_upgradefile.cpp
106
dataOffset = UPGRADE_FILE_HEADER_LEN + pkgInfo_.pkgInfo.entryCount * sizeof(
UpgradeCompInfo
);
in GetEntryOffset()
146
size_t offset = UPGRADE_FILE_HEADER_LEN + (pkgEntryMapId_.size() - 1) * sizeof(
UpgradeCompInfo
);
in AddEntry()
172
sizeof(UpgradePkgTime) + pkgInfo_.pkgInfo.entryCount * sizeof(
UpgradeCompInfo
) + UPGRADE_RESERVE_LEN;
in CheckPackageHeader()
196
offset += pkgInfo_.pkgInfo.entryCount * sizeof(
UpgradeCompInfo
);
in WriteBuffer()
248
WriteLE16(buffer.data() + offset + sizeof(uint16_t), pkgInfo_.pkgInfo.entryCount * sizeof(
UpgradeCompInfo
));
in SavePackage()
450
size_t buffSize = UPGRADE_FILE_HEADER_LEN + sizeof(
UpgradeCompInfo
) +
in LoadPackage()
647
TLV_CHECK_AND_RETURN(&tlv, 5, sizeof(
UpgradeCompInfo
), fileLen); // component type is 5
in ReadComponents()
655
PkgBuffer compBuffer(sizeof(
UpgradeCompInfo
));
in ReadComponents()
657
if (info.currLen + sizeof(
UpgradeCompInfo
) > info.readLen) {
in ReadComponents()
769
int32_t UpgradeFileEntry::GetUpGradeCompInfo(
UpgradeCompInfo
[all...]
H
A
D
pkg_upgradefile.h
33
uint32_t pkgInfoLength; // UpgradePkgTime +
UpgradeCompInfo
+ UPGRADE_RESERVE_LEN
44
struct __attribute__((packed))
UpgradeCompInfo
{
struct
98
int32_t GetUpGradeCompInfo(
UpgradeCompInfo
&comp);
Completed in 3 milliseconds