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.cpp48 auto sensorKey = std::make_pair(temp, five); in TEST_F() local
65 std::make_unique<sensor::Sensor>(sensorKey, hwmonio_mock.get(), path); in TEST_F()
81 auto sensorKey = std::make_pair(temp, five); in TEST_F() local
102 std::make_unique<sensor::Sensor>(sensorKey, hwmonio_mock.get(), path); in TEST_F()
112 auto sensorKey = std::make_pair(temp, five); in TEST_F() local
129 std::make_unique<sensor::Sensor>(sensorKey, hwmonio_mock.get(), path); in TEST_F()