Searched refs:PropertyWatch (Results 1 – 3 of 3) sorted by relevance
32 class PropertyWatch : public Watch class35 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::PropertyWatch116 class PropertyWatchOfType : public PropertyWatch<DBusInterfaceType>128 PropertyWatch<DBusInterfaceType>(watchIndex, ignoreStartCallback, in PropertyWatchOfType()[all …]
27 void PropertyWatch<DBusInterfaceType>::start() in start()122 void PropertyWatch<DBusInterfaceType>::callback(Context ctx) in callback()
645 class PropertyWatch(HasPropertyIndex): class656 super(PropertyWatch, self).__init__(**kw)700 super(PropertyWatch, self).factory(objs)716 super(PropertyWatch, self).setup(objs)1128 "property": PropertyWatch,