Searched refs:getDetails (Results 1 – 5 of 5) sorted by relevance
37 DiscreteThreshold::ThresholdDetail& DiscreteThreshold::getDetails( in getDetails() function in DiscreteThreshold40 return ThresholdOperations::getDetails(this, sensor); in getDetails()52 auto& details = getDetails(sensor); in sensorUpdated()
32 NumericThreshold::ThresholdDetail& NumericThreshold::getDetails( in getDetails() function in NumericThreshold35 return ThresholdOperations::getDetails(this, sensor); in getDetails()47 auto& details = getDetails(sensor); in sensorUpdated()
82 ThresholdDetail& getDetails(const interfaces::Sensor& sensor);
81 ThresholdDetail& getDetails(const interfaces::Sensor& sensor);
21 static typename ThresholdType::ThresholdDetail& getDetails( in getDetails() function