Searched refs:clockIn (Results 1 – 4 of 4) sorted by relevance
8 std::unique_ptr<interfaces::Clock> clockIn) : in OnChangeThreshold() argument10 actions(std::move(actionsIn)), clock(std::move(clockIn)) in OnChangeThreshold()
14 std::unique_ptr<interfaces::Clock> clockIn) : in DiscreteThreshold() argument19 clock(std::move(clockIn)) in DiscreteThreshold()
16 std::unique_ptr<interfaces::Clock> clockIn) : in Metric() argument22 clock(std::move(clockIn)) in Metric()
11 std::unique_ptr<interfaces::Clock> clockIn) : in NumericThreshold() argument14 thresholdValue(thresholdValueIn), type(typeIn), clock(std::move(clockIn)) in NumericThreshold()