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:TEST_HAP_PATH
(Results
1 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/
H
A
D
bms_bundle_data_group_test.cpp
43
const std::string
TEST_HAP_PATH
= "/data/test/test.hap";
member
138
newInfos.emplace(
TEST_HAP_PATH
, info);
in HWTEST_F()
299
bundlePaths.emplace_back(
TEST_HAP_PATH
);
in HWTEST_F()
317
bundlePaths.emplace_back(
TEST_HAP_PATH
);
in HWTEST_F()
336
bundlePaths.emplace_back(
TEST_HAP_PATH
);
in HWTEST_F()
340
infos.emplace(
TEST_HAP_PATH
, info);
in HWTEST_F()
342
const auto &dataGroupInfos = infos[
TEST_HAP_PATH
].GetDataGroupInfos();
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H
A
D
bms_bundle_get_overlay_module_info_test.cpp
37
const std::string
TEST_HAP_PATH
= "testHapPath";
member
107
innerModuleInfo.hapPath =
TEST_HAP_PATH
;
in AddOverlayInnerBundleInfo()
127
overlayModuleInfo.hapPath =
TEST_HAP_PATH
;
in AddOverlayInnerBundleInfo()
184
EXPECT_EQ(info.hapPath,
TEST_HAP_PATH
);
in CheckOverlayModuleInfo()
H
A
D
bms_bundle_overlay_ipc_test.cpp
36
const std::string
TEST_HAP_PATH
= "testHapPath";
member
148
moduleInfo.hapPath =
TEST_HAP_PATH
;
in CreateOverlayModuleInfo()
225
EXPECT_EQ(overlayModuleInfo.hapPath,
TEST_HAP_PATH
);
in CheckOverlayModuleInfo()
/foundation/ability/ability_base/test/unittest/extractor/
H
A
D
extractor_test.cpp
33
const std::string
TEST_HAP_PATH
("/system/app/com.ohos.settings/Settings.hap");
67
std::ifstream ifs(
TEST_HAP_PATH
.c_str());
in SetUp()
69
testPath_ =
TEST_HAP_PATH
;
in SetUp()
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H
A
D
cj_test_runner_test.cpp
57
const std::string
TEST_HAP_PATH
= "/system/app/com.ohos.contactsdataability/Contacts_DataAbility.hap";
member
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H
A
D
cj_runtime_test.cpp
35
const std::string
TEST_HAP_PATH
= "/system/app/com.ohos.contactsdataability/Contacts_DataAbility.hap";
member
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H
A
D
js_runtime_first_test.cpp
43
const std::string
TEST_HAP_PATH
=
member
H
A
D
js_runtime_test.cpp
44
const std::string
TEST_HAP_PATH
= "/system/app/com.ohos.contactsdataability/Contacts_DataAbility.hap";
member
379
std::string hapPath =
TEST_HAP_PATH
;
in HWTEST_F()
950
std::string hapPath =
TEST_HAP_PATH
;
in HWTEST_F()
1482
std::string hapPath =
TEST_HAP_PATH
;
in HWTEST_F()
Completed in 8 milliseconds