Lines Matching refs:hotkey

54 …HotkeyCallback](#input_hotkeycallback)) ([Input_Hotkey](#input_hotkey) \*hotkey) | Defines the cal…
168 | void [OH_Input_DestroyHotkey](#oh_input_destroyhotkey) ([Input_Hotkey](#input_hotkey) \*\*hotkey)…
169 | void [OH_Input_SetPreKeys](#oh_input_setprekeys) ([Input_Hotkey](#input_hotkey) \*hotkey, int32_t…
170 …GetPreKeys](#oh_input_getprekeys) (const [Input_Hotkey](#input_hotkey) \*hotkey, int32_t \*\*preKe…
171 | void [OH_Input_SetFinalKey](#oh_input_setfinalkey) ([Input_Hotkey](#input_hotkey) \*hotkey, int32…
172 …tFinalKey](#oh_input_getfinalkey) (const [Input_Hotkey](#input_hotkey) \*hotkey, int32_t \*finalKe…
175 …tkeys](#oh_input_getallsystemhotkeys) ([Input_Hotkey](#input_hotkey) \*\*hotkey, int32_t \*count) …
176 | void [OH_Input_SetRepeat](#oh_input_setrepeat) ([Input_Hotkey](#input_hotkey) \*hotkey, bool isRe…
177 …t_GetRepeat](#oh_input_getrepeat) (const [Input_Hotkey](#input_hotkey) \*hotkey, bool \*isRepeat) …
178 …itor](#oh_input_addhotkeymonitor) (const [Input_Hotkey](#input_hotkey) \*hotkey, [Input_HotkeyCall…
179 …r](#oh_input_removehotkeymonitor) (const [Input_Hotkey](#input_hotkey) \*hotkey, [Input_HotkeyCall…
288 typedef void(* Input_HotkeyCallback) (Input_Hotkey *hotkey)
960 Input_Result OH_Input_AddHotkeyMonitor (const Input_Hotkey * hotkey, Input_HotkeyCallback callback )
973 | hotkey | Shortcut key object. |
1374 void OH_Input_DestroyHotkey (Input_Hotkey ** hotkey)
1387 | hotkey | Shortcut key object. |
1469 Input_Result OH_Input_GetAllSystemHotkeys (Input_Hotkey ** hotkey, int32_t * count )
1482 | hotkey | An array of [Input_Hotkey](#input_hotkey) instances. When calling this API for the first…
1882 Input_Result OH_Input_GetFinalKey (const Input_Hotkey * hotkey, int32_t * finalKeyCode )
1895 | hotkey | Shortcut key object. |
2281 Input_Result OH_Input_GetPreKeys (const Input_Hotkey * hotkey, int32_t ** preKeys, int32_t * preKey…
2294 | hotkey | Shortcut key object. |
2307 Input_Result OH_Input_GetRepeat (const Input_Hotkey * hotkey, bool * isRepeat )
2320 | hotkey | Shortcut key object. |
2594 Input_Result OH_Input_RemoveHotkeyMonitor (const Input_Hotkey * hotkey, Input_HotkeyCallback callba…
2607 | hotkey | Shortcut key object. |
2911 void OH_Input_SetFinalKey (Input_Hotkey * hotkey, int32_t finalKey )
2924 | hotkey | Shortcut key object. |
3191 void OH_Input_SetPreKeys (Input_Hotkey * hotkey, int32_t * preKeys, int32_t size )
3204 | hotkey | Shortcut key object. |
3212 void OH_Input_SetRepeat (Input_Hotkey * hotkey, bool isRepeat )
3225 | hotkey | Shortcut key object. |