Searched refs:getReadInterfaceType (Results 1 – 4 of 4) sorted by relevance
46 EXPECT_EQ(IOInterfaceType::NONE, getReadInterfaceType("")); in TEST()53 EXPECT_EQ(IOInterfaceType::NONE, getReadInterfaceType("None")); in TEST()61 EXPECT_EQ(IOInterfaceType::EXTERNAL, getReadInterfaceType(path)); in TEST()69 EXPECT_EQ(IOInterfaceType::DBUSPASSIVE, getReadInterfaceType(path)); in TEST()77 EXPECT_EQ(IOInterfaceType::SYSFS, getReadInterfaceType(path)); in TEST()85 EXPECT_EQ(IOInterfaceType::UNKNOWN, getReadInterfaceType(path)); in TEST()
29 IOInterfaceType getReadInterfaceType(const std::string& path);
37 IOInterfaceType getReadInterfaceType(const std::string& path) in getReadInterfaceType() function
54 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors()