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:StartVibratorOnce
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/nfc/services/src/external_deps/
H
A
D
tag_ability_dispatcher.h
37
static void
StartVibratorOnce
();
H
A
D
external_deps_proxy.h
91
void
StartVibratorOnce
();
H
A
D
tag_ability_dispatcher.cpp
77
void TagAbilityDispatcher::
StartVibratorOnce
()
in StartVibratorOnce()
function in OHOS::NFC::TAG::TagAbilityDispatcher
80
OHOS::Sensors::
StartVibratorOnce
(DEFAULT_MOTOR_VIBRATOR_ONCE);
in StartVibratorOnce()
H
A
D
external_deps_proxy.cpp
204
void ExternalDepsProxy::
StartVibratorOnce
()
in StartVibratorOnce()
function in OHOS::NFC::ExternalDepsProxy
206
TAG::TagAbilityDispatcher::
StartVibratorOnce
();
in StartVibratorOnce()
/foundation/communication/nfc/services/include/
H
A
D
tag_dispatcher.h
52
void
StartVibratorOnce
();
/foundation/communication/nfc/services/src/tag/
H
A
D
tag_dispatcher.cpp
202
StartVibratorOnce
();
in HandleTagFound()
205
void TagDispatcher::
StartVibratorOnce
()
in StartVibratorOnce()
function in OHOS::NFC::TAG::TagDispatcher
208
ExternalDepsProxy::GetInstance().
StartVibratorOnce
();
in StartVibratorOnce()
/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H
A
D
externaldepsproxy_fuzzer.cpp
259
ExternalDepsProxy::GetInstance().
StartVibratorOnce
();
in FuzzStartVibratorOnce()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H
A
D
tagabilitydispatcher_fuzzer.cpp
154
tagAbilityDispatcher->
StartVibratorOnce
();
in FuzzStartVibratorOnce()
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
external_deps_proxy_test.cpp
361
* @tc.desc: Test ExternalDepsProxyTest
StartVibratorOnce
.
367
externalDepsProxy->
StartVibratorOnce
();
in HWTEST_F()
Completed in 6 milliseconds