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