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.cpp119 struct ChangePropertyParams struct in TestTrigger
121 Matcher<T> valueBefore = _;
122 T newValue;
123 Matcher<boost::system::error_code> ec =
125 Matcher<T> valueAfter = Eq(newValue);
H A Dtest_report.cpp175 struct ChangePropertyParams struct in TestReport
177 Matcher<T> valueBefore = _;
178 T newValue;
179 Matcher<boost::system::error_code> ec =
181 Matcher<T> valueAfter = Eq(newValue);