Searched refs:ThresholdList (Results 1 – 4 of 4) sorted by relevance
63 struct ThresholdList { struct66 explicit ThresholdList(std::optional<std::string> logging_name, std::vector<T> thresholds) in ThresholdList() function69 ThresholdList() = default;70 ThresholdList(const ThresholdList &) = default;71 ThresholdList &operator=(const ThresholdList &) = default; argument72 ThresholdList(ThresholdList &&) = default;73 ThresholdList &operator=(ThresholdList &&) = default; argument74 ~ThresholdList() = default;84 std::unordered_map<std::string, std::vector<ThresholdList<T> > > record_by_threshold;
83 explicit StatsByThreshold(ThresholdList<ValueType> threshold_list) in StatsByThreshold()
150 ThresholdList<int> threshold_list(logging_name, thresholds); in initializeSensorCdevRequestStats()
1625 std::unordered_map<std::string, std::vector<ThresholdList<T>>> record_by_threshold; in ParseStatsInfo()