Searched refs:service_hash (Results 1 – 1 of 1) sorted by relevance
66 DBusHashTable *service_hash; member85 registry->service_hash = _dbus_hash_table_new (DBUS_HASH_STRING, in bus_registry_new()87 if (registry->service_hash == NULL) in bus_registry_new()128 if (registry->service_hash) in bus_registry_unref()129 _dbus_hash_table_unref (registry->service_hash); in bus_registry_unref()147 service = _dbus_hash_table_lookup_string (registry->service_hash, in bus_registry_lookup()255 service = _dbus_hash_table_lookup_string (registry->service_hash, in bus_registry_ensure()305 if (!_dbus_hash_table_insert_string (registry->service_hash, in bus_registry_ensure()324 _dbus_hash_iter_init (registry->service_hash, &iter); in bus_registry_foreach()342 len = _dbus_hash_table_get_n_entries (registry->service_hash); in bus_registry_list_services()[all …]