Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp244 std::vector<bool> supportKey; in GetDeviceSupportKey() local
245 int32_t ret = SupportKeys(deviceId, keyCodes, supportKey); in GetDeviceSupportKey()
252 determineKbType[keyCodes[i]] = supportKey[i]; in GetDeviceSupportKey()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp1581 std::vector<bool> supportKey; variable
1590 int32_t ret = INPUT_DEV_MGR->SupportKeys(deviceId, keyCodes, supportKey);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1964 bool supportKey = keyEvent.IsValid() && !keyEvent.key.eventMarker.IsEmpty(); in UpdateFocusableEventComponents() local
1965 …if (!focusable && GetClickId().IsEmpty() && !supportFocus && !supportBlur && !supportKey && !HasFo… in UpdateFocusableEventComponents()