Searched full:lastresult (Results 1 – 5 of 5) sorted by relevance
19 /** Multiply (x*y), update lastResult */22 return lastResult(x * y); in multiply()25 /** Divide (x/y), update lastResult38 return lastResult(x / y); in divide()41 /** Clear lastResult, broadcast 'Cleared' signal */44 auto v = lastResult(); in clear()45 lastResult(0); in clear()
29 // 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()
87 if (oneshot && result && lastResult) in operator ()()92 lastResult = result; in operator ()()105 bool lastResult = false; member in phosphor::dbus::monitoring::CountCondition
101 if (oneshot && result && lastResult) in operator ()()106 lastResult = result; in operator ()()117 bool lastResult = false; member in phosphor::dbus::monitoring::MedianCondition
49 Reset the LastResult property to zero.51 - name: LastResult