Searched refs:PropertyWatchOfType (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/ |
H A D | propertywatch.hpp | 116 class PropertyWatchOfType : public PropertyWatch<DBusInterfaceType> class 119 PropertyWatchOfType() = default; 120 PropertyWatchOfType(const PropertyWatchOfType&) = delete; 121 PropertyWatchOfType(PropertyWatchOfType&&) = default; 122 PropertyWatchOfType& operator=(const PropertyWatchOfType&) = delete; 123 PropertyWatchOfType& operator=(PropertyWatchOfType&&) = default; 124 ~PropertyWatchOfType() = default; 125 PropertyWatchOfType(const PropertyIndex& watchIndex, Callback& callback, in PropertyWatchOfType() function in phosphor::dbus::monitoring::PropertyWatchOfType 132 explicit PropertyWatchOfType(const PropertyIndex& watchIndex, in PropertyWatchOfType() function in phosphor::dbus::monitoring::PropertyWatchOfType
|
H A D | propertywatchimpl.hpp | 138 void PropertyWatchOfType<T, DBusInterfaceType>::updateProperties( in updateProperties() 150 void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( in propertiesChanged() 191 void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( in propertiesChanged() 201 void PropertyWatchOfType<T, DBusInterfaceType>::interfacesAdded( in interfacesAdded() 211 void PropertyWatchOfType<T, DBusInterfaceType>::interfacesAdded( in interfacesAdded()
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | generated.mako.hpp | 256 std::make_unique<PropertyWatchOfType<${w.datatype}, SDBusPlus>>( in get()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.cpp | 256 PropertyWatchOfType<T, MockDBusInterface> watch(watchIndex, false, in testStart()
|