Searched refs:dbus_connection_open (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtest-shutdown.c30 connection = dbus_connection_open (session_addr_no_guid, &error);
H A Dtest-privserver-client.c113 privconn = dbus_connection_open (addr, &error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport-unix.c427 c = dbus_connection_open ("unixexec:argv0=false,argv1=foobar,path=/bin/false", &error);
H A Ddbus-connection.h173 DBusConnection* dbus_connection_open (const char *address,
H A Ddbus-bus.c480 connection = dbus_connection_open (address, error);
540 * see dbus_connection_open() and dbus_connection_close() for details
618 * If you open a bus connection with dbus_connection_open() or
625 * For shared connections (created with dbus_connection_open()) in a
746 * (created by dbus_connection_open()) in a multithreaded application,
H A Ddbus-connection.c322 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */
1663 * from dbus_connection_open(). We could just synchronously
2548 * to dbus_connection_open() asks to connect to the same server.
2551 * not shared with other callers of dbus_connection_open().
2562 * @note Prefer dbus_connection_open() to dbus_connection_open_private()
2572 dbus_connection_open (const char *address, function
2589 * dbus_connection_open(), always creates a new connection.
2605 * @note Prefer dbus_connection_open() to dbus_connection_open_private()
2762 * Most connections are shared. dbus_connection_open() and dbus_bus_get()
2828 * After the disconnect message link is queued, dbus_bus_get/dbus_connection_open
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-monitor.c325 connection = dbus_connection_open (address, &error);
H A Ddbus-send.c335 connection = dbus_connection_open (address, &error);

Completed in 115 milliseconds