HomeSort by relevance Sort by last modified time
    Searched defs:BusRegistry (Results 1 - 2 of 2) sorted by null

  /external/dbus/bus/
bus.h 39 typedef struct BusRegistry BusRegistry;
92 BusRegistry* bus_context_get_registry (BusContext *context);
services.c 44 BusRegistry *registry;
60 struct BusRegistry
73 BusRegistry*
76 BusRegistry *registry;
78 registry = dbus_new0 (BusRegistry, 1);
111 BusRegistry *
112 bus_registry_ref (BusRegistry *registry)
121 bus_registry_unref (BusRegistry *registry)
142 bus_registry_lookup (BusRegistry *registry,
241 bus_registry_ensure (BusRegistry *registry
    [all...]

Completed in 45 milliseconds