/ohos5.0/base/msdp/device_status/tools/vdev/src/ |
H A D | v_input_device.cpp | 182 void VInputDevice::GetEventMask(const std::string &eventName, uint32_t type, in GetEventMask() function in OHOS::Msdp::DeviceStatus::VInputDevice 203 GetEventMask("", 0, sizeof(evBitmask_), evBitmask_); in QuerySupportedEvents() 206 GetEventMask("key", EV_KEY, sizeof(keyBitmask_), keyBitmask_); in QuerySupportedEvents() 209 GetEventMask("abs", EV_ABS, sizeof(absBitmask_), absBitmask_); in QuerySupportedEvents() 212 GetEventMask("rel", EV_REL, sizeof(relBitmask_), relBitmask_); in QuerySupportedEvents() 215 GetEventMask("msc", EV_MSC, sizeof(mscBitmask_), mscBitmask_); in QuerySupportedEvents() 218 GetEventMask("led", EV_LED, sizeof(ledBitmask_), ledBitmask_); in QuerySupportedEvents() 221 GetEventMask("rep", EV_REP, sizeof(repBitmask_), repBitmask_); in QuerySupportedEvents()
|
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/ |
H A D | v_input_device.cpp | 163 void VInputDevice::GetEventMask(const std::string &eventName, uint32_t type, in GetEventMask() function in OHOS::MMI::VInputDevice 183 GetEventMask("", 0, sizeof(evBitmask_), evBitmask_); in QuerySupportedEvents() 186 GetEventMask("key", EV_KEY, sizeof(keyBitmask_), keyBitmask_); in QuerySupportedEvents() 189 GetEventMask("abs", EV_ABS, sizeof(absBitmask_), absBitmask_); in QuerySupportedEvents() 192 GetEventMask("rel", EV_REL, sizeof(relBitmask_), relBitmask_); in QuerySupportedEvents() 195 GetEventMask("msc", EV_MSC, sizeof(mscBitmask_), mscBitmask_); in QuerySupportedEvents() 198 GetEventMask("led", EV_LED, sizeof(ledBitmask_), ledBitmask_); in QuerySupportedEvents() 201 GetEventMask("rep", EV_REP, sizeof(repBitmask_), repBitmask_); in QuerySupportedEvents()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device.cpp | 171 void Device::GetEventMask(const std::string &eventName, uint32_t type, in GetEventMask() function in OHOS::Msdp::DeviceStatus::Device 191 GetEventMask("", 0, sizeof(evBitmask_), evBitmask_); in QuerySupportedEvents() 192 GetEventMask("key", EV_KEY, sizeof(keyBitmask_), keyBitmask_); in QuerySupportedEvents() 193 GetEventMask("abs", EV_ABS, sizeof(absBitmask_), absBitmask_); in QuerySupportedEvents() 194 GetEventMask("rel", EV_REL, sizeof(relBitmask_), relBitmask_); in QuerySupportedEvents()
|
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device.cpp | 171 void Device::GetEventMask(const std::string &eventName, uint32_t type, in GetEventMask() function in OHOS::Msdp::DeviceStatus::Device 191 GetEventMask("", 0, sizeof(evBitmask_), evBitmask_); in QuerySupportedEvents() 192 GetEventMask("key", EV_KEY, sizeof(keyBitmask_), keyBitmask_); in QuerySupportedEvents() 193 GetEventMask("abs", EV_ABS, sizeof(absBitmask_), absBitmask_); in QuerySupportedEvents() 194 GetEventMask("rel", EV_REL, sizeof(relBitmask_), relBitmask_); in QuerySupportedEvents()
|
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/ |
H A D | v_input_device.h | 115 void GetEventMask(const std::string &eventName, uint32_t type, std::size_t arrayLength,
|
/ohos5.0/base/msdp/device_status/tools/vdev/include/ |
H A D | v_input_device.h | 116 void GetEventMask(const std::string &eventName, uint32_t type, std::size_t arrayLength,
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 693 void InputHub::GetEventMask(int fd, const std::string &eventName, uint32_t type, in GetEventMask() function in OHOS::DistributedHardware::DistributedInput::InputHub 705 GetEventMask(fd, "msc", EV_MSC, sizeof(mscBitmask), mscBitmask); in GetMSCBits() 718 GetEventMask(fd, "led", EV_LED, sizeof(ledBitmask), ledBitmask); in GetLEDBits() 730 GetEventMask(fd, "switch", EV_SW, sizeof(switchBitmask), switchBitmask); in GetSwitchBits() 743 GetEventMask(fd, "repeat", EV_REP, sizeof(repBitmask), repBitmask); in GetRepeatBits()
|
H A D | input_hub.h | 136 void GetEventMask(int fd, const std::string &eventName, uint32_t type,
|
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device.h | 125 void GetEventMask(const std::string &eventName, uint32_t type, std::size_t arrayLength,
|
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/ |
H A D | device.h | 125 void GetEventMask(const std::string &eventName, uint32_t type, std::size_t arrayLength,
|