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:SetLoopCount
(Results
1 - 7
of
7
) sorted by relevance
/base/sensors/miscdevice/test/fuzztest/vibrator/setloopcount_fuzzer/
H
A
D
setloopcount_fuzzer.cpp
30
bool ret = OHOS::Sensors::
SetLoopCount
(count);
in SetLoopCountFuzzTest()
/base/sensors/miscdevice/interfaces/inner_api/vibrator/
H
A
D
vibrator_agent.h
105
bool
SetLoopCount
(int32_t count);
/base/sensors/miscdevice/frameworks/cj/src/
H
A
D
vibrator_ffi.cpp
80
if (!
SetLoopCount
(info.count)) {
in StartVibrate()
81
MISC_HILOGE("
SetLoopCount
fail");
in StartVibrate()
/base/sensors/miscdevice/frameworks/native/vibrator/
H
A
D
vibrator_agent.cpp
60
bool
SetLoopCount
(int32_t count)
in SetLoopCount()
function
/base/sensors/miscdevice/test/unittest/vibrator/native/
H
A
D
vibrator_agent_test.cpp
219
bool ret =
SetLoopCount
(300);
in HWTEST_F()
226
bool ret =
SetLoopCount
(-1);
in HWTEST_F()
233
bool ret =
SetLoopCount
(0);
in HWTEST_F()
298
bool flag =
SetLoopCount
(2);
in HWTEST_F()
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_proxy.cpp
157
bool setLoopRet = Sensors::
SetLoopCount
(LOOP_COUNT_MAP.at(type));
in StartVibrator()
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H
A
D
vibrator_js.cpp
478
if (!
SetLoopCount
(info.count)) {
in StartVibrate()
479
MISC_HILOGE("
SetLoopCount
fail");
in StartVibrate()
Completed in 6 milliseconds