Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.hpp155 size_t thresholdCount, const std::string& label);
H A DThresholds.cpp141 size_t thresholdCount, const std::string& labelMatch) in persistThreshold() argument
143 for (size_t ii = 0; ii < thresholdCount; ii++) in persistThreshold()