Home
last modified time | relevance | path

Searched refs:internal_bus_get (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-bus.c373 internal_bus_get (DBusBusType type, in internal_bus_get() function
515 return internal_bus_get (type, FALSE, error); in dbus_bus_get()
547 return internal_bus_get (type, TRUE, error); in dbus_bus_get_private()
/external/dbus/
DChangeLog219 (internal_bus_get): lock our access to the BusData
605 (internal_bus_get): only weak ref the connection; this means
685 (internal_bus_get): fix screwy code formatting. whoever committed
1547 (internal_bus_get): get a hard refrence to shared connections when
2113 * dbus/dbus-bus.c (internal_bus_get): in the error message if the
3008 (internal_bus_get): new method that take over the heavy lifting
3011 (dbus_bus_get): wrapper to internal_bus_get that provides the same
3014 internal_bus_get to get a private connection to the bus