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:GetVersionInfo
(Results
1 - 5
of
5
) sorted by relevance
/base/update/sys_installer/services/module_update/src/
H
A
D
module_file_repository.cpp
92
if (moduleFile == nullptr || moduleFile->
GetVersionInfo
().hmpName != hmpName) {
in ProcessFile()
142
moduleFile.
GetVersionInfo
().hmpName);
in IsPreInstalledModule()
152
moduleFile.
GetVersionInfo
().hmpName);
in CheckFilePath()
H
A
D
module_update.cpp
196
if (type == HOT_SA_TYPE && IsRunning(moduleFile->
GetVersionInfo
().saInfoList.front().saId)) {
in ProcessHmpFile()
197
LOG(INFO) << "ondemand sa is running, saId=" << moduleFile->
GetVersionInfo
().saInfoList.front().saId;
in ProcessHmpFile()
341
string mountPoint = string(MODULE_ROOT_DIR) + "/" + moduleFile.
GetVersionInfo
().hmpName;
in MountModulePackage()
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_file.cpp
424
if (!ParseVersion(newFile.
GetVersionInfo
().version, " ", newVersion) ||
in CompareVersion()
425
!ParseVersion(oldFile.
GetVersionInfo
().version, " ", oldVersion)) {
in CompareVersion()
434
if (!CompareSaListVersion(oldFile.
GetVersionInfo
().saInfoList, newFile.
GetVersionInfo
().saInfoList)) {
in CompareVersion()
438
if (!CompareBundleList(oldFile.
GetVersionInfo
().bundleInfoList, newFile.
GetVersionInfo
().bundleInfoList)) {
in CompareVersion()
/base/update/sys_installer/services/module_update/util/include/
H
A
D
module_file.h
122
const ModulePackageInfo &
GetVersionInfo
() const
in GetVersionInfo()
function in OHOS::SysInstaller::ModuleFile
/base/update/sys_installer/services/module_update/service/src/
H
A
D
module_update_main.cpp
421
modulePackageInfos.emplace_back(std::move(moduleFile->
GetVersionInfo
()));
in CollectModulePackageInfo()
611
for (const auto &saInfo : moduleFile->
GetVersionInfo
().saInfoList) {
in ScanPreInstalledHmp()
Completed in 4 milliseconds