Searched refs:GetDevNode (Results 1 – 2 of 2) sorted by relevance
200 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());
186 auto GetDevNode() in GetDevNode() function