Home
last modified time | relevance | path

Searched refs:GetDevNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/libudev/test/
H A Dcustom_udev_test.cpp200 EXPECT_STREQ(udev_device_get_devnode(device), testDevice_.GetDevNode());
216 … EXPECT_EQ(std::string("/dev/input/") + udev_device_get_sysname(device), testDevice_.GetDevNode());
253 EXPECT_STREQ(udev_device_get_property_value(device, "DEVNAME"), testDevice_.GetDevNode());
H A Dtest_device.h186 auto GetDevNode() in GetDevNode() function