Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatch.hpp127 Filters* filterOps = nullptr) : in PropertyWatchOfType() argument
130 filterOps(filterOps) in PropertyWatchOfType()
134 Filters* filterOps = nullptr) : in PropertyWatchOfType() argument
137 filterOps(filterOps) in PropertyWatchOfType()
187 Filters* const filterOps; member in phosphor::dbus::monitoring::PropertyWatchOfType
H A Dfilters.hpp57 for (const auto& filterOps : ops) in operator ()() local
62 if (!filterOps(std::any_cast<T>(value))) in operator ()()
H A Dpropertywatchimpl.hpp169 if (filterOps) in propertiesChanged()
172 if ((*filterOps)(anyValue)) in propertiesChanged()