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:FindTouchState
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
308
ssize_t idx =
FindTouchState
(deviceId, source);
in UpdateTouchState()
320
ssize_t idx =
FindTouchState
(deviceId, source);
in UpdateTouchState()
330
ssize_t idx =
FindTouchState
(deviceId, source);
in UpdateTouchState()
353
ssize_t idx =
FindTouchState
(event->deviceId, event->sourceType);
in ResampleTouchState()
455
ssize_t EventResample::
FindTouchState
(int32_t deviceId, int32_t source) const
in FindTouchState()
function in OHOS::MMI::EventResample
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
258
ssize_t
FindTouchState
(int32_t deviceId, int32_t source) const;
/foundation/multimodalinput/input/service/event_resample/test/
H
A
D
event_resample_test.cpp
921
* @tc.desc: Test the funcation
FindTouchState
936
ASSERT_NO_FATAL_FAILURE(EventResampleHdr->
FindTouchState
(deviceId, source));
in HWTEST_F()
938
ASSERT_NO_FATAL_FAILURE(EventResampleHdr->
FindTouchState
(deviceId, source));
in HWTEST_F()
940
ASSERT_NO_FATAL_FAILURE(EventResampleHdr->
FindTouchState
(deviceId, source));
in HWTEST_F()
Completed in 4 milliseconds