OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBusServiceWatcher
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/dbus/
dbus_service_watcher.cc
12
DBusServiceWatcher
::
DBusServiceWatcher
(
20
&
DBusServiceWatcher
::OnServiceOwnerChange, weak_factory_.GetWeakPtr());
26
DBusServiceWatcher
::~
DBusServiceWatcher
() {
31
void
DBusServiceWatcher
::OnServiceOwnerChange(
dbus_service_watcher.h
20
//
DBusServiceWatcher
just asks the bus to notify us when the owner of a remote
23
// |connection_name|,
DBusServiceWatcher
asks for the current owner. If at any
25
//
DBusServiceWatcher
will call back to notify of the connection vanishing.
30
class BRILLO_EXPORT
DBusServiceWatcher
{
32
DBusServiceWatcher
(scoped_refptr<dbus::Bus> bus,
35
virtual ~
DBusServiceWatcher
();
46
base::WeakPtrFactory<
DBusServiceWatcher
> weak_factory_{this};
47
DISALLOW_COPY_AND_ASSIGN(
DBusServiceWatcher
);
Completed in 50 milliseconds