Lines Matching full:null
18 g_autoptr(GError) err = NULL; in test_dbus_p2p_from_fd()
19 g_autoptr(GSocket) socket = NULL; in test_dbus_p2p_from_fd()
20 g_autoptr(GSocketConnection) socketc = NULL; in test_dbus_p2p_from_fd()
31 g_assert(socketc != NULL); in test_dbus_p2p_from_fd()
34 G_IO_STREAM(socketc), NULL, in test_dbus_p2p_from_fd()
37 NULL, NULL, &err); in test_dbus_p2p_from_fd()
61 g_autoptr(GError) err = NULL; in test_dbus_display_vm()
62 g_autoptr(GDBusConnection) conn = NULL; in test_dbus_display_vm()
63 g_autoptr(QemuDBusDisplay1VMProxy) vm = NULL; in test_dbus_display_vm()
64 QTestState *qts = NULL; in test_dbus_display_vm()
72 NULL, in test_dbus_display_vm()
74 NULL, in test_dbus_display_vm()
125 g_autoptr(GError) error = NULL; in listener_handle_scanout_map()
126 void *addr = NULL; in listener_handle_scanout_map()
133 addr = mmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, arg_offset); in listener_handle_scanout_map()
147 g_autoptr(GDBusObjectSkeleton) listener = NULL; in test_dbus_console_setup_listener()
148 g_autoptr(QemuDBusDisplay1ListenerSkeleton) iface = NULL; in test_dbus_console_setup_listener()
156 NULL); in test_dbus_console_setup_listener()
170 NULL); in test_dbus_console_setup_listener()
174 (const gchar *[]) { "org.qemu.Display1.Listener.Unix.Map", NULL }, in test_dbus_console_setup_listener()
175 NULL); in test_dbus_console_setup_listener()
191 g_autoptr(GError) err = NULL; in test_dbus_console_registered()
196 NULL, in test_dbus_console_registered()
221 g_autoptr(GError) err = NULL; in test_dbus_display_console()
222 g_autoptr(GDBusConnection) conn = NULL; in test_dbus_display_console()
223 g_autoptr(QemuDBusDisplay1ConsoleProxy) console = NULL; in test_dbus_display_console()
224 g_autoptr(GMainLoop) loop = NULL; in test_dbus_display_console()
225 QTestState *qts = NULL; in test_dbus_display_console()
230 g_autoptr(GVariant) listener = NULL; in test_dbus_display_console()
232 g_autoptr(GUnixFDList) fd_list = NULL; in test_dbus_display_console()
241 idx = g_unix_fd_list_append(fd_list, pair[1], NULL); in test_dbus_display_console()
248 NULL, in test_dbus_display_console()
250 NULL, in test_dbus_display_console()
254 test.loop = loop = g_main_loop_new(NULL, FALSE); in test_dbus_display_console()
255 test.thread = g_thread_new(NULL, test_dbus_p2p_server_setup_thread, in test_dbus_display_console()
285 NULL, in test_dbus_display_console()
299 g_autoptr(GError) err = NULL; in test_dbus_display_keyboard()
300 g_autoptr(GDBusConnection) conn = NULL; in test_dbus_display_keyboard()
301 g_autoptr(QemuDBusDisplay1KeyboardProxy) keyboard = NULL; in test_dbus_display_keyboard()
302 QTestState *qts = NULL; in test_dbus_display_keyboard()
310 NULL, in test_dbus_display_keyboard()
312 NULL, in test_dbus_display_keyboard()
324 NULL, in test_dbus_display_keyboard()
343 NULL, in test_dbus_display_keyboard()
360 g_test_init(&argc, &argv, NULL); in main()