Searched refs:BusOwner (Results 1 – 4 of 4) sorted by relevance
49 struct BusOwner struct96 registry->owner_pool = _dbus_mem_pool_new (sizeof (BusOwner), in bus_registry_new()163 BusOwner *bus_owner; in _bus_service_find_owner_link()165 bus_owner = (BusOwner *) link->data; in _bus_service_find_owner_link()176 bus_owner_set_flags (BusOwner *owner, in bus_owner_set_flags()186 static BusOwner *191 BusOwner *result; in bus_owner_new()218 static BusOwner *219 bus_owner_ref (BusOwner *owner) in bus_owner_ref()228 bus_owner_unref (BusOwner *owner) in bus_owner_unref()[all …]
42 typedef struct BusOwner BusOwner; typedef
86 BusOwner* bus_service_get_primary_owner (BusService *service);
2390 * bus/bus.h: Add new internal BusOwner struct2394 since they are now set per BusOwner and not per name.2399 (struct BusOwner): new struct for keeping track of queued connections2401 (struct BusRegistry): add a BusOwner memory pool2402 (bus_registry_new): initialize the BusOwner memory pool2403 (bus_registry_unref): free the BusOwner memory pool2408 (bus_owner_new): new method that creates a BusOwner object from the2410 (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects2413 using the BusOwner struct2419 add_restore_ownership_to_transaction): Switch to using BusOwner [all …]