Searched refs:map_object_path_to_eo (Results 1 – 1 of 1) sorted by relevance
436 GHashTable *map_object_path_to_eo; /* gchar* -> ExportedObject* */ member680 g_hash_table_unref (connection->map_object_path_to_eo); in g_dbus_connection_finalize()1079 connection->map_object_path_to_eo = g_hash_table_new_full (g_str_hash, in g_dbus_connection_init()4803 g_hash_table_iter_init (&hash_iter, connection->map_object_path_to_eo); in g_dbus_connection_list_registered_unlocked()5210 eo = g_hash_table_lookup (connection->map_object_path_to_eo, object_path); in g_dbus_connection_register_object()5220 g_hash_table_insert (connection->map_object_path_to_eo, eo->object_path, eo); in g_dbus_connection_register_object()5299 g_warn_if_fail (g_hash_table_remove (connection->map_object_path_to_eo, in g_dbus_connection_unregister_object()7160 eo = g_hash_table_lookup (connection->map_object_path_to_eo, object_path); in distribute_method_call()