Home | History | Annotate | Download | only in src

Lines Matching defs:boolean

251 	dbus_bool_t boolean;
304 boolean = device_is_paired(device);
305 dict_append_entry(&dict, "Paired", DBUS_TYPE_BOOLEAN, &boolean);
308 boolean = device_is_trusted(device);
309 dict_append_entry(&dict, "Trusted", DBUS_TYPE_BOOLEAN, &boolean);
312 boolean = device->blocked;
313 dict_append_entry(&dict, "Blocked", DBUS_TYPE_BOOLEAN, &boolean);