Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp243 std::vector<bool> supportKey; in GetDeviceSupportKey() local
244 int32_t ret = SupportKeys(deviceId, keyCodes, supportKey); in GetDeviceSupportKey()
251 determineKbType[keyCodes[i]] = supportKey[i]; in GetDeviceSupportKey()
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp1581 std::vector<bool> supportKey; in HWTEST_F() local
1590 int32_t ret = INPUT_DEV_MGR->SupportKeys(deviceId, keyCodes, supportKey); in HWTEST_F()
/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 && !HasFocusPseudo()) { in UpdateFocusableEventComponents()

Completed in 8 milliseconds