Home
last modified time | relevance | path

Searched refs:expectedKeys (Results 1 – 1 of 1) sorted by relevance

/base/inputmethod/imf/services/adapter/keyboard/src/
Dcombination_key.cpp40 auto expectedKeys = COMBINATION_KEY_MAP.find(combinationKey); in IsMatch() local
41 if (expectedKeys == COMBINATION_KEY_MAP.end()) { in IsMatch()
45 return expectedKeys->second.find(state) != expectedKeys->second.end(); in IsMatch()