Searched defs:hotkey (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_hotkey_test.cpp | 91 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 D | input_native_test.cpp | 1744 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in HWTEST_F() local 1773 Input_Hotkey **hotkey = OH_Input_CreateAllSystemHotkeys(count); in HWTEST_F() local
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 1727 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...] |
Completed in 7 milliseconds