Home
last modified time | relevance | path

Searched refs:thresholdParams (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/
H A Dtrigger_manager.hpp32 const LabeledTriggerThresholdParams& thresholdParams);
42 const LabeledTriggerThresholdParams& thresholdParams) const;
H A Dtrigger_manager.cpp93 const LabeledTriggerThresholdParams& thresholdParams) in verifyThresholdParams() argument
99 &thresholdParams); in verifyThresholdParams()
116 const LabeledTriggerThresholdParams& thresholdParams) const in verifyAddTrigger()
126 verifyThresholdParams(thresholdParams); in verifyAddTrigger()
/openbmc/telemetry/tests/src/
H A Dtest_trigger_manager.cpp103 triggerParamsDiscrete.thresholdParams(thresholds); in TEST_F()
115 triggerParamsDiscrete.thresholdParams(thresholds); in TEST_F()
278 .thresholdParams(std::vector<discrete::LabeledThresholdParam>{ in TEST_F()
373 .thresholdParams(std::vector<discrete::LabeledThresholdParam>{ in TEST_F()
480 TriggerParams().thresholdParams().index()},
486 TriggerParams().thresholdParams())},
507 LabeledTriggerThresholdParams thresholdParams = in TEST_F()
512 data1["ThresholdParamsDiscriminator"] = thresholdParams.index(); in TEST_F()
515 utils::labeledThresholdParamsToJson(thresholdParams); in TEST_F()
H A Dtest_trigger.cpp43 .thresholdParams(std::vector<discrete::LabeledThresholdParam>{
88 ThresholdMock::makeThresholds(params.thresholdParams()); in makeTrigger()
179 Eq(isTriggerThresholdDiscrete(triggerParams.thresholdParams()))); in TEST_F()
410 triggerParams.thresholdParams()); in TEST_F()
413 triggerParams.thresholdParams()); in TEST_F()
436 triggerDiscreteParams.thresholdParams()); in TEST_F()
439 triggerDiscreteParams.thresholdParams()); in TEST_F()
505 .thresholdParams(std::vector<numeric::LabeledThresholdParam>{});
/openbmc/telemetry/tests/src/params/
H A Dtrigger_params.hpp91 TriggerParams& thresholdParams(LabeledTriggerThresholdParams val) in thresholdParams() function in TriggerParams
97 const LabeledTriggerThresholdParams& thresholdParams() const in thresholdParams() function in TriggerParams
/openbmc/telemetry/tests/src/mocks/
H A Dtrigger_factory_mock.hpp81 params.thresholdParams(), params.sensors())); in expectMake()