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:hap
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H
A
D
res_sched_service.cpp
206
std::string
hap
("apps:");
in DumpSystemLoadInfo()
210
hap
.append(str);
in DumpSystemLoadInfo()
215
hap
.append("\n");
in DumpSystemLoadInfo()
217
result.append(native).append(
hap
);
in DumpSystemLoadInfo()
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H
A
D
ability_test_helper.h
42
static bool TestInstall(const std::string &
hap
);
H
A
D
ability_test_helper.cpp
116
bool AbilityTestHelper::TestInstall(const std::string &
hap
)
in TestInstall()
argument
122
if (!Install(
hap
.c_str(), &installParam, InstallCallback)) {
in TestInstall()
123
printf("[ERROR] [AbilityTestHelper] Install
hap
failed!\n");
in TestInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H
A
D
bms_bundle_parser_test.cpp
95
"moduleName": "
hap
-car"
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H
A
D
bms_bundle_clone_app_bundle_logic_test.cpp
97
"hapPath":"/data/app/el1/bundle/public/com.example.myapplication/entry.
hap
",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H
A
D
bms_bundle_data_storage_database_test.cpp
233
"hapPath":"/data/app/el1/bundle/public/com.example.myapplication/entry.
hap
",
680
"hapPath":"/data/app/el1/bundle/public/com.example.myapplication/entry.
hap
",
1296
"hapPath": "/data/app/el1/bundle/public/com.ohos.launcher/com_ohos_launcher.
hap
",
1405
"hapPath": "/data/app/el1/bundle/public/com.ohos.launcher/com_ohos_launcher_recents.
hap
",
1464
"hapPath": "/data/app/el1/bundle/public/com.ohos.launcher/com_ohos_launcher_settings.
hap
",
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H
A
D
napi_context.cpp
2502
std::shared_ptr<HapModuleInfo>
hap
= getDatabaseDirCB->cbBase.ability->GetHapModuleInfo();
in GetDatabaseDirWrap()
local
2503
std::string moduleName = (
hap
!= nullptr) ?
hap
->name : std::string();
in GetDatabaseDirWrap()
2599
std::shared_ptr<HapModuleInfo>
hap
= getPreferencesDirCB->cbBase.ability->GetHapModuleInfo();
in GetPreferencesDirWrap()
local
2600
std::string moduleName = (
hap
!= nullptr) ?
hap
->name : std::string();
in GetPreferencesDirWrap()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
1315
for (const auto &
hap
: bundleInfo.hapModuleInfos) {
in GetBundleName()
1316
for (const auto &ext :
hap
.extensionInfos) {
in GetBundleName()
Completed in 17 milliseconds