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:versionCode_
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H
A
D
fa_app_info.cpp
37
versionCode_
= versionInfo->GetUInt("code", 0);
in Parse()
69
return
versionCode_
;
in GetVersionCode()
H
A
D
fa_app_info.h
48
uint32_t
versionCode_
= 0;
member in OHOS::Ace::FaAppInfo
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H
A
D
stage_app_info.cpp
38
versionCode_
= root->GetUInt("versionCode", 0);
in Parse()
103
return
versionCode_
;
in GetVersionCode()
H
A
D
stage_app_info.h
63
uint32_t
versionCode_
= 0;
member in OHOS::Ace::StageAppInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_bundle_info.h
64
return
versionCode_
;
in GetVersionCode()
72
versionCode_
= versionCode;
in SetVersionCode()
281
uint32_t
versionCode_
;
member in OHOS::AppExecFwk::PreInstallBundleInfo
H
A
D
base_bundle_installer.h
765
uint32_t
versionCode_
= 0;
member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
pre_install_bundle_info.cpp
39
jsonObject[VERSION_CODE] =
versionCode_
;
in ToJson()
58
versionCode_
, JsonType::NUMBER, true, parseResult, ArrayType::NOT_ARRAY);
in FromJson()
84
jsonObject[VERSION_CODE] =
versionCode_
;
in ToString()
H
A
D
base_bundle_installer.cpp
476
versionCode_
= Constants::ALL_VERSIONCODE;
in UninstallHspBundle()
515
versionCode_
= Constants::ALL_VERSIONCODE;
in UninstallHspVersion()
1505
versionCode_
= oldInfo.GetVersionCode();
in ProcessBundleUninstall()
1694
versionCode_
= oldInfo.GetVersionCode();
in ProcessBundleUninstall()
1907
versionCode_
= oldInfo.GetVersionCode();
in InnerProcessInstallByPreInstallInfo()
2295
if (!otaInstall_ && (
versionCode_
== oldInfo.GetVersionCode())) {
in ProcessModuleUpdate()
4106
versionCode_
= (infos.begin()->second).GetVersionCode();
in CheckAppLabelInfo()
4212
if (isContainEntry_ &&
versionCode_
< oldInfo.GetVersionCode()) {
in CheckVersionCompatibilityForApplication()
4216
if (!isContainEntry_ &&
versionCode_
> oldInfo.GetVersionCode()) {
in CheckVersionCompatibilityForApplication()
4220
if (!isContainEntry_ &&
versionCode_
< oldInf
in CheckVersionCompatibilityForApplication()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H
A
D
manifest_appinfo.cpp
79
return
versionCode_
;
in GetVersionCode()
95
versionCode_
= root->GetUInt("versionCode");
in AppInfoParse()
H
A
D
manifest_appinfo.h
53
uint32_t
versionCode_
= 0;
member in OHOS::Ace::Framework::ManifestAppInfo
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
ace_application_info.h
117
versionCode_
= versionCode;
in SetAppVersionCode()
122
return
versionCode_
;
in GetAppVersionCode()
252
uint32_t
versionCode_
= 0;
member in OHOS::Ace::AceApplicationInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
208
versionCode_
= 0;
in ResetProperties()
344
preInstallBundleInfo.SetVersionCode(
versionCode_
);
in SavePreInstallBundleInfo()
507
versionCode_
= (infos.begin()->second).GetVersionCode();
in CheckAppLabelInfo()
812
if (oldVersionCode <
versionCode_
) {
in UpdateAppService()
999
sysEventInfo.versionCode =
versionCode_
;
in SendBundleSystemEvent()
1017
bundleName_.c_str(), oldInfo.GetVersionCode(),
versionCode_
);
in CheckNeedInstall()
1019
if ((oldInfo.GetVersionCode() ==
versionCode_
) &&
in CheckNeedInstall()
1025
if (oldInfo.GetVersionCode() >
versionCode_
) {
in CheckNeedInstall()
1042
if (oldVersionCode >
versionCode_
) {
in CheckNeedUpdate()
1045
} else if (oldVersionCode <
versionCode_
) {
in CheckNeedUpdate()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_app_service_fwk_installer.cpp
466
appServiceFwkInstaller.
versionCode_
= VERSION_LOW;
in HWTEST_F()
503
appServiceFwkInstaller.
versionCode_
= newInfo.GetVersionCode();
in HWTEST_F()
539
appServiceFwkInstaller.
versionCode_
= newInfo.GetVersionCode();
in HWTEST_F()
559
appServiceFwkInstaller.
versionCode_
= VERSION;
in HWTEST_F()
577
appServiceFwkInstaller.
versionCode_
= VERSION_HIGH;
in HWTEST_F()
596
appServiceFwkInstaller.
versionCode_
= VERSION;
in HWTEST_F()
616
appServiceFwkInstaller.
versionCode_
= VERSION;
in HWTEST_F()
642
appServiceFwkInstaller.
versionCode_
= VERSION;
in HWTEST_F()
670
appServiceFwkInstaller.
versionCode_
= VERSION_LOW;
in HWTEST_F()
1153
appServiceFwkInstaller.
versionCode_
in HWTEST_F()
[all...]
H
A
D
bms_bundle_installer_test.cpp
1665
installer.
versionCode_
= 1;
in HWTEST_F()
1671
installer.
versionCode_
= 3;
in HWTEST_F()
4478
installer.
versionCode_
= 2000;
in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H
A
D
form_item_info.cpp
414
* @brief Get
versionCode_
.
415
* @return
versionCode_
.
419
return
versionCode_
;
in GetVersionCode()
422
* @brief Set value of
versionCode_
.
427
versionCode_
= versionCode;
in SetVersionCode()
/foundation/ability/form_fwk/services/include/
H
A
D
form_item_info.h
255
* @brief Get
versionCode_
.
256
* @return
versionCode_
.
260
* @brief Set value of
versionCode_
.
471
uint32_t
versionCode_
= 0;
member in OHOS::AppExecFwk::FormItemInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H
A
D
app_service_fwk_installer.h
120
uint32_t
versionCode_
= 0;
member in OHOS::AppExecFwk::AppServiceFwkInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H
A
D
bms_bundle_overlay_checker_test.cpp
3243
installer->
versionCode_
= 100;
in HWTEST_F()
Completed in 34 milliseconds