Home | History | Annotate | Download | only in bus

Lines Matching refs:service

250   BusService *service;
311 /* Create the service */
312 service = bus_registry_ensure (registry,
314 if (service == NULL)
689 BusService *service;
713 service = bus_registry_lookup (registry, &service_name);
714 service_exists = service != NULL;
1076 BusService *service;
1092 service = bus_registry_lookup (registry, &str);
1093 if (service == NULL &&
1099 else if (service == NULL)
1108 base_name = bus_connection_get_name (bus_service_get_primary_owners_connection (service));
1159 BusService *service;
1178 service = bus_registry_lookup (registry, &str);
1179 if (service == NULL &&
1186 else if (service == NULL)
1195 if (!bus_service_list_queued_owners (service,
1261 const char *service;
1274 service = NULL;
1278 DBUS_TYPE_STRING, &service,
1282 _dbus_verbose ("asked for UID of connection %s\n", service);
1284 _dbus_string_init_const (&str, service);
1290 "Could not get UID of name '%s': no such name", service);
1304 "Could not determine UID for '%s'", service);
1337 const char *service;
1350 service = NULL;
1354 DBUS_TYPE_STRING, &service,
1358 _dbus_verbose ("asked for PID of connection %s\n", service);
1360 _dbus_string_init_const (&str, service);
1366 "Could not get PID of name '%s': no such name", service);
1380 "Could not determine PID for '%s'", service);
1413 const char *service;
1426 service = NULL;
1430 DBUS_TYPE_STRING, &service,
1434 _dbus_verbose ("asked for audit session data for connection %s\n", service);
1436 _dbus_string_init_const (&str, service);
1442 "Could not get audit session data for name '%s': no such name", service);
1456 "Could not determine audit session data for '%s'", service);
1488 const char *service;
1500 service = NULL;
1504 DBUS_TYPE_STRING, &service,
1508 _dbus_verbose ("asked for security context of connection %s\n", service);
1510 _dbus_string_init_const (&str, service);
1516 "Could not get security context of name '%s': no such name", service);
1531 "Could not determine security context for '%s'", service);