Home
last modified time | relevance | path

Searched refs:GeneralDevice (Results 1 - 18 of 18) sorted by relevance

/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dgeneral_device.h30 class GeneralDevice { class
32 GeneralDevice() = default;
33 virtual ~GeneralDevice() = default;
34 DISALLOW_COPY_AND_MOVE(GeneralDevice);
H A Dgeneral_joystick.h25 class GeneralJoystick final : public GeneralDevice {
H A Dgeneral_keyboard.h25 class GeneralKeyboard final : public GeneralDevice {
H A Dgeneral_crown.h25 class GeneralCrown final : public GeneralDevice {
H A Dgeneral_mouse.h25 class GeneralMouse final : public GeneralDevice {
H A Dgeneral_uwb_remote_control.h25 class GeneralUwbRemoteControl final : public GeneralDevice {
H A Dgeneral_touchscreen.h25 class GeneralTouchscreen final : public GeneralDevice {
H A Dgeneral_touchpad.h25 class GeneralTouchpad final : public GeneralDevice {
H A Dgeneral_stylus.h25 class GeneralStylus final : public GeneralDevice {
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp29 void GeneralDevice::Close() in Close()
34 void GeneralDevice::SendEvent(uint16_t type, uint16_t code, int32_t value) in SendEvent()
43 std::string GeneralDevice::GetDevPath() const in GetDevPath()
48 bool GeneralDevice::OpenDevice(const std::string &name) in OpenDevice()
55 if (GeneralDevice::FindDeviceNode(name, node)) { in OpenDevice()
68 bool GeneralDevice::FindDeviceNode(const std::string &name, std::string &node) in FindDeviceNode()
86 void GeneralDevice::Execute(std::vector<std::string> &results) in Execute()
102 void GeneralDevice::GetInputDeviceNodes(std::map<std::string, std::string> &nodes) in GetInputDeviceNodes()
H A Dgeneral_joystick.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_keyboard.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_crown.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_uwb_remote_control.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_touchscreen.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_touchpad.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_stylus.cpp23 GeneralDevice::Close(); in Close()
H A Dgeneral_mouse.cpp23 GeneralDevice::Close(); in Close()

Completed in 3 milliseconds