Lines Matching defs:type

199 	int type;		     /**< Type of property */
300 switch (p->type) {
308 p->type = LIBHAL_PROPERTY_TYPE_STRLIST;
320 p->type = LIBHAL_PROPERTY_TYPE_STRING;
331 p->type = LIBHAL_PROPERTY_TYPE_INT32;
342 p->type = LIBHAL_PROPERTY_TYPE_UINT64;
353 p->type = LIBHAL_PROPERTY_TYPE_DOUBLE;
364 p->type = LIBHAL_PROPERTY_TYPE_BOOLEAN;
493 p->type = dbus_message_iter_get_arg_type (&var_iter);
533 if (p->type == DBUS_TYPE_STRING)
535 if (p->type == LIBHAL_PROPERTY_TYPE_STRLIST)
587 * Get the type of a given property.
601 if (p) return p->type;
610 * Get the value of a property of type string.
625 if (p && p->type == LIBHAL_PROPERTY_TYPE_STRING)
635 * Get the value of a property of type signed integer.
648 if (p && p->type == LIBHAL_PROPERTY_TYPE_INT32)
658 * Get the value of a property of type unsigned integer.
671 if (p && p->type == LIBHAL_PROPERTY_TYPE_UINT64)
681 * Get the value of a property of type double.
694 if (p && p->type == LIBHAL_PROPERTY_TYPE_DOUBLE)
704 * Get the value of a property of type bool.
717 if (p && p->type == LIBHAL_PROPERTY_TYPE_BOOLEAN)
727 * Get the value of a property of type string list.
740 if (p && p->type == LIBHAL_PROPERTY_TYPE_STRLIST)
797 * Get type of property.
799 * Returns: the property type at the iterator's position
804 return iter->cur_prop->type;
827 * Get the value of a property of type string.
843 * Get the value of a property of type signed integer.
857 * Get the value of a property of type unsigned integer.
871 * Get the value of a property of type double.
885 * Get the value of a property of type bool.
899 * Get the value of a property of type string list.
1098 * Query a property type of a device.
1109 int type;
1141 dbus_message_iter_get_basic (&reply_iter, &type);
1146 return type;
1156 * Get the value of a property of type string list.
1226 * Get the value of a property of type string.
1305 * Get the value of a property of type integer.
1356 "of type integer\n", __FILE__, __LINE__, key,
1376 * Get the value of a property of type signed integer.
1426 "of type integer\n", __FILE__, __LINE__, key,
1446 * Get the value of a property of type double.
1497 "of type double\n", __FILE__, __LINE__, key, udi);
1516 * Get the value of a property of type bool.
1567 "of type bool\n", __FILE__, __LINE__, key, udi);
1585 int type,
1601 switch (type) {
1636 switch (type) {
1682 * Set a property of type string.
1685 * exist or the property had a different type.
1707 * Set a property of type signed integer.
1710 * exist or the property had a different type.
1729 * Set a property of type unsigned integer.
1732 * exist or the property had a different type.
1751 * Set a property of type double.
1754 * exist or the property had a different type.
1773 * Set a property of type bool.
1776 * exist or the property had a different type.
1817 * Append to a property of type strlist.
1820 * exist or the property had a different type.
1870 * Prepend to a property of type strlist.
1873 * didn't exist or the property had a different type.
1923 * Remove a specified string from a property of type strlist.
1926 * exist or the property had a different type.
1976 * Remove a specified string from a property of type strlist.
1979 * exist or the property had a different type.
2541 * they got the same value and type.
2625 int type;
2639 type = libhal_psi_get_type (&i);
2642 switch (type) {
2683 printf (" *** unknown type for key %s\n", key);
2942 "type='signal',"
2974 "type='signal',"
3004 "type='signal',"
3145 "type='signal',"
3222 "type='signal',"