Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dzone_interface.hpp64 const ValueCacheEntry& values) = 0;
73 virtual ValueCacheEntry getCachedValues(const std::string& name) = 0;
H A Dzone.hpp107 void setOutputCache(std::string_view, const ValueCacheEntry&) override;
116 ValueCacheEntry getCachedValues(const std::string& name) override;
249 std::map<std::string, ValueCacheEntry> _cachedValuesByName;
250 std::map<std::string, ValueCacheEntry> _cachedFanOutputs;
H A Dzone.cpp239 ValueCacheEntry DbusPidZone::getCachedValues(const std::string& name) in getCachedValues()
245 const ValueCacheEntry& values) in setOutputCache()
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp30 ValueCacheEntry getCachedValues(const std::string& s) override in getCachedValues()
39 void(std::string_view name, const ValueCacheEntry& values));
/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp24 struct ValueCacheEntry struct