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:Vibrator
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H
A
D
vibrator.h
24
class
Vibrator
: public AceType {
class
25
DECLARE_ACE_TYPE(
Vibrator
, AceType);
28
~
Vibrator
() override = default;
34
explicit
Vibrator
(const RefPtr<TaskExecutor>& taskExecutor) : taskExecutor_(taskExecutor) {}
in Vibrator()
function in OHOS::Ace::Vibrator
H
A
D
vibrator_interface.h
29
virtual RefPtr<
Vibrator
> GetVibrator(const RefPtr<TaskExecutor>& taskExecutor) = 0;
H
A
D
vibrator_proxy.cpp
29
RefPtr<
Vibrator
> VibratorProxy::GetVibrator(const RefPtr<TaskExecutor>& taskExecutor)
in GetVibrator()
H
A
D
vibrator_proxy.h
30
RefPtr<
Vibrator
> GetVibrator(const RefPtr<TaskExecutor>& taskExecutor) override;
/foundation/arkui/ace_engine/test/unittest/core/common/vibrator/
H
A
D
mock_vibrator.h
22
class MockVibrator : public
Vibrator
{
23
DECLARE_ACE_TYPE(MockVibrator,
Vibrator
);
36
MOCK_METHOD(RefPtr<
Vibrator
>, GetVibrator, (const RefPtr<TaskExecutor>& taskExecutor), (override));
H
A
D
vibrator_test.cpp
58
RefPtr<
Vibrator
> vibrator = vibratorProxy.GetVibrator(taskExecutor);
in HWTEST_F()
68
RefPtr<
Vibrator
> vibrator1 = vibratorProxy.GetVibrator(taskExecutor);
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_swipe_view.cpp
393
Vibrator
();
in pfnGetWidthOrHeight()
472
Vibrator
();
in RefreshCurrentViewByThrow()
577
void UISwipeView::
Vibrator
()
in Vibrator()
function in OHOS::UISwipeView
582
GRAPHIC_LOGI("UISwipeView::
Vibrator
calls TYPE_THREE vibrator");
in Vibrator()
585
GRAPHIC_LOGI("UISwipeView::
Vibrator
calls TYPE_ONE vibrator");
in Vibrator()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
render_picker_column.h
177
RefPtr<
Vibrator
> vibrator_;
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_bar_controller.h
190
RefPtr<
Vibrator
> vibrator_;
H
A
D
render_multi_child_scroll.h
139
RefPtr<
Vibrator
> vibrator_;
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_swipe_view.h
378
void
Vibrator
();
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
render_list_item.h
344
RefPtr<
Vibrator
> vibrator_;
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
render_swiper.h
609
RefPtr<
Vibrator
> vibrator_ = nullptr;
Completed in 8 milliseconds