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
75
const DBusString *
guid_hex
)
86
!_dbus_string_copy (
guid_hex
, 0,
132
if (!_dbus_string_init (&server->
guid_hex
))
137
if (!_dbus_uuid_encode (&server->guid, &server->
guid_hex
))
141
&server->
guid_hex
);
181
_dbus_string_free (&server->
guid_hex
);
217
_dbus_string_free (&server->
guid_hex
);
877
_dbus_string_copy_data (&server->
guid_hex
, &retval);
[
all
...]
dbus-server-protected.h
64
DBusString
guid_hex
; /**< Hex-encoded version of GUID */
member in struct:DBusServer
dbus-server-debug-pipe.c
274
&server->
guid_hex
, NULL);
dbus-server-socket.c
104
transport = _dbus_transport_new_for_socket (client_fd, &server->
guid_hex
, FALSE);
Completed in 98 milliseconds