• Home
  • Raw
  • Download

Lines Matching refs:agent_request

65 	struct agent_request *request;
72 struct agent_request { struct
84 static int request_fallback(struct agent_request *req, argument
106 static int send_cancel_request(struct agent_request *req) in send_cancel_request()
125 static void agent_request_free(struct agent_request *req, gboolean destroy) in agent_request_free()
213 static struct agent_request *agent_request_new(struct agent *agent, in agent_request_new()
219 struct agent_request *req; in agent_request_new()
221 req = g_new0(struct agent_request, 1); in agent_request_new()
251 struct agent_request *req = user_data; in simple_agent_reply()
302 static int agent_call_authorize(struct agent_request *req, in agent_call_authorize()
337 struct agent_request *req; in agent_authorize()
361 struct agent_request *req = user_data; in pincode_reply()
427 static int pincode_request_new(struct agent_request *req, const char *device_path, in pincode_request_new()
456 struct agent_request *req; in agent_request_pincode()
479 static int confirm_mode_change_request_new(struct agent_request *req, in confirm_mode_change_request_new()
509 struct agent_request *req; in agent_confirm_mode_change()
536 struct agent_request *req = user_data; in passkey_reply()
584 static int passkey_request_new(struct agent_request *req, in passkey_request_new()
613 struct agent_request *req; in agent_request_passkey()
639 static int confirmation_request_new(struct agent_request *req, in confirmation_request_new()
672 struct agent_request *req; in agent_request_confirmation()
698 static int pairing_consent_request_new(struct agent_request *req, in pairing_consent_request_new()
729 struct agent_request *req; in agent_request_pairing_consent()
755 static int request_fallback(struct agent_request *req, in request_fallback()