Searched defs:DBusSignal (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_signal.h23 // Used mostly to store the polymorphic DBusSignal<...> in a single map
44 // DBusSignal<...> is a concrete signal proxy class that knows about the
47 class DBusSignal : public DBusSignalBase { class in namespace:brillo::dbus_utils
51 ~DBusSignal() override = default;
53 // DBusSignal<...>::Send(...) dispatches the signal with the given arguments.
62 DISALLOW_COPY_AND_ASSIGN(DBusSignal);

Completed in 36 milliseconds