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:isNewVersion_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_extractor.cpp
47
isNewVersion_
= zipFile_.GetEntry(MODULE_PROFILE_NAME, zipEntry);
in Init()
145
return
isNewVersion_
;
in IsNewVersion()
H
A
D
inner_bundle_info.cpp
308
this->
isNewVersion_
= info.
isNewVersion_
;
in operator =()
479
jsonObject[BUNDLE_IS_NEW_VERSION] =
isNewVersion_
;
in ToJson()
1307
isNewVersion_
,
in FromJson()
2288
bundleInfo.isNewVersion =
isNewVersion_
;
in GetBundleInfo()
2349
bundleInfo.isNewVersion =
isNewVersion_
;
in GetBundleInfoV9()
2634
if (
isNewVersion_
) {
in CheckSpecialMetaData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
base_extractor.h
70
bool
isNewVersion_
= true;
member in OHOS::AppExecFwk::BaseExtractor
H
A
D
inner_bundle_info.h
876
if (
isNewVersion_
) {
in AddModuleResPath()
1412
isNewVersion_
= flag;
in SetIsNewVersion()
1417
return
isNewVersion_
;
in GetIsNewVersion()
2281
bool
isNewVersion_
= false;
member in OHOS::AppExecFwk::InnerBundleInfo
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H
A
D
inner_bundle_info.h
231
isNewVersion_
= isNewVersion;
in SetIsNewVersion()
251
bool
isNewVersion_
= false;
member in OHOS::AppExecFwk::InnerBundleInfo
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H
A
D
inner_bundle_info.cpp
157
this->
isNewVersion_
= info.
isNewVersion_
;
in operator =()
261
jsonObject[BUNDLE_IS_NEW_VERSION] =
isNewVersion_
;
in ToJson()
857
isNewVersion_
,
in FromJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H
A
D
bms_bundle_overlay_checker_test.cpp
966
newInfo.
isNewVersion_
= true;
in HWTEST_F()
970
newInfo.
isNewVersion_
= false;
in HWTEST_F()
971
oldInfo.
isNewVersion_
= true;
in HWTEST_F()
975
newInfo.
isNewVersion_
= true;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H
A
D
bms_data_aot_test.cpp
1564
info.
isNewVersion_
= true;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_data_mgr_test.cpp
3639
info.
isNewVersion_
= true;
in HWTEST_F()
3654
info.
isNewVersion_
= true;
in HWTEST_F()
3677
info.
isNewVersion_
= true;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H
A
D
bms_bundle_data_storage_database_test.cpp
1506
"
isNewVersion_
": false,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H
A
D
bms_bundle_manager_test.cpp
2065
info.
isNewVersion_
= true;
in HWTEST_F()
Completed in 47 milliseconds