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

  /external/dbus/test/name-test/
test-shutdown.c 30 connection = dbus_connection_open (session_addr_no_guid, &error);
test-privserver-client.c 67 privconn = dbus_connection_open (addr, &error);
  /external/dbus/tools/
dbus-monitor.c 286 connection = dbus_connection_open (address, &error);
dbus-send.c 337 connection = dbus_connection_open (address, &error);
  /external/dbus/dbus/
dbus-connection.h 172 DBusConnection* dbus_connection_open (const char *address,
dbus-bus.c 482 connection = dbus_connection_open (address, error);
544 * see dbus_connection_open() and dbus_connection_close() for details
622 * If you open a bus connection with dbus_connection_open() or
629 * For shared connections (created with dbus_connection_open()) in a
751 * (created by dbus_connection_open()) in a multithreaded application,
    [all...]
dbus-connection.c 306 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */
2562 dbus_connection_open (const char *address, function
    [all...]

Completed in 198 milliseconds