Searched refs:watchIndex (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/ |
H A D | propertywatch.hpp | 41 PropertyWatch(const PropertyIndex& watchIndex, in PropertyWatch() argument 44 Watch(), index(watchIndex), cb(callback), alreadyRan(false), in PropertyWatch() 125 PropertyWatchOfType(const PropertyIndex& watchIndex, Callback& callback, in PropertyWatchOfType() argument 128 PropertyWatch<DBusInterfaceType>(watchIndex, ignoreStartCallback, in PropertyWatchOfType() 132 explicit PropertyWatchOfType(const PropertyIndex& watchIndex, in PropertyWatchOfType() argument 135 PropertyWatch<DBusInterfaceType>(watchIndex, ignoreStartCallback, in PropertyWatchOfType()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.cpp | 32 const PropertyIndex watchIndex = { variable 256 PropertyWatchOfType<T, MockDBusInterface> watch(watchIndex, false, in testStart() 260 for (const auto& o : convert(watchIndex)) in testStart()
|