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
defs:endRet
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/vibrator/test/performance/common/
H
A
D
hdf_vibrator_performance_test.cpp
83
int
endRet
= g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
107
int
endRet
= g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
131
int
endRet
= g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
/drivers/peripheral/vibrator/test/performance/hdi/
H
A
D
hdf_vibrator_hdi_performance_test.cpp
79
int
endRet
= g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
103
int
endRet
= g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
127
int
endRet
= g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
/drivers/peripheral/vibrator/test/benchmarktest/
H
A
D
hdf_vibrator_benchmark_test.cpp
68
int32_t
endRet
;
in BENCHMARK_F()
local
92
int32_t
endRet
;
in BENCHMARK_F()
local
115
int32_t
endRet
;
in BENCHMARK_F()
local
/drivers/peripheral/vibrator/test/unittest/common/
H
A
D
hdf_vibrator_test.cpp
99
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
117
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
137
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
157
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
175
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
195
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_BUTT);
HWTEST_F()
local
219
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_PRESET);
HWTEST_F()
local
240
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_PRESET);
HWTEST_F()
local
258
int32_t
endRet
= g_vibratorDev->Stop(VIBRATOR_MODE_ONCE);
HWTEST_F()
local
[all...]
/drivers/peripheral/vibrator/test/unittest/hdi/
H
A
D
hdf_vibrator_hdi_test.cpp
109
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
127
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
270
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
504
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
521
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
542
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
HWTEST_F()
local
562
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
HWTEST_F()
local
580
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
HWTEST_F()
local
598
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_PRESET);
HWTEST_F()
local
616
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_HDHAPTIC);
HWTEST_F()
local
634
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_BUTT);
HWTEST_F()
local
656
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_PRESET);
HWTEST_F()
local
674
int32_t
endRet
= g_vibratorInterface->Stop(HdfVibratorMode::HDF_VIBRATOR_MODE_ONCE);
HWTEST_F()
local
[all...]
H
A
D
hdi_unittest_vibrator.cpp
456
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
474
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
495
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
513
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_ONCE);
in HWTEST_F()
local
531
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_PRESET);
in HWTEST_F()
local
549
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_HDHAPTIC);
HWTEST_F()
local
567
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_BUTT);
HWTEST_F()
local
586
int32_t
endRet
= g_vibratorInterface->StopV1_2(HdfVibratorModeV1_2::HDF_VIBRATOR_MODE_PRESET);
HWTEST_F()
local
604
int32_t
endRet
= g_vibratorInterface->Stop(HdfVibratorMode::HDF_VIBRATOR_MODE_ONCE);
HWTEST_F()
local
[all...]
Completed in 4 milliseconds