Home | History | Annotate | Download | only in dbus

Lines Matching full:connections

137 	how to choose shared vs. private connections
446 connections, from Tambet Ingo bug #8631
548 arrives, so dbus_bus_get() won't return closed connections.
578 shared connections; since we have strong refs now, the assertion
580 still-open shared connections.
583 debug pipe connections
596 loop over all connections
599 shared connections.
909 so we don't get the warning when closing shared connections
912 don't close shared connections themselves so we unref instead of
1096 (_dbus_connection_test_get_locks): New method for tests to check connections
1476 (dbus_connection_dispatch): On disconnect unref any shared connections
1479 for cleaning up shared connections on disconnect
1480 (internal_bus_get): get a hard refrence to shared connections when
2197 pending reply limit not common to all connections (Bug #5416)
2396 that returns the list of connections in a name's connection queue
2399 (struct BusOwner): new struct for keeping track of queued connections
2412 (bus_registry_acquire_service): Switch from using raw connections to
2420 instead of raw connections
2422 Switch to using BusOwner instead of raw connections
2795 * python/_dbus.py (Bus): handle private connections using the
9256 expiring connections and replies, decided not to use for expiring
9257 connections for now.
9518 by default for message bus connections.
9529 "signal connections" hasn't been started, this patch is only the
9558 connections)
10698 restriction here that inactive connections can only send the
10722 connections timeout after we complete each connection.
10840 connections, and a count of each. Maintain count of completed
10841 connections per user. Implement code to check connection limits.
11400 * dbus/dbus-bus.c: change how we set well-known connections to
11536 tracked the number of open connections; it's better done in
11935 file that allows connections.
11993 what connections can do.
12075 connections
12277 connections
12301 connections on the bus also got the correct results, not
13141 Only send broadcast messages to registered connections.
14359 keep track of current number of connections, and add API for
14612 * bus/connection.c: implement routines for handling connections,
14617 of connections
14973 representing a server that listens for connections.