Searched refs:getReadInterfaceType (Results 1 – 4 of 4) sorted by relevance
47 EXPECT_EQ(IOInterfaceType::NONE, getReadInterfaceType("")); in TEST()54 EXPECT_EQ(IOInterfaceType::NONE, getReadInterfaceType("None")); in TEST()62 EXPECT_EQ(IOInterfaceType::EXTERNAL, getReadInterfaceType(path)); in TEST()70 EXPECT_EQ(IOInterfaceType::DBUSPASSIVE, getReadInterfaceType(path)); in TEST()78 EXPECT_EQ(IOInterfaceType::SYSFS, getReadInterfaceType(path)); in TEST()86 EXPECT_EQ(IOInterfaceType::UNKNOWN, getReadInterfaceType(path)); in TEST()
29 IOInterfaceType getReadInterfaceType(const std::string& path);
48 IOInterfaceType getReadInterfaceType(const std::string& path) in getReadInterfaceType() function
64 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors()