Lines Matching refs:PropertyWatch
32 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()
135 PropertyWatch<DBusInterfaceType>(watchIndex, ignoreStartCallback, in PropertyWatchOfType()