Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Don_change_threshold.cpp8 std::unique_ptr<interfaces::Clock> clockIn) : in OnChangeThreshold() argument
10 actions(std::move(actionsIn)), clock(std::move(clockIn)) in OnChangeThreshold()
H A Ddiscrete_threshold.cpp14 std::unique_ptr<interfaces::Clock> clockIn) : in DiscreteThreshold() argument
19 clock(std::move(clockIn)) in DiscreteThreshold()
H A Dmetric.cpp16 std::unique_ptr<interfaces::Clock> clockIn) : in Metric() argument
22 clock(std::move(clockIn)) in Metric()
H A Dnumeric_threshold.cpp11 std::unique_ptr<interfaces::Clock> clockIn) : in NumericThreshold() argument
14 thresholdValue(thresholdValueIn), type(typeIn), clock(std::move(clockIn)) in NumericThreshold()