Searched refs:BusRegistry (Results 1 - 12 of 12) sorted by relevance

/external/dbus/bus/
H A Dservices.h36 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 *registr
[all...]
H A Dbus.h39 typedef struct BusRegistry BusRegistry; typedef in typeref:struct:BusRegistry
92 BusRegistry* bus_context_get_registry (BusContext *context);
H A Dpolicy.h142 BusRegistry *registry,
149 BusRegistry *registry,
H A Dservices.c44 BusRegistry *registry;
60 struct BusRegistry struct
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 *registr
[all...]
H A Ddriver.c184 create_unique_client_name (BusRegistry *registry,
193 /* FIXME these should be in BusRegistry rather than static vars */
252 BusRegistry *registry;
379 BusRegistry *registry;
568 BusRegistry *registry;
631 BusRegistry *registry;
693 BusRegistry *registry;
1075 BusRegistry *registry;
1158 BusRegistry *registry;
1263 BusRegistry *registr
[all...]
H A Dconnection.h50 BusRegistry* bus_connection_get_registry (DBusConnection *connection);
H A Dbus.c60 BusRegistry *registry;
1142 BusRegistry*
H A Dpolicy.c867 BusRegistry *registry,
1048 BusRegistry *registry,
H A Dactivation.c1914 BusRegistry *registry;
H A Dconnection.c1081 BusRegistry*
H A Dsignals.c1537 BusRegistry *registry;
H A Ddispatch.c303 BusRegistry *registry;

Completed in 324 milliseconds