Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp2084 …t EcmaVM* vm, const std::vector<KeyCode>& pressedKeyCodes, std::vector<std::string>& checkKeyCodes) in CheckKeysPressed() argument
2090 for (auto& checkKeyCode : checkKeyCodes) { in CheckKeysPressed()
2134 std::vector<std::string> checkKeyCodes; in GetModifierKeyState() local
2147 checkKeyCodes.emplace_back(code); in GetModifierKeyState()
2150 if (checkKeyCodes.empty()) { in GetModifierKeyState()
2154 if (ArkTSUtils::CheckKeysPressed(vm, pressedKeyCodes, checkKeyCodes)) { in GetModifierKeyState()
H A Darkts_utils.h191 … EcmaVM* vm, const std::vector<KeyCode>& pressedKeyCodes, std::vector<std::string>& checkKeyCodes);