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:InputEvent
(Results
1 - 11
of
11
) sorted by relevance
/base/update/updater/services/ui/driver/
H
A
D
input_event.cpp
24
InputEvent
::GetInstance().RegisterAddInputDeviceHelper(AddInputDevice);
in RegisterAddInputDeviceHelper()
27
void
InputEvent
::RegisterAddInputDeviceHelper(AddInputDeviceFunc ptr)
in RegisterAddInputDeviceHelper()
34
InputEvent
::GetInstance().RegisterHandleEventHelper(HandlePointersEvent);
in RegisterHandleEventHelper()
37
void
InputEvent
::RegisterHandleEventHelper(HandlePointersEventFunc ptr)
in RegisterHandleEventHelper()
42
InputEvent
&
InputEvent
::GetInstance()
in GetInstance()
44
static
InputEvent
instance;
in GetInstance()
48
int
InputEvent
::HandleInputEvent(const struct input_event *iev, uint32_t type)
in HandleInputEvent()
60
void
InputEvent
::GetInputDeviceType(uint32_t devIndex, uint32_t &type)
in GetInputDeviceType()
70
void
InputEvent
[all...]
H
A
D
input_event.h
28
class
InputEvent
{
class
29
DISALLOW_COPY_MOVE(
InputEvent
);
33
InputEvent
() = default;
34
virtual ~
InputEvent
() = default;
35
static
InputEvent
&GetInstance();
/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/
H
A
D
input_event_serialization.h
46
static int32_t SerializeInputEvent(std::shared_ptr<MMI::
InputEvent
> event, NetPacket &pkt);
47
static int32_t DeserializeInputEvent(NetPacket &pkt, std::shared_ptr<MMI::
InputEvent
> event);
/base/update/updater/services/ui/
H
A
D
updater_ui_env.cpp
82
InputEvent
::GetInstance().HdfInit();
in InitInputDriver()
/base/powermgr/power_manager/services/native/src/wakeup/
H
A
D
wakeup_controller.h
119
bool isRemoteEvent(std::shared_ptr<
InputEvent
> event) const;
H
A
D
wakeup_controller.cpp
519
bool InputCallback::isRemoteEvent(std::shared_ptr<
InputEvent
> event) const
in isRemoteEvent()
/base/msdp/device_status/rust/subsystem/input/binding/src/
H
A
D
input_binding.cpp
121
cPointerEvent->event->AddFlag(OHOS::MMI::
InputEvent
::EVENT_FLAG_NO_INTERCEPT);
in CPointerEventAddFlag()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_serialization.cpp
155
int32_t InputEventSerialization::SerializeInputEvent(std::shared_ptr<MMI::
InputEvent
> event, NetPacket &pkt)
in SerializeInputEvent()
169
int32_t InputEventSerialization::DeserializeInputEvent(NetPacket &pkt, std::shared_ptr<MMI::
InputEvent
> event)
in DeserializeInputEvent()
194
uint32_t tFlag = MMI::
InputEvent
::EVENT_FLAG_NONE;
in DeserializeInputEvent()
H
A
D
input_event_builder.cpp
275
pointerEvent->AddFlag(MMI::
InputEvent
::EVENT_FLAG_RAW_POINTER_MOVEMENT);
in UpdatePointerEvent()
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
state_machine.cpp
641
if (pointerEvent->HasFlag(MMI::
InputEvent
::EVENT_FLAG_SIMULATE) &&
in AddMonitor()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_manager.cpp
732
pointerEvent->AddFlag(MMI::
InputEvent
::EVENT_FLAG_NO_INTERCEPT);
in OnInputEvent()
Completed in 12 milliseconds