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:EventDispatch
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/camera_lite/frameworks/
H
A
D
event_handler.cpp
24
hdlThrd_ = new thread(
EventDispatch
, this);
in EventHandler()
43
void EventHandler::
EventDispatch
(EventHandler *hdl)
in EventDispatch()
function in OHOS::Media::EventHandler
/foundation/multimodalinput/input/service/libinput_adapter/test/
H
A
D
libinput_adapter_test.cpp
87
ASSERT_NO_FATAL_FAILURE(libinputAdapter.
EventDispatch
(fd));
in HWTEST_F()
103
ASSERT_NO_FATAL_FAILURE(libinputAdapter.
EventDispatch
(fd));
in HWTEST_F()
119
ASSERT_NO_FATAL_FAILURE(libinputAdapter.
EventDispatch
(fd));
in HWTEST_F()
/foundation/multimedia/camera_lite/interfaces/kits/
H
A
D
event_handler.h
66
static void
EventDispatch
(EventHandler *hdl);
/foundation/multimodalinput/input/service/libinput_adapter/include/
H
A
D
libinput_adapter.h
38
void
EventDispatch
(int32_t fd);
/foundation/multimodalinput/input/service/libinput_adapter/src/
H
A
D
libinput_adapter.cpp
163
void LibinputAdapter::
EventDispatch
(int32_t fd)
in EventDispatch()
function in OHOS::LibinputAdapter
177
MMI_HILOGE("
EventDispatch
() called with unknown fd:%{public}d", fd);
in EventDispatch()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
2576
CalculateFuntionRunningTime([this, &mmiEd] () { libinputAdapter_.
EventDispatch
(mmiEd->fd); },
in OnThread()
Completed in 7 milliseconds