#include <device_store.h>
Data Fields | |
char * | udi |
Unique device id. | |
dbus_bool_t | in_gdl |
True iff device is in the global device list. | |
int | num_properties |
Number of properties. | |
HalProperty * | prop_head |
Properties head. | |
HalDevice_s * | prev |
Linked list; prev element or #NULL. | |
HalDevice_s * | next |
Linked list; next element or #NULL. |
Definition at line 64 of file device_store.h.
|
True iff device is in the global device list. To modify use ds_gdl_add() Definition at line 67 of file device_store.h. Referenced by async_find_check_new_addition(), detect_media(), device_add_capability(), ds_add_capability(), ds_device_destroy(), ds_device_find_by_key_value_string(), ds_device_find_multiple_by_key_value_string(), ds_device_new(), ds_gdl_add(), ds_print(), ds_property_remove(), ds_property_set_bool(), ds_property_set_double(), ds_property_set_int(), ds_property_set_string(), emit_condition(), manager_find_device_by_capability(), manager_find_device_string_match(), manager_get_all_devices(), and visit_class_device_block_got_parent(). |