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:HasEntry
(Results
1 - 25
of
25
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
hap_asset_provider_impl.cpp
50
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAsMapping()
70
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAssetPath()
H
A
D
hap_asset_provider.cpp
50
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAsMapping()
70
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAssetPath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
hap_asset_provider_impl.cpp
66
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAsMapping()
90
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAsMappingFromI18n()
110
bool hasFile = runtimeExtractor_->
HasEntry
(fileName);
in GetAssetPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_extractor.cpp
52
bool BaseExtractor::
HasEntry
(const std::string &fileName) const
in HasEntry()
function in OHOS::AppExecFwk::BaseExtractor
59
return zipFile_.
HasEntry
(fileName);
in HasEntry()
H
A
D
bundle_parser.cpp
156
if (!bundleExtractor.
HasEntry
(BUNDLE_PACKFILE_NAME)) {
in ParsePackInfo()
183
if (!bundleExtractor.
HasEntry
(SYSCAP_NAME)) {
in ParseSysCap()
H
A
D
zip_file.cpp
246
bool ZipFile::
HasEntry
(const std::string &entryName) const
in HasEntry()
function in OHOS::AppExecFwk::ZipFile
H
A
D
bundle_install_checker.cpp
369
if (newInfo.
HasEntry
()) {
in ParseHapFiles()
915
bool hasEntry = (infos.begin()->second).
HasEntry
();
in CheckAppLabelInfo()
976
hasEntry = info.second.
HasEntry
();
in CheckAppLabelInfo()
H
A
D
base_bundle_installer.cpp
2207
if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.
HasEntry
() && oldInfo.
HasEntry
())) {
in ProcessNewModuleInstall()
2281
if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.
HasEntry
() && oldInfo.
HasEntry
())) {
in ProcessModuleUpdate()
4211
if (oldInfo.
HasEntry
()) {
in CheckVersionCompatibilityForApplication()
5743
if (info.second.
HasEntry
()) {
in InstallEntryMoudleFirst()
H
A
D
bundle_data_mgr.cpp
350
oldInfo.UpdateBaseBundleInfo(newInfo.GetBaseBundleInfo(), newInfo.
HasEntry
());
in AddNewModuleInfo()
351
oldInfo.UpdateBaseApplicationInfo(newInfo.GetBaseApplicationInfo(), newInfo.
HasEntry
());
in AddNewModuleInfo()
633
oldInfo.UpdateBaseBundleInfo(newInfo.GetBaseBundleInfo(), newInfo.
HasEntry
());
in UpdateInnerBundleInfo()
635
newInfo.GetBaseApplicationInfo(), newInfo.
HasEntry
());
in UpdateInnerBundleInfo()
7240
if (!bundleExtractor.
HasEntry
(profilePath)) {
in GetJsonProfileByExtractor()
7614
!oldInfo.
HasEntry
() || newInfo.
HasEntry
();
in IsUpdateInnerBundleInfoSatisified()
H
A
D
inner_bundle_info.cpp
3628
bool InnerBundleInfo::
HasEntry
() const
in HasEntry()
function in OHOS::AppExecFwk::InnerBundleInfo
4148
} else if (!
HasEntry
() && debug) {
in UpdateDebug()
H
A
D
module_profile.cpp
1849
if (!bundleExtractor.
HasEntry
(profilePath)) {
in ToInnerProfileConfiguration()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
base_extractor.h
59
bool
HasEntry
(const std::string &fileName) const;
H
A
D
zip_file.h
183
bool
HasEntry
(const std::string &entryName) const;
H
A
D
inner_bundle_info.h
1056
bool
HasEntry
() const;
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
extractor.cpp
84
bool Extractor::
HasEntry
(const std::string &fileName) const
in HasEntry()
function in OHOS::AbilityBase::Extractor
91
return zipFile_.
HasEntry
(fileName);
in HasEntry()
181
isStageModel_ = !zipFile_.
HasEntry
("config.json");
in IsStageModel()
H
A
D
zip_file.cpp
316
bool ZipFile::
HasEntry
(const std::string &entryName) const
in HasEntry()
function in OHOS::AbilityBase::ZipFile
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H
A
D
acl_test.cpp
101
ASSERT_TRUE(aclNew.
HasEntry
(entry));
in HWTEST_F()
121
ASSERT_TRUE(aclNew.
HasEntry
(entry));
in HWTEST_F()
/foundation/ability/ability_base/test/unittest/extractor/
H
A
D
extractor_test.cpp
324
* Function:
HasEntry
334
EXPECT_FALSE(extractor->
HasEntry
(fileName));
in HWTEST_F()
337
EXPECT_FALSE(extractor->
HasEntry
(""));
in HWTEST_F()
338
EXPECT_FALSE(extractor->
HasEntry
(ERROR_FILENAME));
in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H
A
D
extractor.h
68
bool
HasEntry
(const std::string &fileName) const;
H
A
D
zip_file.h
195
bool
HasEntry
(const std::string &entryName) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H
A
D
utd_handler.cpp
92
if (!bundleExtractor.
HasEntry
(UTD_PROFILE_PATH)) {
in GetUtdProfileFromHap()
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H
A
D
acl.h
131
bool
HasEntry
(const AclXattrEntry &entry);
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H
A
D
acl.cpp
216
bool Acl::
HasEntry
(const AclXattrEntry &Acl)
in HasEntry()
function in OHOS::DATABASE_UTILS::Acl
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_worker.cpp
512
bool hasFile = extractor->
HasEntry
(filePathName);
in GetAmi()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
2753
* @tc.desc: 1.Test
HasEntry
2760
bool ret = file.
HasEntry
(entryName);
in HWTEST_F()
2883
* @tc.name: Test
HasEntry
2884
* @tc.desc: 1.Test
HasEntry
of BaseExtractor
2890
bool ret = extractor.
HasEntry
("entry");
in HWTEST_F()
2894
ret = extractor.
HasEntry
("");
in HWTEST_F()
2900
* @tc.name: Test
HasEntry
2901
* @tc.desc: 1.Test
HasEntry
of BaseExtractor
2912
* @tc.name: Test
HasEntry
2913
* @tc.desc: 1.Test
HasEntry
o
[all...]
Completed in 60 milliseconds