Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/test/
H A Docc_dbus_test.cpp14 retMaxValue = OccDBusSensors::getOccDBus().getMaxValue(tmpPath); in TEST()
17 ASSERT_THROW(OccDBusSensors::getOccDBus().getMaxValue("/abcd/"), in TEST()
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp64 double getMaxValue(const std::string& path) const;
H A Docc_dbus.cpp40 double OccDBusSensors::getMaxValue(const std::string& path) const in getMaxValue() function in open_power::occ::dbus::OccDBusSensors