Home
last modified time | relevance | path

Searched defs:ChangePropertyParams (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp118 struct ChangePropertyParams struct in TestTrigger
120 Matcher<T> valueBefore = _;
121 T newValue;
122 Matcher<boost::system::error_code> ec =
124 Matcher<T> valueAfter = Eq(newValue);
H A Dtest_report.cpp173 struct ChangePropertyParams struct in TestReport
175 Matcher<T> valueBefore = _;
176 T newValue;
177 Matcher<boost::system::error_code> ec =
179 Matcher<T> valueAfter = Eq(newValue);