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:serviceNames
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/hats/hdf/manager/managerServiceTest/
H
A
D
service_manager_hdi_test.cpp
753
std::vector<std::string>
serviceNames
;
in HWTEST_F()
local
754
int ret = servmgr->ListServiceByInterfaceDesc(
serviceNames
, TEST_SERVICE_INTERFACE_DESC_N);
in HWTEST_F()
756
ASSERT_FALSE(
serviceNames
.empty());
in HWTEST_F()
757
ASSERT_TRUE(
serviceNames
.front().compare(TEST_SERVICE_NAME) == 0);
in HWTEST_F()
771
std::vector<std::string>
serviceNames
;
in HWTEST_F()
local
772
int ret = servmgr->ListServiceByInterfaceDesc(
serviceNames
, TEST_SERVICE_INTERFACE_DESC_INVALID);
in HWTEST_F()
774
ASSERT_TRUE(
serviceNames
.empty());
in HWTEST_F()
787
std::vector<std::string>
serviceNames
;
in HWTEST_F()
local
788
int ret = servmgr->ListServiceByInterfaceDesc(
serviceNames
, TEST_SERVICE_INTERFACE_DESC_VOID);
in HWTEST_F()
790
ASSERT_TRUE(
serviceNames
in HWTEST_F()
803
std::vector<std::string>
serviceNames
;
HWTEST_F()
local
830
std::vector<std::string>
serviceNames
;
HWTEST_F()
local
[all...]
/test/xts/hats/hdf/manager/managerBenchmarkTest/
H
A
D
hdf_manager_benchmark_test.cpp
430
std::vector<std::string>
serviceNames
;
in BENCHMARK_F()
local
433
ret = servmgr->ListServiceByInterfaceDesc(
serviceNames
, TEST_SERVICE_INTERFACE_DESC_N);
in BENCHMARK_F()
436
ASSERT_FALSE(
serviceNames
.empty());
in BENCHMARK_F()
437
ASSERT_TRUE(
serviceNames
.front().compare(TEST_SERVICE_NAME) == 0);
in BENCHMARK_F()
/test/xts/hats/hdf/manager/managerHdiTest/
H
A
D
service_manager_hdi_c_test.cpp
641
ASSERT_TRUE(strcmp(serviceSet->
serviceNames
[0], TEST_SERVICE_NAME) == 0);
in HWTEST_F()
685
ASSERT_TRUE(strcmp(serviceSet->
serviceNames
[0], TEST_SERVICE_NAME) == 0);
in HWTEST_F()
686
ASSERT_TRUE(strcmp(serviceSet->
serviceNames
[1], TEST1_SERVICE_NAME) == 0);
in HWTEST_F()
Completed in 5 milliseconds