Home | History | Annotate | Download | only in test

Lines Matching defs:agent_path

338 						const char *agent_path,
351 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
378 const char *agent_path)
390 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
412 dbus_connection_unregister_object_path(conn, agent_path);
418 const char *agent_path,
434 DBUS_TYPE_OBJECT_PATH, &agent_path,
587 char *adapter_path = NULL, *agent_path = NULL, *device = NULL;
603 agent_path = strdup(optarg);
636 if (!agent_path)
637 agent_path = strdup(default_path);
649 if (!dbus_connection_register_object_path(conn, agent_path,
656 if (create_paired_device(conn, adapter_path, agent_path,
662 if (register_agent(conn, adapter_path, agent_path,
690 unregister_agent(conn, adapter_path, agent_path);
693 free(agent_path);