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

  /external/dbus/bus/
bus.h 40 typedef struct BusRegistry BusRegistry;
84 BusRegistry* bus_context_get_registry (BusContext *context);
services.c 42 BusRegistry *registry;
58 struct BusRegistry
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 *registry
    [all...]

Completed in 72 milliseconds