Searched refs:prekeys (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_hotkey_test.cpp | 108 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; in HWTEST_F() local 109 OH_Input_SetPreKeys(hotkey, prekeys, 1); in HWTEST_F() 133 int32_t prekeys[2] = { KEYCODE_CTRL_LEFT, KEYCODE_ALT_LEFT }; in HWTEST_F() local 134 OH_Input_SetPreKeys(hotkey, prekeys, 2); in HWTEST_F() 156 int32_t prekeys[2] = { KEYCODE_SHIFT_LEFT, KEYCODE_ALT_LEFT }; in HWTEST_F() local 157 OH_Input_SetPreKeys(hotkey, prekeys, 2); in HWTEST_F() 179 int32_t prekeys[1] = { KEYCODE_ALT_LEFT }; in HWTEST_F() local 180 OH_Input_SetPreKeys(hotkey, prekeys, 1); in HWTEST_F() 202 int32_t prekeys[1] = { KEYCODE_SHIFT_LEFT }; in HWTEST_F() local 203 OH_Input_SetPreKeys(hotkey, prekeys, in HWTEST_F() 225 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 253 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 276 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 299 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 322 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 345 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 368 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 390 int32_t prekeys[3] = { KEYCODE_CTRL_LEFT, KEYCODE_ALT_LEFT, KEYCODE_D }; HWTEST_F() local 412 int32_t prekeys[3] = { KEYCODE_CTRL_LEFT, KEYCODE_ALT_LEFT, KEYCODE_D }; HWTEST_F() local 434 int32_t prekeys[1] = { KEYCODE_9 }; HWTEST_F() local 456 int32_t prekeys[1] = { KEYCODE_F }; HWTEST_F() local 478 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 500 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 522 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 557 int32_t prekeys[2] = { KEYCODE_ALT_LEFT, KEYCODE_ALT_RIGHT }; HWTEST_F() local 602 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; HWTEST_F() local 625 int32_t prekeys[1] = { KEYCODE_ALT_LEFT }; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/test/fuzztest/subscribekeyevent_fuzzer/ |
H A D | subscribekeyevent_fuzzer.cpp | 59 std::set<int32_t> prekeys; in SubscribeKeyEventFuzzTest() local 64 prekeys.insert(preKey); in SubscribeKeyEventFuzzTest() 66 keyOption->SetPreKeys(prekeys); in SubscribeKeyEventFuzzTest()
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_input_manager.cpp | 23 std::set<int32_t> prekeys { static_cast<int32_t>(KeyCode::KEY_ALT_LEFT) }; in GetSystemHotkeys() 25 hotkeys.push_back({ prekeys, finalKey }); in GetSystemHotkeys()
|
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/ |
H A D | inputndk.cpp | 1541 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; in AddHotkeyMonitor() local 1542 OH_Input_SetPreKeys(hotkey, prekeys, 1); in AddHotkeyMonitor() 1559 int32_t prekeys[2] = { KEYCODE_CTRL_LEFT, KEYCODE_ALT_LEFT }; in AddHotkeyMonitor2() local 1560 OH_Input_SetPreKeys(hotkey, prekeys, 2); in AddHotkeyMonitor2() 1575 int32_t prekeys[2] = { KEYCODE_SHIFT_LEFT, KEYCODE_ALT_LEFT }; in AddHotkeyMonitor3() local 1576 OH_Input_SetPreKeys(hotkey, prekeys, 2); in AddHotkeyMonitor3() 1591 int32_t prekeys[1] = { KEYCODE_ALT_LEFT }; in AddHotkeyMonitor4() local 1592 OH_Input_SetPreKeys(hotkey, prekeys, 1); in AddHotkeyMonitor4() 1607 int32_t prekeys[1] = { KEYCODE_SHIFT_LEFT }; in AddHotkeyMonitor5() local 1608 OH_Input_SetPreKeys(hotkey, prekeys, in AddHotkeyMonitor5() 1623 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor6() local 1643 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor7() local 1659 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor8() local 1675 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor9() local 1691 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor10() local 1707 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor11() local 1723 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor12() local 1738 int32_t prekeys[3] = { KEYCODE_CTRL_LEFT, KEYCODE_ALT_LEFT, KEYCODE_D }; AddHotkeyMonitor13() local 1753 int32_t prekeys[3] = { KEYCODE_CTRL_LEFT, KEYCODE_ALT_LEFT, KEYCODE_D }; AddHotkeyMonitor14() local 1768 int32_t prekeys[1] = { KEYCODE_9 }; AddHotkeyMonitor15() local 1783 int32_t prekeys[1] = { KEYCODE_F }; AddHotkeyMonitor16() local 1798 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor17() local 1813 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor18() local 1828 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor19() local 1852 int32_t prekeys[2] = { KEYCODE_ALT_LEFT, KEYCODE_ALT_RIGHT }; AddHotkeyMonitor21() local 1897 int32_t prekeys[1] = { KEYCODE_CTRL_LEFT }; AddHotkeyMonitor22() local 1913 int32_t prekeys[1] = { KEYCODE_ALT_LEFT }; AddHotkeyMonitor23() local [all...] |
Completed in 6 milliseconds