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_SERVICE_NAME
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/hats/hdf/manager/managerServiceTest/
H
A
D
service_manager_hdi_test.cpp
48
static constexpr const char *
TEST_SERVICE_NAME
= "sample_driver_service";
member
67
(void)
TEST_SERVICE_NAME
;
in SetUpTestCase()
80
devmgr->LoadDevice(
TEST_SERVICE_NAME
);
in SetUpTestCase()
90
devmgr->UnloadDevice(
TEST_SERVICE_NAME
);
in TearDownTestCase()
144
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in HWTEST_F()
170
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in HWTEST_F()
199
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in HWTEST_F()
228
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in HWTEST_F()
266
devmgr->UnloadDevice(
TEST_SERVICE_NAME
);
in HWTEST_F()
271
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in HWTEST_F()
[all...]
/test/xts/hats/hdf/manager/managerHdiTest/
H
A
D
service_manager_hdi_c_test.cpp
37
static constexpr const char *
TEST_SERVICE_NAME
= "sample_driver_service";
member
50
(void)
TEST_SERVICE_NAME
;
in SetUpTestCase()
60
devmgr->LoadDevice(devmgr,
TEST_SERVICE_NAME
);
in SetUpTestCase()
69
devmgr->UnloadDevice(devmgr,
TEST_SERVICE_NAME
);
in TearDownTestCase()
102
struct HdfRemoteService *sampleService = servmgr->GetService(servmgr,
TEST_SERVICE_NAME
);
in HWTEST_F()
151
struct HdfRemoteService *sampleService = servmgr->GetService(servmgr,
TEST_SERVICE_NAME
);
in HWTEST_F()
188
struct HdfRemoteService *sampleService = servmgr->GetService(servmgr,
TEST_SERVICE_NAME
);
in HWTEST_F()
227
struct HdfRemoteService *sampleService = servmgr->GetService(servmgr,
TEST_SERVICE_NAME
);
in HWTEST_F()
270
struct HdfRemoteService *sampleService = servmgr->GetService(servmgr,
TEST_SERVICE_NAME
);
in HWTEST_F()
315
devmgr->UnloadDevice(devmgr,
TEST_SERVICE_NAME
);
in HWTEST_F()
[all...]
/test/xts/hats/hdf/manager/managerBenchmarkTest/
H
A
D
hdf_manager_benchmark_test.cpp
50
static constexpr const char *
TEST_SERVICE_NAME
= "sample_driver_service";
variable
71
devmgr->LoadDevice(
TEST_SERVICE_NAME
);
in SetUp()
79
devmgr->UnloadDevice(
TEST_SERVICE_NAME
);
in TearDown()
112
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
141
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
143
sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
174
devmgr->UnloadDevice(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
179
auto sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
183
ret = devmgr->LoadDevice(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
187
sampleService = servmgr->GetService(
TEST_SERVICE_NAME
);
in BENCHMARK_F()
[all...]
Completed in 3 milliseconds