Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/tools/vdev/include/
H A Dvirtual_device.h46 bool SupportRel(size_t rel) const;
107 inline bool VirtualDevice::SupportRel(size_t rel) const in SupportRel() function
109 return ((inputDev_ != nullptr) && inputDev_->SupportRel(rel)); in SupportRel()
H A Dv_input_device.h77 bool SupportRel(size_t rel) const;
162 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel() function
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h76 bool SupportRel(size_t rel) const;
161 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel() function
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp552 if (vDev->SupportRel(rel)) { in CopyEvents()