Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/test/
H A Dutil_unittest.cpp16 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()
/openbmc/phosphor-pid-control/sensors/
H A Dbuild_utils.hpp27 IOInterfaceType getWriteInterfaceType(const std::string& path);
H A Dbuild_utils.cpp16 IOInterfaceType getWriteInterfaceType(const std::string& path) in getWriteInterfaceType() function
H A Dbuilder.cpp55 IOInterfaceType wtype = getWriteInterfaceType(info->writePath); in buildSensors()