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:bundlePaths_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_bundle_info.h
80
return
bundlePaths_
;
in GetBundlePaths()
89
bundlePaths_
.begin(),
bundlePaths_
.end(), bundlePath) !=
bundlePaths_
.end();
in AddBundlePath()
91
bundlePaths_
.emplace_back(bundlePath);
in AddBundlePath()
100
auto iter = std::find(
bundlePaths_
.begin(),
bundlePaths_
.end(), bundlePath);
in DeleteBundlePath()
101
if (iter !=
bundlePaths_
.end()) {
in DeleteBundlePath()
102
bundlePaths_
.erase(iter);
in DeleteBundlePath()
111
bundlePaths_
in ClearBundlePath()
284
std::vector<std::string>
bundlePaths_
;
global()
member in OHOS::AppExecFwk::PreInstallBundleInfo
[all...]
H
A
D
base_bundle_installer.h
793
std::vector<std::string>
bundlePaths_
;
member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
pre_install_bundle_info.cpp
40
jsonObject[BUNDLE_PATHS] =
bundlePaths_
;
in ToJson()
60
bundlePaths_
, JsonType::ARRAY, true, parseResult, ArrayType::STRING);
in FromJson()
85
jsonObject[BUNDLE_PATHS] =
bundlePaths_
;
in ToString()
100
for (const auto &bundlePath :
bundlePaths_
) {
in CalculateHapTotalSize()
H
A
D
base_bundle_installer.cpp
155
bundlePaths_
.clear();
in ~BaseBundleInstaller()
5389
if (!
bundlePaths_
.empty()) {
in CopyHapsToSecurityDir()
5390
bundlePaths =
bundlePaths_
;
in CopyHapsToSecurityDir()
5410
bundlePaths_
= bundlePaths;
in CopyHapsToSecurityDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H
A
D
bms_event_handler_test.cpp
773
info.
bundlePaths_
= bundlePaths;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
6726
installer.
bundlePaths_
.push_back("test.bundle.path");
in HWTEST_F()
Completed in 25 milliseconds