Home | History | Annotate | Download | only in name-test

Lines Matching refs:method

20   DBusMessage *method;
25 method = dbus_message_new_method_call ("org.freedesktop.DBus.TestSuiteEchoService",
30 dbus_message_append_args (method, DBUS_TYPE_STRING, &echo, NULL);
31 dbus_connection_send_with_reply (conn, method, &echo_pending, -1);
32 dbus_message_unref (method);
35 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
40 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
41 dbus_message_unref (method);
80 DBusMessage *method;
114 method = dbus_message_new_method_call ("org.freedesktop.TestSuiteEchoService",
118 dbus_connection_send (conn, method, NULL);
119 dbus_message_unref (method);