Lines Matching refs:registry

185 create_unique_client_name (BusRegistry *registry,  in create_unique_client_name()  argument
234 if (bus_registry_lookup (registry, str) == NULL) in create_unique_client_name()
253 BusRegistry *registry; in bus_driver_handle_hello() local
288 registry = bus_connection_get_registry (connection); in bus_driver_handle_hello()
290 if (!create_unique_client_name (registry, &unique_name)) in bus_driver_handle_hello()
313 service = bus_registry_ensure (registry, in bus_driver_handle_hello()
380 BusRegistry *registry; in bus_driver_handle_list_services() local
387 registry = bus_connection_get_registry (connection); in bus_driver_handle_list_services()
396 if (!bus_registry_list_services (registry, &services, &len)) in bus_driver_handle_list_services()
569 BusRegistry *registry; in bus_driver_handle_acquire_service() local
573 registry = bus_connection_get_registry (connection); in bus_driver_handle_acquire_service()
588 if (!bus_registry_acquire_service (registry, connection, in bus_driver_handle_acquire_service()
632 BusRegistry *registry; in bus_driver_handle_release_service() local
636 registry = bus_connection_get_registry (connection); in bus_driver_handle_release_service()
650 if (!bus_registry_release_service (registry, connection, in bus_driver_handle_release_service()
694 BusRegistry *registry; in bus_driver_handle_service_exists() local
698 registry = bus_connection_get_registry (connection); in bus_driver_handle_service_exists()
714 service = bus_registry_lookup (registry, &service_name); in bus_driver_handle_service_exists()
1079 BusRegistry *registry; in bus_driver_handle_get_service_owner() local
1085 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_service_owner()
1096 service = bus_registry_lookup (registry, &str); in bus_driver_handle_get_service_owner()
1162 BusRegistry *registry; in bus_driver_handle_list_queued_owners() local
1170 registry = bus_connection_get_registry (connection); in bus_driver_handle_list_queued_owners()
1182 service = bus_registry_lookup (registry, &str); in bus_driver_handle_list_queued_owners()
1267 BusRegistry *registry; in bus_driver_handle_get_connection_unix_user() local
1276 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_connection_unix_user()
1289 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_unix_user()
1343 BusRegistry *registry; in bus_driver_handle_get_connection_unix_process_id() local
1352 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_connection_unix_process_id()
1365 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_unix_process_id()
1419 BusRegistry *registry; in bus_driver_handle_get_adt_audit_session_data() local
1428 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_adt_audit_session_data()
1441 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_adt_audit_session_data()
1494 BusRegistry *registry; in bus_driver_handle_get_connection_selinux_security_context() local
1502 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_connection_selinux_security_context()
1515 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_selinux_security_context()