Home
last modified time | relevance | path

Searched refs:bus_registry_lookup (Results 1 – 8 of 8) sorted by relevance

/external/dbus/bus/
Ddriver.c234 if (bus_registry_lookup (registry, str) == NULL) in create_unique_client_name()
714 service = bus_registry_lookup (registry, &service_name); in bus_driver_handle_service_exists()
1096 service = bus_registry_lookup (registry, &str); in bus_driver_handle_get_service_owner()
1182 service = bus_registry_lookup (registry, &str); in bus_driver_handle_list_queued_owners()
1289 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_unix_user()
1365 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_unix_process_id()
1441 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_adt_audit_session_data()
1515 serv = bus_registry_lookup (registry, &str); in bus_driver_handle_get_connection_selinux_security_context()
Dservices.h39 BusService* bus_registry_lookup (BusRegistry *registry,
Dservices.c142 bus_registry_lookup (BusRegistry *registry, in bus_registry_lookup() function
486 service = bus_registry_lookup (registry, service_name); in bus_registry_acquire_service()
649 service = bus_registry_lookup (registry, service_name); in bus_registry_release_service()
Dstats.c280 service = bus_registry_lookup (registry, &bus_name_str); in bus_stats_handle_get_connection_stats()
Dpolicy.c1014 service = bus_registry_lookup (registry, &str); in bus_client_policy_check_can_send()
1214 service = bus_registry_lookup (registry, &str); in bus_client_policy_check_can_receive()
Dactivation.c1710 … if (bus_registry_lookup (bus_context_get_registry (activation->context), &service_str) != NULL) in bus_activation_activate_service()
1956 service = bus_registry_lookup (registry, &service_string); in bus_activation_activate_service()
Dsignals.c1648 service = bus_registry_lookup (registry, &str); in connection_is_primary_owner()
Ddispatch.c303 service = bus_registry_lookup (registry, &service_string); in bus_dispatch()