Searched refs:echo_reply (Results 1 – 2 of 2) sorted by relevance
34 DBusMessage *echo_message, *echo_reply = NULL; in check_hello_from_self_reply() local68 echo_reply = dbus_message_new_error (echo_message, in check_hello_from_self_reply()72 if (echo_reply == NULL) in check_hello_from_self_reply()78 echo_reply = dbus_message_new_method_return (echo_message); in check_hello_from_self_reply()79 if (echo_reply == NULL) in check_hello_from_self_reply()82 if (!dbus_message_append_args (echo_reply, in check_hello_from_self_reply()88 if (!dbus_connection_send (connection, echo_reply, NULL)) in check_hello_from_self_reply()91 dbus_message_unref (echo_reply); in check_hello_from_self_reply()100 echo_reply = dbus_message_new_error (echo_reply, in check_hello_from_self_reply()104 if (echo_reply == NULL) in check_hello_from_self_reply()[all …]
1169 Initialize echo_message and echo_reply to NULL