HomeSort by relevance Sort by last modified time
    Searched refs:ConnectWithTimeout (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/dbus/
dbus_connection.h 29 scoped_refptr<dbus::Bus> ConnectWithTimeout(base::TimeDelta timeout);
dbus_connection.cc 27 return ConnectWithTimeout(base::TimeDelta());
30 scoped_refptr<dbus::Bus> DBusConnection::ConnectWithTimeout(
  /system/update_engine/
daemon.cc 59 scoped_refptr<dbus::Bus> bus = dbus_connection_.ConnectWithTimeout(

Completed in 130 milliseconds