Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/libudev/test/
H A Dcustom_udev_test.cpp232 EXPECT_EQ(udev_device_get_syspath(device),
236 EXPECT_EQ(udev_device_get_syspath(nullptr), nullptr);
283 EXPECT_STREQ(udev_device_get_syspath(parent), testDevice_.GetSysPath());
301 EXPECT_NE(udev_device_get_syspath(parent), testDevice_.GetSysPath());
/ohos5.0/foundation/multimodalinput/input/libudev/include/
H A Dlibudev.h94 const char *udev_device_get_syspath(struct udev_device *udev_device);
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp684 const char *udev_device_get_syspath(udev_device *device) in udev_device_get_syspath() function
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp364 std::string sysPath = udev_device_get_syspath(udevDevice); in GetInputIdentification()