Searched refs:getWriteInterfaceType (Results 1 – 4 of 4) sorted by relevance
16 EXPECT_EQ(IOInterfaceType::NONE, getWriteInterfaceType("")); in TEST()23 EXPECT_EQ(IOInterfaceType::NONE, getWriteInterfaceType("None")); in TEST()31 EXPECT_EQ(IOInterfaceType::SYSFS, getWriteInterfaceType(path)); in TEST()39 EXPECT_EQ(IOInterfaceType::UNKNOWN, getWriteInterfaceType(path)); in TEST()
27 IOInterfaceType getWriteInterfaceType(const std::string& path);
16 IOInterfaceType getWriteInterfaceType(const std::string& path) in getWriteInterfaceType() function
55 IOInterfaceType wtype = getWriteInterfaceType(info->writePath); in buildSensors()