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:HotKey
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/input_manager/
H
A
D
input_manager.h
25
using
HotKey
= std::tuple<std::set<int32_t>, int32_t>;
47
static bool GetSystemHotkeys(std::vector<
HotKey
>& hotkeys);
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
input_manager.cpp
20
bool InputManager::GetSystemHotkeys(std::vector<
HotKey
>& hotkeys)
in GetSystemHotkeys()
/foundation/arkui/ace_engine/test/mock/adapter/
H
A
D
mock_input_manager.cpp
21
bool InputManager::GetSystemHotkeys(std::vector<
HotKey
>& hotkeys)
in GetSystemHotkeys()
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_shortcut_manager.h
66
struct
HotKey
{
struct in OHOS::MMI::final
80
int32_t RegisterHotKey(const
HotKey
&key);
143
bool CheckGlobalKey(const
HotKey
&key, KeyShortcut &shortcut) const;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
input_manager.cpp
64
bool InputManager::GetSystemHotkeys(std::vector<
HotKey
>& hotkeys)
in GetSystemHotkeys()
/foundation/multimodalinput/input/service/subscriber/test/src/
H
A
D
key_shortcut_manager_test.cpp
235
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
254
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
273
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
290
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
316
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
333
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
352
KeyShortcutManager::
HotKey
globalKey {
in HWTEST_F()
835
KeyShortcutManager::
HotKey
globalKey1 {
in HWTEST_F()
847
KeyShortcutManager::
HotKey
globalKey2 {
in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_shortcut_manager.cpp
156
int32_t KeyShortcutManager::RegisterHotKey(const
HotKey
&key)
in RegisterHotKey()
486
bool KeyShortcutManager::CheckGlobalKey(const
HotKey
&key, KeyShortcut &shortcut) const
in CheckGlobalKey()
H
A
D
key_subscriber_handler.cpp
255
KeyShortcutManager::
HotKey
hotKey {
in RegisterHotKey()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_manager.cpp
1621
static std::optional<std::vector<
HotKey
>> systemHotKeys;
in IsSystemKeyboardShortcut()
1626
std::vector<
HotKey
> initHotKeys;
in IsSystemKeyboardShortcut()
Completed in 11 milliseconds