Searched refs:checkKeyCodes (Results 1 – 2 of 2) sorted by relevance
2084 …t EcmaVM* vm, const std::vector<KeyCode>& pressedKeyCodes, std::vector<std::string>& checkKeyCodes) in CheckKeysPressed() argument2090 for (auto& checkKeyCode : checkKeyCodes) { in CheckKeysPressed()2134 std::vector<std::string> checkKeyCodes; in GetModifierKeyState() local2147 checkKeyCodes.emplace_back(code); in GetModifierKeyState()2150 if (checkKeyCodes.empty()) { in GetModifierKeyState()2154 if (ArkTSUtils::CheckKeysPressed(vm, pressedKeyCodes, checkKeyCodes)) { in GetModifierKeyState()
191 … EcmaVM* vm, const std::vector<KeyCode>& pressedKeyCodes, std::vector<std::string>& checkKeyCodes);