Searched refs:sensorsIn (Results 1 – 6 of 6) sorted by relevance
/openbmc/telemetry/src/ |
H A D | on_change_threshold.cpp | 6 const std::string& triggerIdIn, Sensors sensorsIn, in OnChangeThreshold() argument 9 triggerId(triggerIdIn), sensors(std::move(sensorsIn)), in OnChangeThreshold()
|
H A D | discrete_threshold.cpp | 10 Sensors sensorsIn, in DiscreteThreshold() argument 21 for (const auto& sensor : sensorsIn) in DiscreteThreshold()
|
H A D | metric.cpp | 13 Metric::Metric(Sensors sensorsIn, OperationType operationTypeIn, in Metric() argument 17 sensors(std::move(sensorsIn)), operationType(operationTypeIn), in Metric()
|
H A D | numeric_threshold.cpp | 7 Sensors sensorsIn, in NumericThreshold() argument 16 for (const auto& sensor : sensorsIn) in NumericThreshold()
|
H A D | trigger.cpp | 24 const interfaces::TriggerFactory& triggerFactory, Sensors sensorsIn) : in Trigger() argument 30 triggerStorage(triggerStorageIn), sensors(std::move(sensorsIn)),
|
H A D | trigger.hpp | 29 Sensors sensorsIn);
|