Home
last modified time | relevance | path

Searched refs:getThresholdParam (Results 1 – 13 of 13) sorted by relevance

/openbmc/telemetry/tests/src/mocks/
H A Dthreshold_mock.hpp18 MOCK_METHOD(LabeledThresholdParam, getThresholdParam, (),
37 ON_CALL(*thresholdMock, getThresholdParam()) in makeThresholds()
49 ON_CALL(*thresholdMock, getThresholdParam()) in makeThresholds()
56 ON_CALL(*thresholdMock, getThresholdParam()) in makeThresholds()
/openbmc/telemetry/src/interfaces/
H A Dthreshold.hpp15 virtual LabeledThresholdParam getThresholdParam() const = 0;
/openbmc/telemetry/tests/src/
H A Dtest_discrete_threshold.cpp89 EXPECT_EQ(sut->getThresholdParam(), expected); in TEST_P()
114 std::get<discrete::LabeledThresholdParam>(sut->getThresholdParam()) in TEST_F()
123 std::get<discrete::LabeledThresholdParam>(sut->getThresholdParam()) in TEST_F()
H A Dtest_on_change_threshold.cpp69 EXPECT_EQ(sut->getThresholdParam(), expected); in TEST_F()
H A Dtest_numeric_threshold.cpp79 EXPECT_EQ(sut->getThresholdParam(), expected); in TEST_F()
/openbmc/telemetry/src/
H A Don_change_threshold.hpp31 LabeledThresholdParam getThresholdParam() const override;
H A Don_change_threshold.cpp75 LabeledThresholdParam OnChangeThreshold::getThresholdParam() const in getThresholdParam() function in OnChangeThreshold
H A Dtrigger_factory.cpp37 oldThresholds.back()->getThresholdParam())) in updateDiscreteThresholds()
51 threshold->getThresholdParam()); in updateDiscreteThresholds()
107 threshold->getThresholdParam()); in updateNumericThresholds()
H A Dnumeric_threshold.hpp37 LabeledThresholdParam getThresholdParam() const override;
H A Ddiscrete_threshold.hpp37 LabeledThresholdParam getThresholdParam() const override;
H A Ddiscrete_threshold.cpp106 LabeledThresholdParam DiscreteThreshold::getThresholdParam() const in getThresholdParam() function in DiscreteThreshold
H A Dnumeric_threshold.cpp129 LabeledThresholdParam NumericThreshold::getThresholdParam() const in getThresholdParam() function in NumericThreshold
H A Dtrigger.cpp209 return threshold->getThresholdParam(); in getLabeledThresholds()