Home
last modified time | relevance | path

Searched defs:udev_device (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp139 struct udev_device { struct
206 udev_device *GetParent() in GetParent() argument
237 udev_device *GetParentWithSubsystem(const std::string &subsystem) in GetParentWithSubsystem() argument
271 udev_device() = default; argument
273 ~udev_device() in ~udev_device() argument
297 void SetSyspath(std::string newSyspath) in SetSyspath()
331 void ReadUeventFile() in ReadUeventFile()
541 void SetInputProperty(std::string prop) in SetInputProperty()
547 void CheckInputProperties() in CheckInputProperties()
604 std::optional<udev_device *> parentDevice_; argument
[all …]
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h24 struct udev_device { struct
29 struct udev_device udevDev; argument