Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.cpp28 double maximum = getMax(); in write()
/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp82 int64_t getMax(void) in getMax() function in pid_control::WriteInterface
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.hpp69 double getMax(void);
H A Ddbuswrite.cpp63 double maximum = getMax(); in write()
H A Ddbuspassive.cpp212 double DbusPassive::getMax(void) in getMax() function in pid_control::DbusPassive
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp869 EXPECT_DOUBLE_EQ(3, passive->getMax()); in TEST_F()
914 EXPECT_DOUBLE_EQ(0, passive->getMax()); in TEST_F()