Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp281 int32_t keyEventFinalKey = keyEvent->GetKeyCode(); in MatchCombinationKeys() local
283 MMI_HILOGD("InfoFinalKey:%{private}d,keyEventFinalKey:%{private}d", infoFinalKey, keyEventFinalKey); in MatchCombinationKeys()
284 if (infoFinalKey != keyEventFinalKey || items.size() > PRE_KEYS_SIZE || in MatchCombinationKeys()
298 if (item.GetKeyCode() == keyEventFinalKey) { in MatchCombinationKeys()
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1959 int32_t keyEventFinalKey = keyEvent->GetKeyCode(); in CheckHotkey() local
1975 if (item == keyEventFinalKey) { in CheckHotkey()
1981 hotkeyName += std::to_string(keyEventFinalKey); in CheckHotkey()

Completed in 8 milliseconds