Lines Matching refs:key

121  *  @param  key                 Key of the property that didn't exist
126 const char *device_id, const char *key)
132 key, device_id
141 * @param key Key of the property
146 const char *device_id, const char *key)
152 key, device_id
356 const char *key;
369 info->key) != DBUS_TYPE_STRING)
372 dev_value = hal_device_property_get_string (device, info->key);
398 info->key) != DBUS_TYPE_STRING)
401 dev_value = hal_device_property_get_string (device, info->key);
419 * array{object_reference} Manager.FindDeviceStringMatch(string key,
435 const char *key;
443 DBUS_TYPE_STRING, &key,
461 info.key = key;
729 const char *key;
739 key = hal_property_get_key (p);
742 dbus_message_iter_append_basic (&iter_dict_entry, DBUS_TYPE_STRING, &key);
1072 const char *key;
1077 dbus_message_iter_get_basic (&dict_entry_iter, &key);
1092 hal_device_property_strlist_clear (d, key);
1097 HAL_INFO ((" strlist elem %s -> %s", key, v));
1098 rc = hal_device_property_strlist_append (d, key, v);
1107 HAL_INFO (("%s -> %s", key, v));
1108 rc = hal_device_property_set_string (d, key, v);
1115 HAL_INFO (("%s -> %d", key, v));
1116 rc = hal_device_property_set_int (d, key, v);
1123 HAL_INFO (("%s -> %lld", key, v));
1124 rc = hal_device_property_set_uint64 (d, key, v);
1131 HAL_INFO (("%s -> %g", key, v));
1132 rc = hal_device_property_set_double (d, key, v);
1139 HAL_INFO (("%s -> %s", key, v ? "True" : "False"));
1140 rc = hal_device_property_set_bool (d, key, v);
1171 * any Device.GetProperty(string key)
1172 * string Device.GetPropertyString(string key)
1173 * int Device.GetPropertyInteger(string key)
1174 * bool Device.GetPropertyBoolean(string key)
1175 * double Device.GetPropertyDouble(string key)
1193 char *key;
1212 DBUS_TYPE_STRING, &key,
1218 p = hal_device_property_find (d, key);
1220 raise_no_such_property (connection, message, udi, key);
1302 * int Device.GetPropertyType(string key)
1321 char *key;
1340 DBUS_TYPE_STRING, &key,
1346 p = hal_device_property_find (d, key);
1348 raise_no_such_property (connection, message, udi, key);
1371 * void Device.SetProperty(string key, any value)
1372 * void Device.SetPropertyString(string key, string value)
1373 * void Device.SetPropertyInteger(string key, int value)
1374 * void Device.SetPropertyBoolean(string key, bool value)
1375 * void Device.SetPropertyDouble(string key, double value)
1390 char *key;
1407 dbus_message_iter_get_basic (&iter, &key);
1414 HAL_DEBUG (("udi=%s, key=%s", udi, key));
1436 rc = hal_device_property_set_string (device, key, v);
1443 rc = hal_device_property_set_int (device, key, v);
1450 rc = hal_device_property_set_uint64 (device, key, v);
1457 rc = hal_device_property_set_double (device, key, v);
1464 rc = hal_device_property_set_bool (device, key, v);
1473 raise_property_type_error (connection, message, udi, key);
1570 const char *key;
1592 DBUS_TYPE_STRING, &key,
1600 ret = hal_device_property_strlist_prepend (d, key, value);
1602 ret = hal_device_property_strlist_append (d, key, value);
1604 raise_property_type_error (connection, message, udi, key);
1624 const char *key;
1646 DBUS_TYPE_STRING, &key,
1653 ret = hal_device_property_strlist_remove (d, key, value);
1655 raise_property_type_error (connection, message, udi, key);
1675 * void Device.RemoveProperty(string key)
1690 char *key;
1715 DBUS_TYPE_STRING, &key,
1721 if (!hal_device_property_remove (d, key)) {
1722 raise_no_such_property (connection, message, udi, key);
1742 * bool Device.PropertyExists(string key)
1755 char *key;
1777 DBUS_TYPE_STRING, &key,
1787 b = hal_device_has_property (d, key);
2225 char *key; /**< key of property; free when done */
2312 &(pu_iter2->key));
2325 g_free (pu_iter2->key);
2356 device_send_signal_property_modified (HalDevice *device, const char *key,
2364 HAL_INFO(("Entering, udi=%s, key=%s, in_gdl=%s, removed=%s added=%s",
2365 device->udi, key,
2376 pu->key = g_strdup (key);
2413 dbus_message_iter_append_basic (&iter_struct, DBUS_TYPE_STRING, &key);
3586 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3634 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3638 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3642 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3646 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3650 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3654 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3658 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3662 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3666 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3670 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3674 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3678 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3683 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3686 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3690 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3709 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3713 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"
3717 " <arg name=\"key\" direction=\"in\" type=\"s\"/>\n"