Home
last modified time | relevance | path

Searched defs:kevent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp111 const std::string kevent { "event" }; in GetInputDeviceNodes() local
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp91 const std::string kevent { "event" }; in GetInputDeviceNodes() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs79 let kevent = kevent_new(fd, libc::EVFILT_READ, flags, token.0); in register() localVariable
84 let kevent = kevent_new(fd, libc::EVFILT_WRITE, flags, token.0); in register() localVariable
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp181 const std::string kevent { "event" }; in GetInputDeviceNodes() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h76 WorkStruct kevent; member