Home
last modified time | relevance | path

Searched defs:keyIntention (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp51 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
69 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
87 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
105 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
123 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
141 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
159 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
179 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
199 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
219 int32_t keyIntention = KeyItemsTransKeyIntention(KeyEvent->GetKeyItems()); variable
[all …]
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp98 int32_t keyIntention = KeyItemsTransKeyIntention(keyEvent->GetKeyItems()); in Normalize() local
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp129 int32_t keyIntention = KeyItemsTransKeyIntention(keyEvent->GetKeyItems()); in OnInjectKeyEvent() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp1334 void KeyEvent::SetKeyIntention(int32_t keyIntention) in SetKeyIntention()