Home
last modified time | relevance | path

Searched defs:hotkey (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_hotkey_test.cpp91 static void Input_HotkeyCallback(struct Input_Hotkey *hotkey) in Input_HotkeyCallback() argument
105 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); in HWTEST_F() local
130 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
153 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
176 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
199 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
222 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
250 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
273 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
296 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
319 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
342 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
365 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
387 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
409 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
431 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
453 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
475 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
497 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
519 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
554 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
599 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
622 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); HWTEST_F() local
[all...]
H A Dinput_native_test.cpp1744 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in HWTEST_F() local
1773 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in HWTEST_F() local
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dmenubox.c53 do_print_item(WINDOW * win, const char *item, int line_y, int selected, int hotkey) do_print_item() argument
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dmenubox.c53 do_print_item(WINDOW * win, const char *item, int line_y, int selected, int hotkey) do_print_item() argument
/third_party/toybox/kconfig/lxdialog/
H A Dmenubox.c66 do_print_item(WINDOW * win, const char *item, int line_y, int selected, int hotkey) do_print_item() argument
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/
H A Dinputndk.cpp1476 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in CreateAllSystemHotkeys() local
1487 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in GetAllSystemHotkeys2() local
1507 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in CreateAllSystemHotkeys2() local
1526 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); CreateHotkey() local
1531 HotkeyCallback(struct Input_Hotkey *hotkey) HotkeyCallback() argument
1539 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor() local
1557 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor2() local
1573 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor3() local
1589 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor4() local
1605 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor5() local
1621 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor6() local
1641 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor7() local
1657 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor8() local
1673 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor9() local
1689 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor10() local
1705 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor11() local
1721 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor12() local
1736 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor13() local
1751 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor14() local
1766 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor15() local
1781 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor16() local
1796 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor17() local
1811 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor18() local
1826 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor19() local
1850 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor21() local
1895 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor22() local
1911 Input_Hotkey *hotkey = OH_Input_CreateHotkey(); AddHotkeyMonitor23() local
[all...]
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1727 Input_Result OH_Input_GetAllSystemHotkeys(Input_Hotkey **hotkey, int32_t *count) in OH_Input_GetAllSystemHotkeys() argument
1764 Input_Hotkey* hotkey = new (std::nothrow) Input_Hotkey(); in OH_Input_CreateHotkey() local
1772 OH_Input_DestroyHotkey(Input_Hotkey **hotkey) OH_Input_DestroyHotkey() argument
1781 OH_Input_SetPreKeys(Input_Hotkey *hotkey, int32_t *preKeys, int32_t size) OH_Input_SetPreKeys() argument
1797 OH_Input_GetPreKeys(const Input_Hotkey *hotkey, int32_t **preKeys, int32_t *preKeyCount) OH_Input_GetPreKeys() argument
1817 OH_Input_SetFinalKey(Input_Hotkey *hotkey, int32_t finalKey) OH_Input_SetFinalKey() argument
1825 OH_Input_GetFinalKey(const Input_Hotkey *hotkey, int32_t *finalKeyCode) OH_Input_GetFinalKey() argument
1834 OH_Input_SetRepeat(Input_Hotkey* hotkey, bool isRepeat) OH_Input_SetRepeat() argument
1841 OH_Input_GetRepeat(const Input_Hotkey* hotkey, bool *isRepeat) OH_Input_GetRepeat() argument
1875 MakeHotkeyInfo(const Input_Hotkey* hotkey, Input_HotkeyInfo* hotkeyInfo, std::shared_ptr<OHOS::MMI::KeyOption> keyOption) MakeHotkeyInfo() argument
2016 Input_Hotkey hotkey; OnNotifyCallbackWorkResult() local
2041 OH_Input_AddHotkeyMonitor(const Input_Hotkey* hotkey, Input_HotkeyCallback callback) OH_Input_AddHotkeyMonitor() argument
2137 OH_Input_RemoveHotkeyMonitor(const Input_Hotkey *hotkey, Input_HotkeyCallback callback) OH_Input_RemoveHotkeyMonitor() argument
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c304 u32 hotkey:1; member
10526 TPACPI_PARAM(hotkey); global() variable
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c327 u32 hotkey:1; member
11573 TPACPI_PARAM(hotkey); global() variable
[all...]

Completed in 26 milliseconds