Searched refs:map_object_path_to_es (Results 1 – 1 of 1) sorted by relevance
438 GHashTable *map_object_path_to_es; /* gchar* -> ExportedSubtree* */ member682 g_hash_table_unref (connection->map_object_path_to_es); in g_dbus_connection_finalize()1087 connection->map_object_path_to_es = g_hash_table_new_full (g_str_hash, in g_dbus_connection_init()4807 g_hash_table_iter_init (&hash_iter, connection->map_object_path_to_es); in g_dbus_connection_list_registered_unlocked()6907 es = g_hash_table_lookup (connection->map_object_path_to_es, object_path); in g_dbus_connection_register_subtree()6929 g_hash_table_insert (connection->map_object_path_to_es, es->object_path, es); in g_dbus_connection_register_subtree()6976 g_warn_if_fail (g_hash_table_remove (connection->map_object_path_to_es, es->object_path)); in g_dbus_connection_unregister_subtree()7167 es = g_hash_table_lookup (connection->map_object_path_to_es, object_path); in distribute_method_call()7176 es = g_hash_table_lookup (connection->map_object_path_to_es, subtree_path); in distribute_method_call()