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:productUpdateId
(Results
1 - 11
of
11
) sorted by relevance
/base/update/updater/test/unittest/updater_binary/
H
A
D
updater_binary_unittest.cpp
134
pkgInfo.
productUpdateId
= strdup("555.555.100.555");
in CreatePackageBin()
165
if (pkgInfo.
productUpdateId
!= nullptr) {
in CreatePackageBin()
166
free(pkgInfo.
productUpdateId
);
in CreatePackageBin()
/base/update/updater/interfaces/kits/include/package/
H
A
D
package.h
81
char *
productUpdateId
;
member
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H
A
D
UpdaterStartUpdaterProc_fuzzer.cpp
116
pkgInfo.
productUpdateId
= strdup("555.555.100.555");
in CreatePackageZip()
152
free(pkgInfo.
productUpdateId
);
in CreatePackageZip()
/base/update/updater/services/include/package/
H
A
D
pkg_info_utils.h
98
std::string
productUpdateId
;
member
/base/update/updater/interfaces/kits/packages/
H
A
D
package.cpp
44
if (pkgInfoExt->
productUpdateId
!= nullptr) {
in GetUpgradePkgInfo()
45
upgradePackageInfo->
productUpdateId
= pkgInfoExt->
productUpdateId
;
in GetUpgradePkgInfo()
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H
A
D
extractandexecutescript_fuzzer.cpp
249
pkgInfo.
productUpdateId
= strdup("555.555.100.555");
in CreatePackageBin()
285
free(pkgInfo.
productUpdateId
);
in CreatePackageBin()
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_upgradefile.cpp
180
ret = memcpy_s(header->
productUpdateId
, sizeof(header->
productUpdateId
), pkgInfo_.
productUpdateId
.data(),
in CheckPackageHeader()
181
pkgInfo_.
productUpdateId
.size());
in CheckPackageHeader()
696
PkgFileImpl::ConvertBufferToString(pkgInfo_.
productUpdateId
, {header->
productUpdateId
,
in ParsePkgHeaderToTlv()
697
sizeof(header->
productUpdateId
)});
in ParsePkgHeaderToTlv()
H
A
D
pkg_upgradefile.h
35
uint8_t
productUpdateId
[64];
member
/base/update/updater/test/fuzztest/package_fuzzer/
H
A
D
package_fuzzer.cpp
85
pkgInfo.
productUpdateId
= strdup("555.555.100.555");
in TestPackagePack()
122
free(pkgInfo.
productUpdateId
);
in TestPackagePack()
/base/update/updater/test/unittest/package/
H
A
D
package_unittest.cpp
92
pkgInfo.
productUpdateId
= strdup("555.555.100.555");
in TestPackagePack()
131
free(pkgInfo.
productUpdateId
);
in TestPackagePack()
H
A
D
pkg_manager_unittest.cpp
102
pkgInfo.
productUpdateId
= "555.555.100.555";
in GetUpgradePkgInfo()
Completed in 8 milliseconds