Home
last modified time | relevance | path

Searched full:lastresult (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/example/
H A Dcalculator-server.cpp19 /** Multiply (x*y), update lastResult */
22 return lastResult(x * y); in multiply()
25 /** Divide (x/y), update lastResult
38 return lastResult(x / y); in divide()
41 /** Clear lastResult, broadcast 'Cleared' signal */
44 auto v = lastResult(); in clear()
45 lastResult(0); in clear()
H A Dcalculator-client.cpp29 // Get the LastResult property. in startup()
40 // Get the LastResult property. in startup()
46 // Set the LastResult property. in startup()
48 // Get the LastResult property. in startup()
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp87 if (oneshot && result && lastResult) in operator ()()
92 lastResult = result; in operator ()()
105 bool lastResult = false; member in phosphor::dbus::monitoring::CountCondition
H A Dmedian.hpp101 if (oneshot && result && lastResult) in operator ()()
106 lastResult = result; in operator ()()
117 bool lastResult = false; member in phosphor::dbus::monitoring::MedianCondition
/openbmc/sdbusplus/example/yaml/net/poettering/
H A DCalculator.interface.yaml49 Reset the LastResult property to zero.
51 - name: LastResult