Searched defs:BusRegistry (Results 1 - 2 of 2) sorted by relevance

/external/dbus/bus/
H A Dbus.h40 typedef struct BusRegistry BusRegistry; typedef in typeref:struct:BusRegistry
84 BusRegistry* bus_context_get_registry (BusContext *context);
H A Dservices.c42 BusRegistry *registry;
58 struct BusRegistry struct
71 BusRegistry*
74 BusRegistry *registry;
76 registry = dbus_new0 (BusRegistry, 1);
109 BusRegistry *
110 bus_registry_ref (BusRegistry *registry)
119 bus_registry_unref (BusRegistry *registry)
140 bus_registry_lookup (BusRegistry *registry,
239 bus_registry_ensure (BusRegistry *registr
[all...]

Completed in 56 milliseconds