Searched refs:echo_reply (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-service.c34 DBusMessage *echo_message, *echo_reply = NULL; local
68 echo_reply = dbus_message_new_error (echo_message,
72 if (echo_reply == NULL)
78 echo_reply = dbus_message_new_method_return (echo_message);
79 if (echo_reply == NULL)
82 if (!dbus_message_append_args (echo_reply,
88 if (!dbus_connection_send (connection, echo_reply, NULL))
91 dbus_message_unref (echo_reply);
100 echo_reply = dbus_message_new_error (echo_reply,
[all...]

Completed in 56 milliseconds