Searched refs:map_iface_name_to_iface (Results 1 – 1 of 1) sorted by relevance
70 GHashTable *map_iface_name_to_iface; member366 g_assert (g_hash_table_lookup (data->map_iface_name_to_iface, info->name) == NULL); in registration_data_export_interface()367 g_hash_table_insert (data->map_iface_name_to_iface, in registration_data_export_interface()390 iface = g_hash_table_lookup (data->map_iface_name_to_iface, info->name); in registration_data_unexport_interface()396 g_warn_if_fail (g_hash_table_remove (data->map_iface_name_to_iface, info->name)); in registration_data_unexport_interface()446 g_hash_table_iter_init (&iter, data->map_iface_name_to_iface); in registration_data_free()456 g_hash_table_destroy (data->map_iface_name_to_iface); in registration_data_free()485 data->map_iface_name_to_iface = g_hash_table_new_full (g_str_hash, in g_dbus_object_manager_server_export_unlocked()666 g_hash_table_iter_init (&iter, data->map_iface_name_to_iface); in g_dbus_object_manager_server_unexport_unlocked()856 g_hash_table_iter_init (&interface_iter, data->map_iface_name_to_iface); in manager_method_call()[all …]