Searched refs:service_hash (Results 1 – 1 of 1) sorted by relevance
64 DBusHashTable *service_hash; member83 registry->service_hash = _dbus_hash_table_new (DBUS_HASH_STRING, in bus_registry_new()85 if (registry->service_hash == NULL) in bus_registry_new()126 if (registry->service_hash) in bus_registry_unref()127 _dbus_hash_table_unref (registry->service_hash); in bus_registry_unref()145 service = _dbus_hash_table_lookup_string (registry->service_hash, in bus_registry_lookup()253 service = _dbus_hash_table_lookup_string (registry->service_hash, in bus_registry_ensure()303 if (!_dbus_hash_table_insert_string (registry->service_hash, in bus_registry_ensure()322 _dbus_hash_iter_init (registry->service_hash, &iter); in bus_registry_foreach()340 len = _dbus_hash_table_get_n_entries (registry->service_hash); in bus_registry_list_services()[all …]