Home
last modified time | relevance | path

Searched refs:INDEV_TYPE_KEY (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input.md69 | [InputDevType](#inputdevtype) { INDEV_TYPE_TOUCH, INDEV_TYPE_KEY, INDEV_TYPE_KEYBOARD, INDEV_TYPE…
257 | INDEV_TYPE_KEY | 物理按键 |
H A Dinput__type_8h.md55 | [InputDevType](_input.md#inputdevtype) { INDEV_TYPE_TOUCH, INDEV_TYPE_KEY, INDEV_TYPE_KEYBOARD, I…
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h31 INDEV_TYPE_KEY, /** Physical key */ enumerator
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.h137 INDEV_TYPE_KEY, /* Physical key */ enumerator
H A Dhdf_input_device_manager.c218 case INDEV_TYPE_KEY: in AllocPackageBuffer()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h125 INDEV_TYPE_KEY, /**< Physical key */ enumerator
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp651 case InputDevType::INDEV_TYPE_KEY: in FindTargetWindow()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp276 type = INDEV_TYPE_KEY; in GetInputDeviceTypeInfo()