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:HandleKeyDown
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_shortcut_manager.h
147
bool
HandleKeyDown
(std::shared_ptr<KeyEvent> keyEvent);
H
A
D
key_subscriber_handler.h
81
bool
HandleKeyDown
(const std::shared_ptr<KeyEvent> &keyEvent);
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
550
auto result = handler.
HandleKeyDown
(nullptr);
in HWTEST_F()
554
result = handler.
HandleKeyDown
(keyEvent);
in HWTEST_F()
1772
* @tc.desc: Test the funcation
HandleKeyDown
1789
bool ret = handler.
HandleKeyDown
(keyEvent);
in HWTEST_F()
1800
ret = handler.
HandleKeyDown
(keyEvent);
in HWTEST_F()
1806
ret = handler.
HandleKeyDown
(keyEvent);
in HWTEST_F()
1809
ret = handler.
HandleKeyDown
(keyEvent);
in HWTEST_F()
2422
* @tc.desc: Test the funcation
HandleKeyDown
2441
bool ret = handler.
HandleKeyDown
(keyEvent);
in HWTEST_F()
2451
ret = handler.
HandleKeyDown
(keyEven
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler.h
223
bool
HandleKeyDown
(ShortcutKey &shortcutKey);
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_shortcut_manager.cpp
199
return
HandleKeyDown
(keyEvent);
in HandleEvent()
593
bool KeyShortcutManager::
HandleKeyDown
(std::shared_ptr<KeyEvent> keyEvent)
in HandleKeyDown()
function in OHOS::MMI::KeyShortcutManager
H
A
D
key_subscriber_handler.cpp
593
handled =
HandleKeyDown
(keyEvent);
in OnSubscribeKeyEvent()
930
bool KeySubscriberHandler::
HandleKeyDown
(const std::shared_ptr<KeyEvent> &keyEvent)
in HandleKeyDown()
function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
1713
return
HandleKeyDown
(shortcutKey);
in MatchShortcutKey()
2003
bool KeyCommandHandler::
HandleKeyDown
(ShortcutKey &shortcutKey)
in HandleKeyDown()
function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
733
* @tc.desc: test
HandleKeyDown
744
ASSERT_TRUE(handler.
HandleKeyDown
(shortcutKey));
in HWTEST_F()
749
ASSERT_TRUE(handler.
HandleKeyDown
(shortcutKey));
in HWTEST_F()
2404
ASSERT_TRUE(handler.
HandleKeyDown
(shortcutKey));
2409
* @tc.desc: test
HandleKeyDown
2419
ASSERT_TRUE(handler.
HandleKeyDown
(shortcutKey));
Completed in 19 milliseconds