Searched refs:bus_registry_lookup (Results 1 – 8 of 8) sorted by relevance
/dports/devel/dbus/dbus-1.12.20/bus/ |
H A D | services.h | 39 BusService* bus_registry_lookup (BusRegistry *registry,
|
H A D | services.c | 144 bus_registry_lookup (BusRegistry *registry, in bus_registry_lookup() function 503 service = bus_registry_lookup (registry, service_name); in bus_registry_acquire_service() 667 service = bus_registry_lookup (registry, service_name); in bus_registry_release_service()
|
H A D | stats.c | 270 service = bus_registry_lookup (registry, &bus_name_str); in bus_stats_handle_get_all_match_rules()
|
H A D | driver.c | 63 serv = bus_registry_lookup (registry, &str); in bus_driver_get_owner_of_name() 403 if (bus_registry_lookup (registry, str) == NULL) in create_unique_client_name() 894 service = bus_registry_lookup (registry, &service_name); in bus_driver_handle_service_exists() 1023 service = bus_registry_lookup (bus_context_get_registry (context), in bus_driver_send_or_activate() 1451 service = bus_registry_lookup (registry, &str); in bus_driver_handle_get_service_owner() 1538 service = bus_registry_lookup (registry, &str); in bus_driver_handle_list_queued_owners()
|
H A D | policy.c | 1050 service = bus_registry_lookup (registry, &str); in bus_client_policy_check_can_send() 1264 service = bus_registry_lookup (registry, &str); in bus_client_policy_check_can_receive()
|
H A D | activation.c | 1815 … if (bus_registry_lookup (bus_context_get_registry (activation->context), &service_str) != NULL) in bus_activation_activate_service() 2063 service = bus_registry_lookup (registry, &service_string); in bus_activation_activate_service()
|
H A D | signals.c | 1758 service = bus_registry_lookup (registry, &str); in connection_is_primary_owner()
|
H A D | dispatch.c | 418 service = bus_registry_lookup (registry, &service_string); in bus_dispatch()
|