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:cPointerEvent
(Results
1 - 2
of
2
) sorted by relevance
/base/msdp/device_status/rust/subsystem/input/binding/src/
H
A
D
input_binding.cpp
48
auto
cPointerEvent
= new (std::nothrow) CPointerEvent(pointerEvent);
in OnInputEvent()
local
49
CHKPV(
cPointerEvent
);
in OnInputEvent()
51
callback_(
cPointerEvent
);
in OnInputEvent()
54
int32_t CGetPointerId(const CPointerEvent*
cPointerEvent
)
in CGetPointerId()
argument
57
CHKPR(
cPointerEvent
, RET_ERR);
in CGetPointerId()
58
CHKPR(
cPointerEvent
->event, RET_ERR);
in CGetPointerId()
59
return
cPointerEvent
->event->GetPointerId();
in CGetPointerId()
62
int32_t CGetPointerAction(const CPointerEvent*
cPointerEvent
)
in CGetPointerAction()
argument
65
CHKPR(
cPointerEvent
, RET_ERR);
in CGetPointerAction()
66
CHKPR(
cPointerEvent
in CGetPointerAction()
72
CGetTargetWindowId(const CPointerEvent*
cPointerEvent
)
CGetTargetWindowId()
argument
80
CGetSourceType(const CPointerEvent*
cPointerEvent
)
CGetSourceType()
argument
88
CGetTargetDisplayId(const CPointerEvent*
cPointerEvent
)
CGetTargetDisplayId()
argument
96
CGetDisplayX(const CPointerEvent*
cPointerEvent
)
CGetDisplayX()
argument
106
CGetDisplayY(const CPointerEvent*
cPointerEvent
)
CGetDisplayY()
argument
116
CPointerEventAddFlag(const CPointerEvent*
cPointerEvent
)
CPointerEventAddFlag()
argument
132
CGetDeviceId(const CPointerEvent*
cPointerEvent
)
CGetDeviceId()
argument
161
CGetWindowPid(const CPointerEvent*
cPointerEvent
)
CGetWindowPid()
argument
250
CDestroyPointerEvent(CPointerEvent*
cPointerEvent
)
CDestroyPointerEvent()
argument
[all...]
/base/msdp/device_status/rust/subsystem/input/binding/include/
H
A
D
input_binding.h
29
int32_t CGetPointerId(const CPointerEvent*
cPointerEvent
);
30
int32_t CGetPointerAction(const CPointerEvent*
cPointerEvent
);
31
int32_t CGetTargetWindowId(const CPointerEvent*
cPointerEvent
);
32
int32_t CGetSourceType(const CPointerEvent*
cPointerEvent
);
33
int32_t CGetTargetDisplayId(const CPointerEvent*
cPointerEvent
);
34
int32_t CGetDisplayX(const CPointerEvent*
cPointerEvent
);
35
int32_t CGetDisplayY(const CPointerEvent*
cPointerEvent
);
36
void CPointerEventAddFlag(const CPointerEvent*
cPointerEvent
);
38
int32_t CGetDeviceId(const CPointerEvent*
cPointerEvent
);
42
int32_t CGetWindowPid(const CPointerEvent*
cPointerEvent
);
[all...]
Completed in 2 milliseconds