Home
last modified time | relevance | path

Searched refs:finalKeyCode (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_hotkey_test.cpp571 int32_t finalKeyCode = 0; in HWTEST_F() local
572 result = OH_Input_GetFinalKey(hotkey, &finalKeyCode); in HWTEST_F()
574 EXPECT_EQ(finalKeyCode, KEYCODE_TAB); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h1337 * @param finalKeyCode Returns the key value of the decorated key.
1340 * {@link INPUT_PARAMETER_ERROR} The hotkey is NULL or the finalKeyCode is NULL.\n
1344 Input_Result OH_Input_GetFinalKey(const Input_Hotkey *hotkey, int32_t *finalKeyCode);
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1825 Input_Result OH_Input_GetFinalKey(const Input_Hotkey *hotkey, int32_t *finalKeyCode) in OH_Input_GetFinalKey() argument
1829 CHKPR(finalKeyCode, INPUT_PARAMETER_ERROR); in OH_Input_GetFinalKey()
1830 *finalKeyCode = hotkey->finalKey; in OH_Input_GetFinalKey()

Completed in 6 milliseconds