Lines Matching refs:hih
2736 HelperInterfaceHandler *hih = g_new0 (HelperInterfaceHandler, 1); in device_claim_interface() local
2737 hih->connection = connection; in device_claim_interface()
2738 hih->interface_name = g_strdup (interface_name); in device_claim_interface()
2739 hih->introspection_xml = g_strdup (introspection_xml); in device_claim_interface()
2740 hih->udi = g_strdup (udi); in device_claim_interface()
2741 helper_interface_handlers = g_slist_append (helper_interface_handlers, hih); in device_claim_interface()
3776 HelperInterfaceHandler *hih = i->data; in do_introspect() local
3777 if (strcmp (hih->udi, path) == 0) { in do_introspect()
3778 xml = g_string_append (xml, hih->introspection_xml); in do_introspect()
4107 HelperInterfaceHandler *hih = i->data; in hald_dbus_filter_handle_methods() local
4108 if (strcmp (hih->udi, udi) == 0 && in hald_dbus_filter_handle_methods()
4109 strcmp (hih->interface_name, interface) == 0) { in hald_dbus_filter_handle_methods()
4119 if (!dbus_connection_send_with_reply (hih->connection, in hald_dbus_filter_handle_methods()
4257 HelperInterfaceHandler *hih = i->data; in local_server_message_handler() local
4261 if (hih->connection == connection) { in local_server_message_handler()
4262 g_free (hih->interface_name); in local_server_message_handler()
4263 g_free (hih->introspection_xml); in local_server_message_handler()
4264 g_free (hih->udi); in local_server_message_handler()
4265 g_free (hih); in local_server_message_handler()