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:moduleVec
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_install_checker.cpp
1086
std::vector<std::string>
moduleVec
= info.second.GetDistroModuleName();
in CheckModuleNameForMulitHaps()
local
1087
if (
moduleVec
.empty()) {
in CheckModuleNameForMulitHaps()
1091
if (moduleSet.count(
moduleVec
[0])) {
in CheckModuleNameForMulitHaps()
1092
LOG_E(BMS_TAG_INSTALLER, "the moduleName: %{public}s is not unique in the haps",
moduleVec
[0].c_str());
in CheckModuleNameForMulitHaps()
1093
SetCheckResultMsg("the moduleName: " +
moduleVec
[0] + " is not unique in the haps");
in CheckModuleNameForMulitHaps()
1096
moduleSet.insert(
moduleVec
[0]);
in CheckModuleNameForMulitHaps()
1133
std::vector<std::string>
moduleVec
= info.GetDistroModuleName();
in IsContainModuleName()
local
1134
if (moduleName.empty() ||
moduleVec
.empty()) {
in IsContainModuleName()
1138
return (find(
moduleVec
.cbegin(),
moduleVec
in IsContainModuleName()
[all...]
H
A
D
base_bundle_installer.cpp
961
std::vector<std::string>
moduleVec
= newBundleInfo.GetModuleNameVec();
in InnerProcessUpdateHapToken()
local
962
if (!isAppExist_ && (
moduleVec
.size() == 1)) {
in InnerProcessUpdateHapToken()
968
for (const auto &package :
moduleVec
) {
in InnerProcessUpdateHapToken()
4295
std::vector<std::string>
moduleVec
= info.GetModuleNameVec();
in UninstallLowerVersionFeature()
local
4297
for (const auto &package :
moduleVec
) {
in UninstallLowerVersionFeature()
H
A
D
inner_bundle_info.cpp
3677
std::vector<std::string>
moduleVec
;
in GetDistroModuleName()
local
3679
moduleVec
.push_back(item.second.moduleName);
in GetDistroModuleName()
3681
return
moduleVec
;
in GetDistroModuleName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
941
std::vector<std::string>
moduleVec
= info.GetModuleNameVec();
in UninstallLowerVersion()
local
943
for (const auto &package :
moduleVec
) {
in UninstallLowerVersion()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
inner_bundle_info.h
1377
std::vector<std::string>
moduleVec
;
in GetModuleNameVec()
local
1379
moduleVec
.emplace_back(it.first);
in GetModuleNameVec()
1381
return
moduleVec
;
in GetModuleNameVec()
Completed in 25 milliseconds