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:vibratorType
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/vibrator/
H
A
D
vibrator_utils.cpp
32
const char* GetVibratorType(const std::string&
vibratorType
)
in GetVibratorType()
argument
34
if (
vibratorType
== "longPress.light") {
in GetVibratorType()
36
} else if (
vibratorType
== "slide") {
in GetVibratorType()
38
} else if (
vibratorType
== "slide.light") {
in GetVibratorType()
71
void VibratorUtils::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
73
const char* realVibratorType = GetVibratorType(
vibratorType
);
in StartVibraFeedback()
/foundation/arkui/ace_engine/adapter/preview/entrance/vibrator/
H
A
D
vibrator_utils.cpp
23
void VibratorUtils::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
/foundation/arkui/ace_engine/test/mock/core/pattern/
H
A
D
mock_indexer_vibrator.cpp
23
void VibratorUtils::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H
A
D
vibrator_utils.h
28
static void StartVibraFeedback(const std::string&
vibratorType
);
/foundation/arkui/ui_lite/interfaces/innerkits/dock/
H
A
D
vibrator_manager.h
34
* @param
vibratorType
vibrator type.
36
typedef void (*VibratorFunc)(VibratorType
vibratorType
);
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.cpp
45
void Print(VibratorType
vibratorType
)
in Print()
argument
47
switch (
vibratorType
) {
in Print()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_client_impl.h
299
void StartVibraFeedback(const std::string&
vibratorType
) override;
H
A
D
web_client_impl.cpp
1255
void WebClientImpl::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
1260
delegate->StartVibraFeedback(
vibratorType
);
in StartVibraFeedback()
H
A
D
web_delegate.h
1076
void StartVibraFeedback(const std::string&
vibratorType
);
H
A
D
web_delegate.cpp
7248
void WebDelegate::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
7252
webPattern->StartVibraFeedback(
vibratorType
);
in StartVibraFeedback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_pattern.h
603
void StartVibraFeedback(const std::string&
vibratorType
);
H
A
D
web_pattern.cpp
1327
void WebPattern::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.h
695
void StartVibraFeedback(const std::string&
vibratorType
);
H
A
D
web_pattern.cpp
7034
void WebPattern::StartVibraFeedback(const std::string&
vibratorType
)
in StartVibraFeedback()
argument
7037
NG::VibratorUtils::StartVibraFeedback(
vibratorType
);
in StartVibraFeedback()
Completed in 34 milliseconds