Searched defs:keyState (Results 1 – 7 of 7) sorted by relevance
59 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable76 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable92 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable108 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable124 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable
39 int32_t keyState; member122 Input_Result OH_Input_GetKeyState(struct Input_KeyState* keyState) in OH_Input_GetKeyState()162 Input_KeyState* keyState = new (std::nothrow) Input_KeyState(); in OH_Input_CreateKeyState() local167 void OH_Input_DestroyKeyState(struct Input_KeyState** keyState) in OH_Input_DestroyKeyState()176 void OH_Input_SetKeyCode(struct Input_KeyState* keyState, int32_t keyCode) in OH_Input_SetKeyCode()190 int32_t OH_Input_GetKeyCode(const struct Input_KeyState* keyState) in OH_Input_GetKeyCode()196 void OH_Input_SetKeyPressed(struct Input_KeyState* keyState, int32_t keyAction) in OH_Input_SetKeyPressed()202 int32_t OH_Input_GetKeyPressed(const struct Input_KeyState* keyState) in OH_Input_GetKeyPressed()208 void OH_Input_SetKeySwitch(struct Input_KeyState* keyState, int32_t keySwitch) in OH_Input_SetKeySwitch()214 int32_t OH_Input_GetKeySwitch(const struct Input_KeyState* keyState) in OH_Input_GetKeySwitch()
29 int32_t keyState; member343 Input_KeyState keyState; variable
51 enum libinput_key_state keyState; member
1535 bool InputHub::IsLengthExceeds(const unsigned long *keyState, const unsigned long len, int keyIndex) in IsLengthExceeds()1544 void InputHub::CheckTargetKeyState(const InputHub::Device *dev, const unsigned long *keyState, cons… in CheckTargetKeyState()1599 unsigned long keyState[NLONGS(KEY_CNT)] = { 0 }; in CheckTargetDevicesState() local
393 unsigned long keyState[NLONGS(KEY_CNT)] = { 0 }; in ResetVirtualDevicePressedKeys() local
365 auto keyState = NG::ArkTSUtils::GetModifierKeyState(args.GetJsiRuntimeCallInfo(), in GetModifierKeyState() local