Searched refs:keycodes (Results 1 – 4 of 4) sorted by relevance
51 std::vector<int32_t> keycodes; in SupportKeysFuzzTest() local55 keycodes.push_back(preKey); in SupportKeysFuzzTest()60 InputManager::GetInstance()->SupportKeys(id, keycodes, fun); in SupportKeysFuzzTest()
419 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.
100 unsigned long[] keyCode; /**< Bitmap for recording the supported keycodes */