Home
last modified time | relevance | path

Searched refs:getReadInterfaceType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/test/
H A Dutil_unittest.cpp47 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()
/openbmc/phosphor-pid-control/sensors/
H A Dbuild_utils.hpp29 IOInterfaceType getReadInterfaceType(const std::string& path);
H A Dbuild_utils.cpp48 IOInterfaceType getReadInterfaceType(const std::string& path) in getReadInterfaceType() function
H A Dbuilder.cpp64 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors()