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:EventDump
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/event_dump/include/
H
A
D
event_dump.h
26
class
EventDump
final {
27
DECLARE_DELAYED_SINGLETON(
EventDump
);
29
DISALLOW_COPY_AND_MOVE(
EventDump
);
36
#define MMIEventDump ::OHOS::DelayedSingleton<
EventDump
>::GetInstance()
/foundation/multimodalinput/input/service/event_dump/src/
H
A
D
event_dump.cpp
51
#define MMI_LOG_TAG "
EventDump
"
59
EventDump
::
EventDump
() {}
in EventDump()
function in OHOS::MMI::EventDump
60
EventDump
::~
EventDump
() {}
in ~EventDump()
70
void
EventDump
::CheckCount(int32_t fd, const std::vector<std::string> &args, int32_t &count)
in CheckCount()
85
void
EventDump
::ParseCommand(int32_t fd, const std::vector<std::string> &args)
in ParseCommand()
247
void
EventDump
::DumpEventHelp(int32_t fd, const std::vector<std::string> &args)
in DumpEventHelp()
252
void
EventDump
::DumpHelp(int32_t fd)
in DumpHelp()
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
67
EventDump
("UpdateTouchState", inputEvent_);
in OnEventConsume()
90
void EventResample::
EventDump
(const char *msg, MotionEvent &event)
in EventDump()
function in OHOS::MMI::EventResample
142
EventDump
("Input Event", inputEvent_);
in InitializeInputEvent()
176
EventDump
("Output Event", *outEvent);
in UpdatePointerEvent()
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
246
void
EventDump
(const char *msg, MotionEvent &event);
Completed in 2 milliseconds