Lines Matching refs:registry
184 create_unique_client_name (BusRegistry *registry, in create_unique_client_name() argument
233 if (bus_registry_lookup (registry, str) == NULL) in create_unique_client_name()
252 BusRegistry *registry; in bus_driver_handle_hello() local
287 registry = bus_connection_get_registry (connection); in bus_driver_handle_hello()
289 if (!create_unique_client_name (registry, &unique_name)) in bus_driver_handle_hello()
312 service = bus_registry_ensure (registry, in bus_driver_handle_hello()
379 BusRegistry *registry; in bus_driver_handle_list_services() local
386 registry = bus_connection_get_registry (connection); in bus_driver_handle_list_services()
395 if (!bus_registry_list_services (registry, &services, &len)) in bus_driver_handle_list_services()
568 BusRegistry *registry; in bus_driver_handle_acquire_service() local
572 registry = bus_connection_get_registry (connection); in bus_driver_handle_acquire_service()
587 if (!bus_registry_acquire_service (registry, connection, in bus_driver_handle_acquire_service()
631 BusRegistry *registry; in bus_driver_handle_release_service() local
635 registry = bus_connection_get_registry (connection); in bus_driver_handle_release_service()
649 if (!bus_registry_release_service (registry, connection, in bus_driver_handle_release_service()
693 BusRegistry *registry; in bus_driver_handle_service_exists() local
697 registry = bus_connection_get_registry (connection); in bus_driver_handle_service_exists()
713 service = bus_registry_lookup (registry, &service_name); in bus_driver_handle_service_exists()
1075 BusRegistry *registry; in bus_driver_handle_get_service_owner() local
1081 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_service_owner()
1092 service = bus_registry_lookup (registry, &str); in bus_driver_handle_get_service_owner()
1158 BusRegistry *registry; in bus_driver_handle_list_queued_owners() local
1166 registry = bus_connection_get_registry (connection); in bus_driver_handle_list_queued_owners()
1178 service = bus_registry_lookup (registry, &str); in bus_driver_handle_list_queued_owners()
1263 BusRegistry *registry; in bus_driver_handle_get_connection_unix_user() local
1272 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_connection_unix_user()
1285 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_unix_user()
1339 BusRegistry *registry; in bus_driver_handle_get_connection_unix_process_id() local
1348 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_connection_unix_process_id()
1361 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_unix_process_id()
1415 BusRegistry *registry; in bus_driver_handle_get_adt_audit_session_data() local
1424 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_adt_audit_session_data()
1437 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_adt_audit_session_data()
1490 BusRegistry *registry; in bus_driver_handle_get_connection_selinux_security_context() local
1498 registry = bus_connection_get_registry (connection); in bus_driver_handle_get_connection_selinux_security_context()
1511 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_selinux_security_context()