OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_ERROR_NO_NETWORK
(Results
1 - 3
of
3
) sorted by null
/external/dbus/dbus/
dbus-protocol.h
380
#define
DBUS_ERROR_NO_NETWORK
"org.freedesktop.DBus.Error.NoNetwork"
dbus-errors.c
112
else if (strcmp (error,
DBUS_ERROR_NO_NETWORK
) == 0)
dbus-sysdeps.c
969
return
DBUS_ERROR_NO_NETWORK
;
973
return
DBUS_ERROR_NO_NETWORK
;
Completed in 2525 milliseconds