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

  /external/dbus/bus/
services.h 36 BusRegistry* bus_registry_new (BusContext *context);
37 BusRegistry* bus_registry_ref (BusRegistry *registry);
38 void bus_registry_unref (BusRegistry *registry);
39 BusService* bus_registry_lookup (BusRegistry *registry,
41 BusService* bus_registry_ensure (BusRegistry *registry,
47 void bus_registry_foreach (BusRegistry *registry,
50 dbus_bool_t bus_registry_list_services (BusRegistry *registry,
53 dbus_bool_t bus_registry_acquire_service (BusRegistry *registry,
60 dbus_bool_t bus_registry_release_service (BusRegistry *registry
    [all...]
bus.h 40 typedef struct BusRegistry BusRegistry;
84 BusRegistry* bus_context_get_registry (BusContext *context);
policy.h 139 BusRegistry *registry,
144 BusRegistry *registry,
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...]
driver.c 182 create_unique_client_name (BusRegistry *registry,
191 /* FIXME these should be in BusRegistry rather than static vars */
250 BusRegistry *registry;
377 BusRegistry *registry;
566 BusRegistry *registry;
629 BusRegistry *registry;
691 BusRegistry *registry;
943 BusRegistry *registry;
1026 BusRegistry *registry;
1131 BusRegistry *registry
    [all...]
connection.h 50 BusRegistry* bus_connection_get_registry (DBusConnection *connection);
bus.c 52 BusRegistry *registry;
990 BusRegistry*
    [all...]
policy.c 855 BusRegistry *registry,
1021 BusRegistry *registry,
    [all...]
signals.c 1268 BusRegistry *registry;
    [all...]
connection.c 998 BusRegistry*
    [all...]
dispatch.c 252 BusRegistry *registry;
    [all...]

Completed in 100 milliseconds