Lines Matching refs:interface

4  * dbus.c : D-BUS interface of HAL daemon
293 * @defgroup ManagerInterface D-BUS interface org.freedesktop.Hal.Manager
295 * @brief D-BUS interface for querying device objects
614 * interface on the object /org/freedesktop/Hal/Manager.
647 * interface on the object /org/freedesktop/Hal/Manager.
679 * org.freedesktop.Hal.Manager interface on the object
717 * @defgroup DeviceInterface D-BUS interface org.freedesktop.Hal.Device
719 * @brief D-BUS interface for generic device operations
1490 * a signal on the Manager interface to tell applications that the device
2729 HAL_INFO (("Local connection 0x%x to handle interface '%s' on udi '%s'",
3083 char *interface;
3103 g_free (mi->interface);
3160 if ((strcmp (mi->interface, interface_name) == 0) &&
3220 if (strcmp (mi->interface, "org.freedesktop.Hal.Device.Volume") == 0 &&
3493 mi->interface = g_strdup (dbus_message_get_interface (message));
3540 " <interface name=\"org.freedesktop.DBus.Introspectable\">\n"
3544 " </interface>\n");
3576 " <interface name=\"org.freedesktop.Hal.Manager\">\n"
3612 " </interface>\n");
3626 " <interface name=\"org.freedesktop.Hal.Device\">\n"
3743 " </interface>\n");
3761 g_string_append_printf (xml, " <interface name=\"%s\">\n", ifname);
3807 "on interface %s for object %s",
3836 xml = g_string_append (xml, " </interface>\n");
3896 /*HAL_INFO (("connection=0x%x obj_path=%s interface=%s method=%s local_interface=%d",
4082 const char *interface;
4091 interface = dbus_message_get_interface (message);
4103 if (d != NULL && interface != NULL) {
4109 strcmp (hih->interface_name, interface) == 0) {
4139 if (d != NULL && interface != NULL && method != NULL && signature != NULL) {
4147 if (strcmp (ifname, interface) == 0) {
4152 s = g_strdup_printf ("%s.method_names", interface);
4161 s = g_strdup_printf ("%s.method_execpaths", interface);
4164 s = g_strdup_printf ("%s.method_signatures", interface);
4171 HAL_INFO (("OK for method '%s' with signature '%s' on interface '%s' for UDI '%s' and execpath '%s'", method, signature, interface, udi, execpath));
4190 * or interface is routed through this function.
4232 /*HAL_INFO (("local_server_message_handler: destination=%s obj_path=%s interface=%s method=%s",
4388 ",interface='"DBUS_INTERFACE_DBUS"'"