Home
last modified time | relevance | path

Searched refs:SupportEventType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/tools/vdev/include/
H A Dvirtual_device.h43 bool SupportEventType(size_t ev) const;
92 inline bool VirtualDevice::SupportEventType(size_t ev) const in SupportEventType() function
94 return ((inputDev_ != nullptr) && inputDev_->SupportEventType(ev)); in SupportEventType()
H A Dv_input_device.h74 bool SupportEventType(size_t ev) const;
147 inline bool VInputDevice::SupportEventType(size_t ev) const in SupportEventType() function
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h73 bool SupportEventType(size_t ev) const;
146 inline bool VInputDevice::SupportEventType(size_t ev) const in SupportEventType() function
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp537 if (vDev->SupportEventType(ev)) { in CopyEvents()