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:BUNDLE_EL
(Results
1 - 12
of
12
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_host_impl.cpp
399
std::vector<std::string> elPath(ServiceConstants::
BUNDLE_EL
);
in AddUserDirDeleteDfx()
436
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in CreateBundleDataDir()
438
(el == ServiceConstants::
BUNDLE_EL
[0])) {
in CreateBundleDataDir()
465
if (el == ServiceConstants::
BUNDLE_EL
[1]) {
in CreateBundleDataDir()
747
std::string dataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in CleanBundleDataForEl2()
805
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in RemoveModuleDataDir()
875
std::vector<std::string> elPath(ServiceConstants::
BUNDLE_EL
);
in CleanBundleDataDirByName()
878
if (el == ServiceConstants::
BUNDLE_EL
[1]) {
in CleanBundleDataDirByName()
1583
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in RemoveExtensionDir()
1598
if (el == ServiceConstants::
BUNDLE_EL
[
in RemoveExtensionDir()
[all...]
H
A
D
installd_operator.cpp
2065
std::string baseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[0] +
in GetAtomicServiceBundleDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
user_unlocked_event_subscriber.cpp
128
if (elDir != ServiceConstants::
BUNDLE_EL
[0]) {
in CreateBundleDataDir()
202
ProcessUpdateAppDataDir(userId, bundleInfos, ServiceConstants::
BUNDLE_EL
[1]);
in UpdateAppDataDirSelinuxLabel()
341
std::string parentDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in CreateBundleLogDir()
H
A
D
base_bundle_installer.cpp
1366
std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1]
in RollBack()
2001
std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in RemoveBundle()
2715
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in SetDirApl()
2876
std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in CreateBundleDataDir()
2910
std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in CreateBundleDataDir()
4725
std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in RemoveBundleUserData()
6076
std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1]
in RollbackHmpUserInfo()
H
A
D
bundle_mgr_service_event_handler.cpp
408
std::string baseDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[0];
in ScanAndAnalyzeUserDatas()
806
std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1]
in SaveInstallInfoToCache()
1593
std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[0] +
in RefreshQuotaForAllUid()
3409
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in UpdateAppDataSelinuxLabel()
H
A
D
bundle_mgr_host_impl.cpp
1403
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in CleanBundleCacheTaskGetCleanSize()
1545
std::vector<std::string> bundleEls = ServiceConstants::
BUNDLE_EL
;
in CleanBundleCacheTask()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_service_constants.h
42
const std::vector<std::string>
BUNDLE_EL
= {DIR_EL1, DIR_EL2, DIR_EL3, DIR_EL4};
member
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H
A
D
bms_install_extension_system_test.cpp
68
const std::vector<std::string>
BUNDLE_EL
= {"el1", "el2", "el3", "el4"};
member
253
for (const auto &el :
BUNDLE_EL
) {
in CheckFileNotExist()
264
if (el ==
BUNDLE_EL
[1]) {
in CheckFileNotExist()
279
for (const auto &el :
BUNDLE_EL
) {
in CheckFileExist()
290
if (el ==
BUNDLE_EL
[1]) {
in CheckFileExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H
A
D
recently_unused_bundle_aging_handler.cpp
171
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in GetCachePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H
A
D
bundle_sandbox_exception_handler.cpp
130
for (const auto &el : ServiceConstants::
BUNDLE_EL
) {
in KeepSandboxDirs()
H
A
D
bundle_sandbox_installer.cpp
262
std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in CreateSandboxDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
bundle_mgr_service_event_handler.cpp
320
std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::
BUNDLE_EL
[1] +
in SaveInstallInfoToCache()
Completed in 40 milliseconds