Home
last modified time | relevance | path

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

/dports/devel/dbus/dbus-1.12.20/bus/
H A Dservices.h39 BusService* bus_registry_lookup (BusRegistry *registry,
H A Dservices.c144 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 Dstats.c270 service = bus_registry_lookup (registry, &bus_name_str); in bus_stats_handle_get_all_match_rules()
H A Ddriver.c63 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 Dpolicy.c1050 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 Dactivation.c1815 … 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 Dsignals.c1758 service = bus_registry_lookup (registry, &str); in connection_is_primary_owner()
H A Ddispatch.c418 service = bus_registry_lookup (registry, &service_string); in bus_dispatch()