Home
last modified time | relevance | path

Searched refs:getCachedValues (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone_interface.hpp64 virtual ValueCacheEntry getCachedValues(const std::string& name) = 0;
H A Dfancontroller.cpp58 value = _owner->getCachedValues(name).unscaled; in inputProc()
H A Dzone.hpp104 ValueCacheEntry getCachedValues(const std::string& name) override;
H A Dzone.cpp234 ValueCacheEntry DbusPidZone::getCachedValues(const std::string& name) in getCachedValues() function in pid_control::DbusPidZone
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp23 ValueCacheEntry getCachedValues(const std::string& s) in getCachedValues() function in pid_control::ZoneMock