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:GetPressedKeys
(Results
1 - 23
of
23
) sorted by relevance
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_key_event.cpp
147
std::vector<int32_t> KeyEvent::
GetPressedKeys
() const
in GetPressedKeys()
function in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/service/key_event_normalize/src/
H
A
D
key_unicode_transformation.cpp
107
auto pressedKeys = keyEvent->
GetPressedKeys
();
in IsShiftPressed()
H
A
D
key_event_normalize.cpp
79
if (keyEvent->
GetPressedKeys
().empty()) {
in Normalize()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H
A
D
event_log_helper.h
175
std::vector<int32_t> pressedKeys = event->
GetPressedKeys
();
in PrintInfoLog()
242
std::vector<int32_t> pressedKeys = event->
GetPressedKeys
();
in Print()
311
std::vector<int32_t> pressedKeys = event->
GetPressedKeys
();
in PrintInfoLog()
439
std::vector<int32_t> pressedKeys = event->
GetPressedKeys
();
in Print()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
mmi_event_convertor.cpp
199
for (const auto& curCode : pointerEvent->
GetPressedKeys
()) {
in ConvertTouchEvent()
354
for (const auto& curCode : pointerEvent->
GetPressedKeys
()) {
in ConvertMouseEvent()
419
for (const auto& curCode : pointerEvent->
GetPressedKeys
()) {
in ConvertAxisEvent()
457
for (const auto& curCode : keyEvent->
GetPressedKeys
()) {
in ConvertKeyEvent()
542
for (const auto& curCode : pointerEvent->
GetPressedKeys
()) {
in ConvertPointerEvent()
/foundation/multimodalinput/input/test/unittest/common/src/
H
A
D
event_util_test.cpp
250
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in DumpInputEvent()
305
pointerEvent->
GetPressedKeys
();
in DumpWindowData()
/foundation/multimodalinput/input/util/napi/src/
H
A
D
key_event_napi.cpp
44
status = WriteKeyStatusToJs(env, in->
GetPressedKeys
(), out);
in CreateKeyEvent()
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
event_normalize_handler.cpp
342
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in HandleKeyboardEvent()
434
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in HandleMouseEvent()
623
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in PointerEventSetPressedKeys()
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_subscriber_handler.cpp
584
for (const auto &keyCode : keyEvent->
GetPressedKeys
()) {
in OnSubscribeKeyEvent()
939
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in HandleKeyDown()
1001
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in HandleKeyUp()
1376
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in RemoveSubscriberTimer()
H
A
D
key_shortcut_manager.cpp
546
auto pressedKeys = keyEvent->
GetPressedKeys
();
in FormatPressedKeys()
664
auto pressedKeys = keyEvent->
GetPressedKeys
();
in CheckPureModifiers()
677
auto pressedKeys = keyEvent->
GetPressedKeys
();
in CheckModifiers()
H
A
D
key_gesture_manager.cpp
347
if (keyEvent->
GetPressedKeys
().size() == SINGLE_KEY_PRESSED) {
in RecognizeGesture()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H
A
D
js_input_monitor.h
146
bool
GetPressedKeys
(const std::vector<int32_t>& pressedKeys, napi_value result);
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_mouse_key.cpp
122
std::vector<int32_t> pressedKeys = event.
GetPressedKeys
();
in OnKeyEvent()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
pointer_event.h
1554
std::vector<int32_t>
GetPressedKeys
() const;
H
A
D
key_event.h
3296
std::vector<int32_t>
GetPressedKeys
() const;
/foundation/window/window_manager/window_scene/session/container/src/
H
A
D
window_event_channel.cpp
187
auto pressedKeys = keyEvent->
GetPressedKeys
();
in IsUIExtensionKeyEventBlocked()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H
A
D
js_input_monitor.cpp
1155
bool JsInputMonitor::
GetPressedKeys
(const std::vector<int32_t>& pressedKeys, napi_value result)
in GetPressedKeys()
function in OHOS::MMI::__anon11305::JsInputMonitor
1272
std::vector<int32_t> pressedKeys = pointerEvent->
GetPressedKeys
();
in TransformMousePointerEvent()
1273
if (!
GetPressedKeys
(pressedKeys, result)) {
in TransformMousePointerEvent()
/foundation/multimodalinput/input/util/common/src/
H
A
D
input_event_data_transformation.cpp
239
std::vector<int32_t> pressedKeys = event->
GetPressedKeys
();
in Marshalling()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_serialization.cpp
387
std::vector<int32_t> pressedKeys = event->
GetPressedKeys
();
in SerializePressedKeys()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
key_event.cpp
1048
std::vector<int32_t> KeyEvent::
GetPressedKeys
() const
in GetPressedKeys()
function in OHOS::MMI::KeyEvent
1061
std::vector<int32_t> pressedkeys =
GetPressedKeys
();
in AddPressedKeyItems()
H
A
D
pointer_event.cpp
856
std::vector<int32_t> PointerEvent::
GetPressedKeys
() const
in GetPressedKeys()
function in OHOS::MMI::PointerEvent
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H
A
D
napi_accessibility_utils.cpp
1526
std::vector<int32_t> pressedKeys = keyEvent->
GetPressedKeys
();
in SetKeyPropertyPart1()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
2119
pressedKeys = keyEvent->
GetPressedKeys
();
in OnGetKeyState()
Completed in 34 milliseconds