Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h161 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel()
241 inline bool VInputDevice::HasRel(size_t rel) const in HasRel()
/ohos5.0/base/msdp/device_status/tools/vdev/include/
H A Dv_input_device.h162 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel()
242 inline bool VInputDevice::HasRel(size_t rel) const in HasRel()
H A Dvirtual_device.h107 inline bool VirtualDevice::SupportRel(size_t rel) const in SupportRel()
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h295 inline bool Device::HasRel(size_t rel) const in HasRel()
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h295 inline bool Device::HasRel(size_t rel) const in HasRel()
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.cpp546 napi_status rel = convertXml.DealNapiStrValue(env, nullptr, str); variable
563 napi_status rel = convertXml.DealNapiStrValue(env, nullptr, str); variable
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp551 for (uint32_t rel = REL_X; rel < REL_MAX; ++rel) { in CopyEvents() local
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp552 BitVector rel{ GetProperty("REL") }; in CheckInputProperties() local