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:keyIntention
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
key_event_value_transformation_test.cpp
51
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
in HWTEST_F()
local
52
ASSERT_EQ(
keyIntention
, KeyEvent::INTENTION_UNKNOWN);
in HWTEST_F()
69
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
in HWTEST_F()
local
70
ASSERT_EQ(
keyIntention
, KeyEvent::INTENTION_UP);
in HWTEST_F()
87
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
in HWTEST_F()
local
88
ASSERT_EQ(
keyIntention
, KeyEvent::INTENTION_DOWN);
in HWTEST_F()
105
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
in HWTEST_F()
local
106
ASSERT_EQ(
keyIntention
, KeyEvent::INTENTION_LEFT);
in HWTEST_F()
123
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
in HWTEST_F()
local
124
ASSERT_EQ(
keyIntention
, KeyEven
in HWTEST_F()
141
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
159
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
179
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
199
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
219
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
239
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
259
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
279
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
297
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
315
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
335
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
355
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
375
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
395
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
415
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
435
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
455
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
475
int32_t
keyIntention
= KeyItemsTransKeyIntention(KeyEvent->GetKeyItems());
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/key_event_normalize/src/
H
A
D
key_event_normalize.cpp
93
int32_t
keyIntention
= KeyItemsTransKeyIntention(keyEvent->GetKeyItems());
in Normalize()
local
94
keyEvent->SetKeyIntention(
keyIntention
);
in Normalize()
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
key_event.h
592
KeyIntention
keyIntention
{ KeyIntention::INTENTION_UNKNOWN };
624
keyIntention_ = event.
keyIntention
;
in KeyEventInfo()
H
A
D
key_event_recognizer.cpp
530
event.
keyIntention
= keyItemsTransKeyIntention(keyItems);
in GetKeyEvents()
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
server_msg_handler.cpp
154
int32_t
keyIntention
= KeyItemsTransKeyIntention(keyEvent->GetKeyItems());
in OnInjectKeyEvent()
local
155
keyEvent->SetKeyIntention(
keyIntention
);
in OnInjectKeyEvent()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
key_event.h
3394
* @param
keyIntention
Specified key intention.
3398
void SetKeyIntention(int32_t
keyIntention
);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
key_event.cpp
1373
void KeyEvent::SetKeyIntention(int32_t
keyIntention
)
in SetKeyIntention()
argument
1375
keyIntention_ =
keyIntention
;
in SetKeyIntention()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract_model_ng.cpp
457
if (event.code == KeyCode::KEY_MENU || event.
keyIntention
== KeyIntention::INTENTION_MENU) {
in RegisterContextMenuKeyEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
mmi_event_convertor.cpp
429
event.
keyIntention
= static_cast<KeyIntention>(keyEvent->GetKeyIntention());
in ConvertKeyEvent()
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
view_abstract_model_test_ng.cpp
992
event.
keyIntention
= KeyIntention::INTENTION_MENU;
in HWTEST_F()
Completed in 21 milliseconds