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:rootDirList
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H
A
D
parser_util.cpp
45
std::vector<std::string>
rootDirList
;
in GetResidentProcessRawData()
local
46
GetPreInstallRootDirList(
rootDirList
);
in GetResidentProcessRawData()
48
for (auto &root :
rootDirList
) {
in GetResidentProcessRawData()
128
void ParserUtil::GetPreInstallRootDirList(std::vector<std::string> &
rootDirList
)
in GetPreInstallRootDirList()
argument
136
rootDirList
.emplace_back(cfgDir);
in GetPreInstallRootDirList()
141
bool ret = std::find(
rootDirList
.begin(),
rootDirList
.end(), DEFAULT_PRE_BUNDLE_ROOT_DIR) !=
rootDirList
.end();
in GetPreInstallRootDirList()
143
rootDirList
.emplace_back(DEFAULT_PRE_BUNDLE_ROOT_DIR);
in GetPreInstallRootDirList()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrdbparserutil_fuzzer/
H
A
D
abilitymgrrdbparserutil_fuzzer.cpp
73
std::vector<std::string>
rootDirList
;
in DoSomethingInterestingWithMyAPI()
local
74
instance.GetPreInstallRootDirList(
rootDirList
);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/
H
A
D
parser_util.h
34
void GetPreInstallRootDirList(std::vector<std::string> &
rootDirList
);
/foundation/resourceschedule/device_standby/utils/policy/src/
H
A
D
standby_config_manager.cpp
332
std::list<std::string>
rootDirList
;
in GetConfigFileList()
local
341
rootDirList
.emplace_back(cfgDir);
in GetConfigFileList()
346
if (std::find(
rootDirList
.begin(),
rootDirList
.end(), DEFAULT_CONFIG_ROOT_DIR)
in GetConfigFileList()
347
==
rootDirList
.end()) {
in GetConfigFileList()
348
rootDirList
.emplace_front(DEFAULT_CONFIG_ROOT_DIR);
in GetConfigFileList()
352
for (auto configDir :
rootDirList
) {
in GetConfigFileList()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_permission_mgr.cpp
45
std::vector<std::string>
rootDirList
;
in Init()
local
46
BMSEventHandler::GetPreInstallRootDirList(
rootDirList
);
in Init()
47
if (
rootDirList
.empty()) {
in Init()
48
LOG_E(BMS_TAG_DEFAULT, "
rootDirList
is empty");
in Init()
51
for (const auto &item :
rootDirList
) {
in Init()
H
A
D
bundle_mgr_service_event_handler.cpp
593
void BMSEventHandler::GetPreInstallRootDirList(std::vector<std::string> &
rootDirList
)
in GetPreInstallRootDirList()
argument
604
rootDirList
.emplace_back(cfgDir);
in GetPreInstallRootDirList()
611
rootDirList
.begin(),
rootDirList
.end(), DEFAULT_PRE_BUNDLE_ROOT_DIR) !=
rootDirList
.end();
in GetPreInstallRootDirList()
613
rootDirList
.emplace_back(DEFAULT_PRE_BUNDLE_ROOT_DIR);
in GetPreInstallRootDirList()
637
std::vector<std::string>
rootDirList
;
in LoadPreInstallProFile()
local
638
GetPreInstallRootDirList(
rootDirList
);
in LoadPreInstallProFile()
639
if (
rootDirList
.empty()) {
in LoadPreInstallProFile()
644
for (const auto &rootDir :
rootDirList
) {
in LoadPreInstallProFile()
888
std::vector<std::string>
rootDirList
;
GetBundleDirFromScan()
local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_mgr_service_event_handler.h
83
* @param
rootDirList
Indicates the root dir list.
86
static void GetPreInstallRootDirList(std::vector<std::string> &
rootDirList
);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
bundle_mgr_service_event_handler.cpp
215
void BMSEventHandler::GetPreInstallRootDirList(std::vector<std::string>&
rootDirList
) {}
in GetPreInstallRootDirList()
argument
Completed in 10 milliseconds