Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Daverage.cpp6 const Average::averageKey& sensorKey) const in getAverageValue()
8 const auto it = _previousAverageMap.find(sensorKey); in getAverageValue()
17 void Average::setAverageValue(const Average::averageKey& sensorKey, in setAverageValue() argument
20 _previousAverageMap[sensorKey] = sensorValue; in setAverageValue()
H A Daverage.hpp38 const averageKey& sensorKey) const;
47 void setAverageValue(const averageKey& sensorKey,
/openbmc/phosphor-hwmon/test/
H A Dsensor_unittest.cpp49 auto sensorKey = std::make_pair(temp, five); in TEST_F() local
66 std::make_unique<sensor::Sensor>(sensorKey, hwmonio_mock.get(), path); in TEST_F()
82 auto sensorKey = std::make_pair(temp, five); in TEST_F() local
103 std::make_unique<sensor::Sensor>(sensorKey, hwmonio_mock.get(), path); in TEST_F()
113 auto sensorKey = std::make_pair(temp, five); in TEST_F() local
130 std::make_unique<sensor::Sensor>(sensorKey, hwmonio_mock.get(), path); in TEST_F()