Home
last modified time | relevance | path

Searched defs:keyState (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp59 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable
76 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable
92 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable
108 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable
124 struct Input_KeyState* keyState = OH_Input_CreateKeyState(); variable
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp39 int32_t keyState; member
122 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() local
167 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()
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/test/
H A Doh_input_manager_test.cpp29 int32_t keyState; member
343 Input_KeyState keyState; variable
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h51 enum libinput_key_state keyState; member
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1535 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
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp393 unsigned long keyState[NLONGS(KEY_CNT)] = { 0 }; in ResetVirtualDevicePressedKeys() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp365 auto keyState = NG::ArkTSUtils::GetModifierKeyState(args.GetJsiRuntimeCallInfo(), in GetModifierKeyState() local