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:GetTouchEvent
(Results
1 - 14
of
14
) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/
H
A
D
gtx_input_event_sender_test.cpp
53
* @tc.name:
GetTouchEvent
54
* @tc.desc:
GetTouchEvent
.
57
HWTEST_F(GtxInputEventSenderTest,
GetTouchEvent
, Function | SmallTest | Level2)
in HWTEST_F()
67
GtxInputEventSender::GetInstance().
GetTouchEvent
(touchEvent);
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
gtx_input_event_sender.cpp
26
void GtxInputEventSender::
GetTouchEvent
(GtxTouchEventInfo& touchEvent)
in GetTouchEvent()
function in OHOS::GtxInputEventSender
74
OHOS::GtxInputEventSender::GetInstance().
GetTouchEvent
(touchEvent);
in GetGtxTouchEvent()
/foundation/window/window_manager/wm/include/
H
A
D
gtx_input_event_sender.h
68
void
GetTouchEvent
(GtxTouchEventInfo& touchEvent);
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touch_transform_processor_test_with_mock.cpp
63
EXPECT_CALL(libinputMock,
GetTouchEvent
).WillOnce(Return(&event));
in HWTEST_F()
/foundation/multimodalinput/input/test/facility/mock/include/
H
A
D
libinput_mock.h
33
MOCK_METHOD(struct libinput_event_touch *,
GetTouchEvent
, (struct libinput_event *));
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
native_interface_xcomponent_impl.cpp
99
int32_t OH_NativeXComponent::
GetTouchEvent
(const void* window, OH_NativeXComponent_TouchEvent* touchEvent)
in GetTouchEvent()
function in OH_NativeXComponent
108
(*touchEvent) = xcomponentImpl_->
GetTouchEvent
();
in GetTouchEvent()
H
A
D
native_interface_xcomponent_impl.h
203
const OH_NativeXComponent_TouchEvent
GetTouchEvent
() const
in GetTouchEvent()
function in OHOS::Ace::NativeXComponentImpl
477
int32_t
GetTouchEvent
(const void* window, OH_NativeXComponent_TouchEvent* touchEvent);
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H
A
D
libinput_interface.h
105
virtual struct libinput_event_touch*
GetTouchEvent
(struct libinput_event *event) = 0;
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
native_interface_xcomponent.cpp
63
return component->
GetTouchEvent
(window, touchEvent);
in OH_NativeXComponent_GetTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H
A
D
scroll_bar.h
228
RefPtr<TouchEventImpl>
GetTouchEvent
()
in GetTouchEvent()
function in OHOS::Ace::NG::final
/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H
A
D
libinput_interface.cpp
106
return g_instance->
GetTouchEvent
(event);
in libinput_event_get_touch_event()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H
A
D
scroll_bar_pattern.cpp
211
gestureHub->RemoveTouchEvent(scrollBar_->
GetTouchEvent
());
in SetScrollBar()
323
gestureHub->AddTouchEvent(scrollBar_->
GetTouchEvent
());
in RegisterScrollBarEventTask()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H
A
D
scroll_inner_event_test_ng.cpp
85
auto touchEvent = scrollBar_->
GetTouchEvent
()->GetTouchEventCallback();
in TouchOnScrollBar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_pattern.cpp
940
gestureHub->AddTouchEvent(scrollBar_->
GetTouchEvent
());
in InitScrollBarGestureEvent()
989
gestureHub->RemoveTouchEvent(scrollBar_->
GetTouchEvent
());
in SetScrollBar()
Completed in 15 milliseconds