Searched refs:newParams (Results 1 – 5 of 5) sorted by relevance
29 const std::vector<discrete::LabeledThresholdParam>& newParams) const in updateDiscreteThresholds()42 newThresholds.reserve(newParams.size()); in updateDiscreteThresholds()46 for (const auto& labeledThresholdParam : newParams) in updateDiscreteThresholds()68 for (const auto& labeledThresholdParam : newParams) in updateDiscreteThresholds()74 if (newParams.empty()) in updateDiscreteThresholds()95 const std::vector<numeric::LabeledThresholdParam>& newParams) const in updateNumericThresholds()100 newThresholds.reserve(newParams.size()); in updateNumericThresholds()102 for (const auto& labeledThresholdParam : newParams) in updateNumericThresholds()130 const LabeledTriggerThresholdParams& newParams) const in updateThresholds()132 if (isTriggerThresholdDiscrete(newParams)) in updateThresholds()[all …]
41 const LabeledTriggerThresholdParams& newParams) const override;65 const std::vector<discrete::LabeledThresholdParam>& newParams) const;73 const std::vector<numeric::LabeledThresholdParam>& newParams) const;
47 const LabeledTriggerThresholdParams& newParams) const = 0;
49 const LabeledTriggerThresholdParams& newParams),
272 ReadingParameters newParams = toReadingParameters( in TEST_F() local280 auto metrics = getMetricsFromReadingParams(newParams); in TEST_F()285 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()289 Eq(newParams)); in TEST_F()310 ReadingParameters newParams = toReadingParameters(readingParams); in TEST_F() local313 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()