Home
last modified time | relevance | path

Searched refs:getMinValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/test/
H A Docc_dbus_test.cpp28 retMinValue = OccDBusSensors::getOccDBus().getMinValue(tmpPath); in TEST()
31 ASSERT_THROW(OccDBusSensors::getOccDBus().getMinValue("/abcd/"), in TEST()
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp81 double getMinValue(const std::string& path) const;
H A Docc_dbus.cpp67 double OccDBusSensors::getMinValue(const std::string& path) const in getMinValue() function in open_power::occ::dbus::OccDBusSensors