Home
last modified time | relevance | path

Searched refs:MAP_KEY_INTENTION (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp474 const std::map<int64_t, int32_t> MAP_KEY_INTENTION = { member
520 auto iter = MAP_KEY_INTENTION.find(keyCodes); in KeyItemsTransKeyIntention()
521 if (iter == MAP_KEY_INTENTION.end()) { in KeyItemsTransKeyIntention()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp449 const static std::map<int64_t, KeyIntention> MAP_KEY_INTENTION = { in keyItemsTransKeyIntention() local
497 auto iter = MAP_KEY_INTENTION.find(static_cast<int64_t>(keyCodes)); in keyItemsTransKeyIntention()
498 if (iter == MAP_KEY_INTENTION.end()) { in keyItemsTransKeyIntention()

Completed in 3 milliseconds