Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp51 countOp(_countOp), propertyOp(_propertyOp), oneshot(oneshot) in CountCondition()
72 auto r = propertyOp(value); in operator ()()
99 std::function<bool(T)> propertyOp; member in phosphor::dbus::monitoring::CountCondition