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:MMIEventHdl
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
switch_event_input_subscribe_manager.cpp
57
if (!
MMIEventHdl
.InitClient()) {
in SubscribeSwitchEvent()
68
int32_t ret =
MMIEventHdl
.SubscribeSwitchEvent(subscribeId, switchType);
in SubscribeSwitchEvent()
88
if (!
MMIEventHdl
.InitClient()) {
in UnsubscribeSwitchEvent()
99
if (
MMIEventHdl
.UnsubscribeSwitchEvent(subscribeId) != RET_OK) {
in UnsubscribeSwitchEvent()
141
int32_t ret =
MMIEventHdl
.SubscribeSwitchEvent(subscribeInfo.GetSwitchType(), it->first);
in OnConnected()
H
A
D
key_event_input_subscribe_manager.cpp
119
if (!
MMIEventHdl
.InitClient()) {
in SubscribeKeyEvent()
130
int32_t ret =
MMIEventHdl
.SubscribeKeyEvent(*tIter);
in SubscribeKeyEvent()
157
if (!
MMIEventHdl
.InitClient()) {
in UnsubscribeKeyEvent()
168
if (
MMIEventHdl
.UnsubscribeKeyEvent(subscribeId) != RET_OK) {
in UnsubscribeKeyEvent()
191
if (!
MMIEventHdl
.InitClient()) {
in SubscribeHotkey()
202
int32_t ret =
MMIEventHdl
.SubscribeHotkey(*tIter);
in SubscribeHotkey()
229
if (!
MMIEventHdl
.InitClient()) {
in UnsubscribeHotkey()
240
if (
MMIEventHdl
.UnsubscribeHotkey(subscribeId) != RET_OK) {
in UnsubscribeHotkey()
284
if (
MMIEventHdl
.SubscribeKeyEvent(subscriberInfo) != RET_OK) {
in OnConnected()
H
A
D
input_manager_impl.cpp
149
if (!
MMIEventHdl
.InitClient()) {
in UpdateDisplayInfo()
167
if (!
MMIEventHdl
.InitClient()) {
in UpdateWindowInfo()
241
if (!
MMIEventHdl
.InitClient()) {
in SetEnhanceConfig()
281
if (!
MMIEventHdl
.InitClient()) {
in AddInputEventObserver()
343
if (!
MMIEventHdl
.InitClient(eventHandler)) {
in SetWindowInputEventConsumer()
469
MMIClientPtr client =
MMIEventHdl
.GetMMIClient();
in OnKeyEvent()
524
MMIClientPtr client =
MMIEventHdl
.GetMMIClient();
in OnPointerEvent()
831
if (!
MMIEventHdl
.InitClient()) {
in AddMonitor()
848
if (!
MMIEventHdl
.InitClient()) {
in AddMonitor()
864
if (!
MMIEventHdl
in RemoveMonitor()
[all...]
H
A
D
input_handler_manager.cpp
762
MMIClientPtr client =
MMIEventHdl
.GetMMIClient();
in OnDispatchEventProcessed()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H
A
D
multimodal_event_handler.h
67
#define
MMIEventHdl
::OHOS::Singleton<MultimodalEventHandler>::GetInstance()
macro
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H
A
D
input_manager_impl_test.cpp
170
MMIClientPtr client =
MMIEventHdl
.GetMMIClient();
in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_test.cpp
361
ASSERT_TRUE(
MMIEventHdl
.InitClient());
in HWTEST_F()
405
ASSERT_TRUE(
MMIEventHdl
.InitClient());
in HWTEST_F()
Completed in 13 milliseconds