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

Lines Matching refs:method

21   DBusMessage *method;
26 method = dbus_message_new_method_call ("org.freedesktop.DBus.TestSuiteEchoService",
31 dbus_message_append_args (method, DBUS_TYPE_STRING, &echo, NULL);
32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1);
33 dbus_message_unref (method);
36 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
41 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
42 dbus_message_unref (method);
81 DBusMessage *method;
115 method = dbus_message_new_method_call ("org.freedesktop.TestSuiteEchoService",
119 dbus_connection_send (conn, method, NULL);
120 dbus_message_unref (method);