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:SetGestureType
(Results
1 - 11
of
11
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H
A
D
mock_accessibility_event_info.h
185
void
SetGestureType
(const GestureType gestureType);
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_event_info.h
424
void
SetGestureType
(const GestureType gestureType);
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_event_info.cpp
300
void AccessibilityEventInfo::
SetGestureType
(const GestureType gestureType)
in SetGestureType()
function in OHOS::Accessibility::AccessibilityEventInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H
A
D
accessibility_event_info_test.cpp
211
* @tc.name:
SetGestureType
212
* @tc.desc: Test function
SetGestureType
221
eventInfo_->
SetGestureType
(GestureType::GESTURE_SWIPE_UP);
in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H
A
D
mock_accessibility_event_info.cpp
211
* @tc.name:
SetGestureType
212
* @tc.desc: Test function
SetGestureType
221
eventInfo_->
SetGestureType
(GestureType::GESTURE_SWIPE_UP);
in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H
A
D
accessibilitysystemabilityclient_fuzzer.cpp
116
eventInfo.
SetGestureType
(gestureType);
in CreateEventInfoFirstPart()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_touch_guider.cpp
232
eventInfo.
SetGestureType
(gestureId);
in OnCompleted()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_touch_guider.cpp
232
eventInfo.
SetGestureType
(gestureId);
in OnCompleted()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H
A
D
accessibleabilityclient_fuzzer.cpp
333
sourceEventInfo.
SetGestureType
(static_cast<OHOS::Accessibility::GestureType>(uint32Data));
in GenerateAccessibilityEventInfo()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H
A
D
sa_get_attribute_value_benchmark.cpp
216
eventInfo.
SetGestureType
(gestureId);
in SendGestureEventToAA()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_touch_guider.cpp
216
eventInfo.
SetGestureType
(gestureId);
in SendGestureEventToAA()
Completed in 11 milliseconds