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:HandleKeyUp
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_shortcut_manager.h
148
bool
HandleKeyUp
(std::shared_ptr<KeyEvent> keyEvent);
H
A
D
key_subscriber_handler.h
82
bool
HandleKeyUp
(const std::shared_ptr<KeyEvent> &keyEvent);
/foundation/multimodalinput/input/service/subscriber/test/src/
H
A
D
key_shortcut_manager_test.cpp
1211
* @tc.desc: Test the funcation
HandleKeyUp
1229
bool ret = shortcutMgr.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1235
* @tc.desc: Test the funcation
HandleKeyUp
1253
bool ret = shortcutMgr.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1258
ret = shortcutMgr.
HandleKeyUp
(keyEvent);
in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler.h
222
bool
HandleKeyUp
(const std::shared_ptr<KeyEvent> &keyEvent, const ShortcutKey &shortcutKey);
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
810
* @tc.desc: Test
HandleKeyUp
824
bool handled = handler.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1815
* @tc.desc: Test the funcation
HandleKeyUp
1832
bool ret = handler.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1839
ret = handler.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1845
ret = handler.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1852
ret = handler.
HandleKeyUp
(keyEvent);
in HWTEST_F()
1859
ret = handler.
HandleKeyUp
(keyEvent);
in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_shortcut_manager.cpp
201
return
HandleKeyUp
(keyEvent);
in HandleEvent()
620
bool KeyShortcutManager::
HandleKeyUp
(std::shared_ptr<KeyEvent> keyEvent)
in HandleKeyUp()
function in OHOS::MMI::KeyShortcutManager
H
A
D
key_subscriber_handler.cpp
596
handled =
HandleKeyUp
(keyEvent);
in OnSubscribeKeyEvent()
992
bool KeySubscriberHandler::
HandleKeyUp
(const std::shared_ptr<KeyEvent> &keyEvent)
in HandleKeyUp()
function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
432
EXPECT_TRUE(handler.
HandleKeyUp
(keyEvent, shortcutKey));
in HWTEST_F()
784
EXPECT_TRUE(handler.
HandleKeyUp
(keyEvent, shortcutKey));
in HWTEST_F()
2439
* @tc.desc:
HandleKeyUp
2451
ASSERT_TRUE(handler.
HandleKeyUp
(keyEvent, shortcutKey));
2456
* @tc.desc:
HandleKeyUp
2468
ASSERT_FALSE(handler.
HandleKeyUp
(keyEvent, shortcutKey));
2473
* @tc.desc:
HandleKeyUp
2490
ASSERT_TRUE(handler.
HandleKeyUp
(keyEvent, shortcutKey));
2495
* @tc.desc:
HandleKeyUp
2512
ASSERT_FALSE(handler.
HandleKeyUp
(keyEven
[all...]
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
1715
bool handleResult =
HandleKeyUp
(keyEvent, shortcutKey);
in MatchShortcutKey()
2045
bool KeyCommandHandler::
HandleKeyUp
(const std::shared_ptr<KeyEvent> &keyEvent, const ShortcutKey &shortcutKey)
in HandleKeyUp()
function in OHOS::MMI::KeyCommandHandler
Completed in 18 milliseconds