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:GetBundlePaths
(Results
1 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_bundle_info.h
78
std::vector<std::string>
GetBundlePaths
() const
in GetBundlePaths()
function in OHOS::AppExecFwk::PreInstallBundleInfo
192
if (bundlePaths_.size() == preInstallBundleInfo.
GetBundlePaths
().size()) {
in operator <()
196
return bundlePaths_.size() > preInstallBundleInfo.
GetBundlePaths
().size();
in operator <()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
hmp_bundle_installer.cpp
386
auto bundlePathList = preInstallBundleInfo.
GetBundlePaths
();
in UpdatePreInfoInDb()
393
if (preInstallBundleInfo.
GetBundlePaths
().empty()) {
in UpdatePreInfoInDb()
H
A
D
bundle_mgr_service_event_handler.cpp
1271
auto preinstalledAppPaths = preInstallBundleInfo.
GetBundlePaths
();
in InnerProcessCheckPreinstallData()
1500
auto preinstalledAppPaths = preInstallBundleInfo.
GetBundlePaths
();
in InnerProcessCheckRecoverableApplicationInfo()
2039
for (const auto &preBundlePath : loadIter.second.
GetBundlePaths
()) {
in ProcessRebootAppServiceUninstall()
2695
for (auto preBundlePath : loadIter.second.
GetBundlePaths
()) {
in ProcessRebootBundleUninstall()
2782
if (preInstallBundleInfo.
GetBundlePaths
().empty()) {
in DeletePreInfoInDb()
2932
if (OTAInstallSystemHsp(preInstallBundleInfo.
GetBundlePaths
()) != ERR_OK) {
in HandlePreInstallAppServiceBundleNamesException()
2958
if (!OTAInstallSystemBundle(preInstallBundleInfo.
GetBundlePaths
(),
in HandlePreInstallBundleNamesException()
H
A
D
base_bundle_installer.cpp
1967
|| preInstallBundleInfo.
GetBundlePaths
().empty()) {
in InnerProcessInstallByPreInstallInfo()
1975
bool isSharedBundle = preInstallBundleInfo.
GetBundlePaths
().front().find(PRE_INSTALL_HSP_PATH) != std::string::npos;
in InnerProcessInstallByPreInstallInfo()
1977
innerInstallParam.sharedBundleDirPaths = preInstallBundleInfo.
GetBundlePaths
();
in InnerProcessInstallByPreInstallInfo()
1979
pathVec = preInstallBundleInfo.
GetBundlePaths
();
in InnerProcessInstallByPreInstallInfo()
H
A
D
bundle_mgr_host_impl.cpp
3906
recoverableApplication.codePaths = recoverableBundleInfo.
GetBundlePaths
();
in GetRecoverableApplicationInfo()
3946
preInstallBundleInfo.
GetBundlePaths
(), bundleInfo)) {
in GetUninstalledBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
92
preInstallBundleInfo.
GetBundlePaths
().empty()) {
in Install()
104
result = ProcessInstall(preInstallBundleInfo.
GetBundlePaths
(), reinstallParam);
in Install()
Completed in 27 milliseconds