Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatch.hpp32 class PropertyWatch : public Watch class
35 PropertyWatch() = delete;
36 PropertyWatch(const PropertyWatch&) = delete;
37 PropertyWatch(PropertyWatch&&) = default;
38 PropertyWatch& operator=(const PropertyWatch&) = delete;
39 PropertyWatch& operator=(PropertyWatch&&) = default;
40 virtual ~PropertyWatch() = default;
41 PropertyWatch(const PropertyIndex& watchIndex, in PropertyWatch() function in phosphor::dbus::monitoring::PropertyWatch
116 class PropertyWatchOfType : public PropertyWatch<DBusInterfaceType>
128 PropertyWatch<DBusInterfaceType>(watchIndex, ignoreStartCallback, in PropertyWatchOfType()
[all …]
H A Dpropertywatchimpl.hpp27 void PropertyWatch<DBusInterfaceType>::start() in start()
122 void PropertyWatch<DBusInterfaceType>::callback(Context ctx) in callback()
H A Dpdmgen.py645 class PropertyWatch(HasPropertyIndex): class
656 super(PropertyWatch, self).__init__(**kw)
700 super(PropertyWatch, self).factory(objs)
716 super(PropertyWatch, self).setup(objs)
1128 "property": PropertyWatch,