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:INPUT_DEVICE_IMPL
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H
A
D
input_device_impl.h
71
#define
INPUT_DEVICE_IMPL
OHOS::MMI::InputDeviceImpl::GetInstance()
macro
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
input_manager_impl.cpp
1613
return
INPUT_DEVICE_IMPL
.RegisterDevListener(type, listener);
in RegisterDevListener()
1625
return
INPUT_DEVICE_IMPL
.UnregisterDevListener(type, listener);
in UnregisterDevListener()
1636
return
INPUT_DEVICE_IMPL
.GetInputDeviceIds(callback);
in GetDeviceIds()
1648
return
INPUT_DEVICE_IMPL
.GetInputDevice(deviceId, callback);
in GetDevice()
1660
return
INPUT_DEVICE_IMPL
.SupportKeys(deviceId, keyCodes, callback);
in SupportKeys()
1671
return
INPUT_DEVICE_IMPL
.GetKeyboardType(deviceId, callback);
in GetKeyboardType()
1682
return
INPUT_DEVICE_IMPL
.SetKeyboardRepeatDelay(delay);
in SetKeyboardRepeatDelay()
1693
return
INPUT_DEVICE_IMPL
.SetKeyboardRepeatRate(rate);
in SetKeyboardRepeatRate()
1704
return
INPUT_DEVICE_IMPL
.GetKeyboardRepeatDelay(callback);
in GetKeyboardRepeatDelay()
1715
return
INPUT_DEVICE_IMPL
in GetKeyboardRepeatRate()
[all...]
H
A
D
client_msg_handler.cpp
294
INPUT_DEVICE_IMPL
.OnDevListener(deviceId, type);
in OnDevListener()
Completed in 4 milliseconds