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

  /external/libbrillo/brillo/dbus/
dbus_connection.cc 18 DBusConnection::DBusConnection() {
21 DBusConnection::~DBusConnection() {
26 scoped_refptr<dbus::Bus> DBusConnection::Connect() {
30 scoped_refptr<dbus::Bus> DBusConnection::ConnectWithTimeout(
  /external/dbus/dbus/
dbus-connection.h 2 /* dbus-connection.h DBusConnection object
38 * @addtogroup DBusConnection
51 typedef struct DBusConnection DBusConnection;
76 * Indicates the status of incoming data on a #DBusConnection. This determines whether
128 typedef void (* DBusDispatchStatusFunction) (DBusConnection *connection,
143 typedef dbus_bool_t (* DBusAllowUnixUserFunction) (DBusConnection *connection,
153 typedef dbus_bool_t (* DBusAllowWindowsUserFunction) (DBusConnection *connection,
169 typedef DBusHandlerResult (* DBusHandleMessageFunction) (DBusConnection *connection,
173 DBusConnection* dbus_connection_open (const char *address
    [all...]
dbus-connection.c 2 /* dbus-connection.c DBusConnection object
91 * @defgroup DBusConnection DBusConnection
95 * A DBusConnection represents a connection to another
101 * In brief a DBusConnection is a message queue associated with some
169 * You may not drop the last reference to a #DBusConnection
177 * After calling dbus_threads_init(), #DBusConnection has thread
181 * #DBusConnection if those connections will be used from different threads,
200 * @defgroup DBusConnectionInternals DBusConnection implementation details
202 * @brief Implementation details of DBusConnection
    [all...]

Completed in 109 milliseconds