Lines Matching full:path
111 gchar *path;
240 g_free(device->path);
693 g_dbus_emit_signal(conn, device->path,
805 emit_property_changed(conn, device->path, DEVICE_INTERFACE,
825 device->path, handle, device->handle);
839 device->path, handle, device->handle);
921 device->path = g_strdup_printf("%s/dev_%s", adapter_path, address_up);
922 g_strdelimit(device->path, ":", '_');
925 debug("Creating device %s", device->path);
927 if (g_dbus_register_interface(conn, device->path, DEVICE_INTERFACE,
957 emit_property_changed(conn, device->path,
968 emit_property_changed(conn, device->path,
1012 emit_property_changed(conn, device->path, DEVICE_INTERFACE,
1037 debug("Removing device %s", device->path);
1152 debug("Probe drivers for %s", device->path);
1169 driver->name, device->path);
1213 debug("Remove drivers for %s", device->path);
1270 emit_array_property_changed(conn, device->path, DEVICE_INTERFACE,
1392 device->path, strerror(-err), -err);
1406 debug("%s: No service update", device->path);
1439 dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, &device->path,
1575 return device->path;
1745 emit_property_changed(conn, device->path, DEVICE_INTERFACE, "Paired",
1769 debug("%s: requesting bonding", device->path);
1786 device->path, name, agent_path);
1908 debug("%s: requestor exited before bonding was completed", device->path);
2100 debug("%s: canceling bonding request", device->path);
2177 debug("%s: requesting agent authentication", device->path);
2274 debug("%s: canceling authentication request", device->path);
2368 gchar *path;
2377 path = g_strdup(device->path);
2379 g_dbus_unregister_interface(conn, path, DEVICE_INTERFACE);
2381 g_free(path);