Home
last modified time | relevance | path

Searched refs:DBUS_UUID_LENGTH_BYTES (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-internals.h347 #define DBUS_UUID_LENGTH_BYTES 16 macro
348 #define DBUS_UUID_LENGTH_WORDS (DBUS_UUID_LENGTH_BYTES / 4)
349 #define DBUS_UUID_LENGTH_HEX (DBUS_UUID_LENGTH_BYTES * 2)
358 char as_bytes[DBUS_UUID_LENGTH_BYTES]; /**< guid as 16 single-byte values */
Ddbus-internals.c693 _dbus_generate_random_bytes_buffer (uuid->as_bytes, DBUS_UUID_LENGTH_BYTES - 4); in _dbus_generate_uuid()
708 _dbus_string_init_const_len (&binary, uuid->as_bytes, DBUS_UUID_LENGTH_BYTES); in _dbus_uuid_encode()
763 if (_dbus_string_get_length (&decoded) != DBUS_UUID_LENGTH_BYTES) in _dbus_read_uuid_file_without_creating()
769 DBUS_UUID_LENGTH_BYTES); in _dbus_read_uuid_file_without_creating()
773 _dbus_string_copy_to_buffer (&decoded, uuid->as_bytes, DBUS_UUID_LENGTH_BYTES); in _dbus_read_uuid_file_without_creating()