Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.cpp255 std::vector<ChangeParam> thresholdChanges; in checkThresholds() local
258 return thresholdChanges; in checkThresholds()
272 thresholdChanges.emplace_back(threshold, true, value); in checkThresholds()
284 thresholdChanges.emplace_back(threshold, false, value); in checkThresholds()
296 thresholdChanges.emplace_back(threshold, true, value); in checkThresholds()
308 thresholdChanges.emplace_back(threshold, false, value); in checkThresholds()
335 return thresholdChanges; in checkThresholds()