Lines Matching refs:con
57 DBusConnection *con; member
109 send_reply(DBusConnection *con, DBusMessage *msg, guint32 exit_type, gint32 return_code, gchar **er… in send_reply() argument
115 if (con == NULL || msg == NULL) in send_reply()
128 dbus_connection_send(con, reply, NULL); in send_reply()
165 send_reply(rd->con, rd->msg, HALD_RUN_FAILED, 0, NULL); in run_exited()
176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error); in run_exited()
183 if(rd->con != NULL && rd->emit_pid_exited) { in run_exited()
192 dbus_connection_send(rd->con, signal, NULL); in run_exited()
210 send_reply(rd->con, rd->msg, HALD_RUN_TIMEOUT, 0, NULL); in run_timedout()
242 run_request_run (run_request *r, DBusConnection *con, DBusMessage *msg, GPid *out_pid) in run_request_run() argument
278 if (con && msg) in run_request_run()
279 send_reply(con, msg, HALD_RUN_FAILED, 0, NULL); in run_request_run()
297 rd->con = con; in run_request_run()
347 send_reply(rd->con, rd->msg, HALD_RUN_KILLED, 0, NULL); in kill_rd()