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:inputDeviceOrigin
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
108
struct libinput_device *
inputDeviceOrigin
= iter->second.
inputDeviceOrigin
;
in GetInputDevice()
local
109
FillInputDevice(inputDevice,
inputDeviceOrigin
);
in GetInputDevice()
113
int32_t min = libinput_device_get_axis_min(
inputDeviceOrigin
, item.first);
in GetInputDevice()
123
axis.SetMaximum(libinput_device_get_axis_max(
inputDeviceOrigin
, item.first));
in GetInputDevice()
126
axis.SetFuzz(libinput_device_get_axis_fuzz(
inputDeviceOrigin
, item.first));
in GetInputDevice()
127
axis.SetFlat(libinput_device_get_axis_flat(
inputDeviceOrigin
, item.first));
in GetInputDevice()
128
axis.SetResolution(libinput_device_get_axis_resolution(
inputDeviceOrigin
, item.first));
in GetInputDevice()
188
ret |= libinput_device_has_key(iter->second.
inputDeviceOrigin
, it) == SUPPORT_KEY;
in SupportKeys()
410
if (item.second.
inputDeviceOrigin
in OnInputDeviceAdded()
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touchpad_transform_processor_test.cpp
387
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
423
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
460
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
500
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
540
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
577
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
615
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
650
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
697
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
735
if (iter->second.
inputDeviceOrigin
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/device_manager/include/
H
A
D
input_device_manager.h
36
struct libinput_device *
inputDeviceOrigin
{ nullptr };
struct
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H
A
D
mouse_event_normalize_test.cpp
182
if (iter->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
533
if (it->second.
inputDeviceOrigin
== dev) {
in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/test/
H
A
D
input_device_manager_test.cpp
1457
deviceInfo.
inputDeviceOrigin
= nullptr;
in HWTEST_F()
1459
EXPECT_TRUE(deviceInfo.
inputDeviceOrigin
== inputDevice);
in HWTEST_F()
1498
deviceInfo.
inputDeviceOrigin
= nullptr;
in HWTEST_F()
1500
EXPECT_TRUE(deviceInfo.
inputDeviceOrigin
== inputDevice);
in HWTEST_F()
Completed in 6 milliseconds