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:KEY_SHORTCUT_MGR
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_subscriber_handler.cpp
169
KEY_SHORTCUT_MGR
->UnregisterSystemKey((*it)->shortcutId_);
in RemoveSubscriber()
171
KEY_SHORTCUT_MGR
->UnregisterHotKey((*it)->shortcutId_);
in RemoveSubscriber()
249
return
KEY_SHORTCUT_MGR
->RegisterSystemKey(sysKey);
in RegisterSystemKey()
262
return
KEY_SHORTCUT_MGR
->RegisterHotKey(hotKey);
in RegisterHotKey()
267
KEY_SHORTCUT_MGR
->UnregisterSystemKey(shortcutId);
in UnregisterSystemKey()
272
KEY_SHORTCUT_MGR
->UnregisterHotKey(shortcutId);
in UnregisterHotKey()
790
KEY_SHORTCUT_MGR
->MarkShortcutConsumed(*subscriber->keyOption_);
in NotifySubscriber()
935
KEY_SHORTCUT_MGR
->ResetCheckState();
in HandleKeyDown()
995
if (
KEY_SHORTCUT_MGR
->HaveShortcutConsumed(keyEvent) || !
KEY_SHORTCUT_MGR
in HandleKeyUp()
[all...]
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_shortcut_manager.h
177
#define
KEY_SHORTCUT_MGR
KeyShortcutManager::GetInstance()
macro
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
1662
KEY_SHORTCUT_MGR
->HaveShortcutConsumed(keyEvent)) {
in MatchShortcutKeys()
1680
KEY_SHORTCUT_MGR
->MarkShortcutConsumed(tmpShorteKey);
in MatchShortcutKeys()
2009
KEY_SHORTCUT_MGR
->MarkShortcutConsumed(shortcutKey);
in HandleKeyDown()
2019
KEY_SHORTCUT_MGR
->MarkShortcutConsumed(shortcutKey);
in HandleKeyDown()
H
A
D
key_command_handler_util.cpp
581
return
KEY_SHORTCUT_MGR
->RegisterSystemKey(sysKey);
in RegisterSystemKey()
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
event_normalize_handler.cpp
371
KEY_SHORTCUT_MGR
->UpdateShortcutConsumed(keyEvent);
in HandleKeyboardEvent()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
3767
return
KEY_SHORTCUT_MGR
->GetAllSystemHotkeys(keyOptions);
in OnGetAllSystemHotkey()
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
802
bool ret =
KEY_SHORTCUT_MGR
->HaveShortcutConsumed(keyEvent);
in HWTEST_F()
Completed in 19 milliseconds