OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guid_hex
(Results
1 - 4
of
4
) sorted by null
/external/dbus/dbus/
dbus-server.c
61
const DBusString *
guid_hex
)
72
!_dbus_string_copy (
guid_hex
, 0,
108
if (!_dbus_string_init (&server->
guid_hex
))
113
if (!_dbus_uuid_encode (&server->guid, &server->
guid_hex
))
117
&server->
guid_hex
);
157
_dbus_string_free (&server->
guid_hex
);
193
_dbus_string_free (&server->
guid_hex
);
831
_dbus_string_copy_data (&server->
guid_hex
, &retval);
[
all
...]
dbus-server-protected.h
63
DBusString
guid_hex
; /**< Hex-encoded version of GUID */
member in struct:DBusServer
dbus-server-debug-pipe.c
273
&server->
guid_hex
, NULL);
dbus-server-socket.c
106
transport = _dbus_transport_new_for_socket (client_fd, &server->
guid_hex
, FALSE);
Completed in 101 milliseconds