Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/supportkeys_fuzzer/
H A Dsupportkeys_fuzzer.cpp51 std::vector<int32_t> keycodes; in SupportKeysFuzzTest() local
55 keycodes.push_back(preKey); in SupportKeysFuzzTest()
60 InputManager::GetInstance()->SupportKeys(id, keycodes, fun); in SupportKeysFuzzTest()
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-inputdevice.md419 Obtains the keycodes supported by the input device. This API uses an asynchronous callback to retur…
428 …keycode.md#keycode) | Yes | Keycodes to be queried. A maximum of five keycodes can be specified.…
442 // Check whether the input device whose ID is 1 supports keycodes 17, 22, and 2055.
456 Obtains the keycodes supported by the input device. This API uses a promise to return the result.
465 …-keycode.md#keycode) | Yes | Keycodes to be queried. A maximum of five keycodes can be specified.…
484 // Check whether the input device whose ID is 1 supports keycodes 17, 22, and 2055.
507 …-keycode.md#keycode) | Yes | Keycodes to be queried. A maximum of five keycodes can be specified.…
526 // Check whether the input device whose ID is 1 supports keycodes 17, 22, and 2055.
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl100 unsigned long[] keyCode; /**< Bitmap for recording the supported keycodes */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl100 unsigned long[] keyCode; /**< Bitmap for recording the supported keycodes */