OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusServiceWatcher
(Results
1 - 6
of
6
) 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
);
/system/connectivity/apmanager/dbus/
manager_dbus_adaptor.h
54
using
DBusServiceWatcher
= brillo::dbus_utils::
DBusServiceWatcher
;
59
std::unique_ptr<
DBusServiceWatcher
> in_watcher)
63
std::unique_ptr<
DBusServiceWatcher
> watcher;
manager_dbus_adaptor.cc
69
std::unique_ptr<
DBusServiceWatcher
>(
70
new
DBusServiceWatcher
(
/system/connectivity/shill/dbus/
chromeos_dbus_service_watcher.cc
26
new brillo::dbus_utils::
DBusServiceWatcher
(
chromeos_dbus_service_watcher.h
26
// Wrapper for brillo::dbus::
DBusServiceWatcher
for monitoring remote
40
std::unique_ptr<brillo::dbus_utils::
DBusServiceWatcher
> watcher_;
Completed in 481 milliseconds