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:AncoChannel
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/common/anco/comm/src/
H
A
D
anco_channel.cpp
23
#define MMI_LOG_TAG "
AncoChannel
"
28
AncoChannel
::
AncoChannel
(std::shared_ptr<IAncoConsumer> consumer)
in AncoChannel()
function in OHOS::MMI::AncoChannel
32
int32_t
AncoChannel
::SyncInputEvent(std::shared_ptr<PointerEvent> pointerEvent)
in SyncInputEvent()
38
int32_t
AncoChannel
::SyncInputEvent(std::shared_ptr<KeyEvent> keyEvent)
in SyncInputEvent()
44
int32_t
AncoChannel
::UpdateWindowInfo(std::shared_ptr<AncoWindows> windows)
in UpdateWindowInfo()
/foundation/multimodalinput/input/common/anco/comm/include/
H
A
D
anco_channel.h
26
class
AncoChannel
final : public AncoChannelStub {
28
explicit
AncoChannel
(std::shared_ptr<IAncoConsumer> consumer);
29
~
AncoChannel
() = default;
30
DISALLOW_COPY_AND_MOVE(
AncoChannel
);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
input_manager_impl.cpp
2466
sptr<IAncoChannel> tChannel = sptr<
AncoChannel
>::MakeSptr(consumer);
in AncoAddChannel()
Completed in 5 milliseconds