Home
last modified time | relevance | path

Searched refs:keyIntention (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp51 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 Dkey_event_normalize.cpp93 int32_t keyIntention = KeyItemsTransKeyIntention(keyEvent->GetKeyItems()); in Normalize() local
94 keyEvent->SetKeyIntention(keyIntention); in Normalize()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h592 KeyIntention keyIntention { KeyIntention::INTENTION_UNKNOWN };
624 keyIntention_ = event.keyIntention; in KeyEventInfo()
H A Dkey_event_recognizer.cpp530 event.keyIntention = keyItemsTransKeyIntention(keyItems); in GetKeyEvents()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp154 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 Dkey_event.h3394 * @param keyIntention Specified key intention.
3398 void SetKeyIntention(int32_t keyIntention);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp1373 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 Dview_abstract_model_ng.cpp457 if (event.code == KeyCode::KEY_MENU || event.keyIntention == KeyIntention::INTENTION_MENU) { in RegisterContextMenuKeyEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp429 event.keyIntention = static_cast<KeyIntention>(keyEvent->GetKeyIntention()); in ConvertKeyEvent()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp992 event.keyIntention = KeyIntention::INTENTION_MENU; in HWTEST_F()

Completed in 21 milliseconds