Lines Matching refs:QDict
120 QDict *dict) in qmp_assertion_message_error()
124 QDict *error; in qmp_assertion_message_error()
146 g_autoptr(QDict) ret = NULL; in test_qga_sync_delimited()
186 g_autoptr(QDict) ret = NULL; in test_qga_sync()
213 g_autoptr(QDict) ret = NULL; in test_qga_ping()
223 g_autoptr(QDict) ret = NULL; in test_qga_id()
234 QDict *ret; in test_qga_invalid_oob()
245 g_autoptr(QDict) ret = NULL; in test_qga_invalid_args()
246 QDict *error; in test_qga_invalid_args()
264 g_autoptr(QDict) ret = NULL; in test_qga_invalid_cmd()
265 QDict *error; in test_qga_invalid_cmd()
282 g_autoptr(QDict) ret = NULL; in test_qga_info()
283 QDict *val; in test_qga_info()
298 g_autoptr(QDict) ret = NULL; in test_qga_get_vcpus()
309 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "online")); in test_qga_get_vcpus()
310 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "logical-id")); in test_qga_get_vcpus()
316 g_autoptr(QDict) ret = NULL; in test_qga_get_fsinfo()
328 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "name")); in test_qga_get_fsinfo()
329 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "mountpoint")); in test_qga_get_fsinfo()
330 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "type")); in test_qga_get_fsinfo()
331 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "disk")); in test_qga_get_fsinfo()
338 g_autoptr(QDict) ret = NULL; in test_qga_get_memory_block_info()
339 QDict *val; in test_qga_get_memory_block_info()
357 g_autoptr(QDict) ret = NULL; in test_qga_get_memory_blocks()
370 g_assert(qdict_haskey(qobject_to(QDict, entry->value), in test_qga_get_memory_blocks()
372 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "online")); in test_qga_get_memory_blocks()
380 g_autoptr(QDict) ret = NULL; in test_qga_network_get_interfaces()
391 g_assert(qdict_haskey(qobject_to(QDict, entry->value), "name")); in test_qga_network_get_interfaces()
401 QDict *ret, *val; in test_qga_file_ops()
540 QDict *ret, *val; in test_qga_file_write_read()
622 g_autoptr(QDict) ret = NULL; in test_qga_get_time()
636 QDict *ret, *error; in test_qga_blockedrpcs()
671 QDict *ret, *error; in test_qga_allowedrpcs()
777 g_autoptr(QDict) ret = NULL; in test_qga_fsfreeze_status()
788 static QDict *wait_for_guest_exec_completion(int fd, int64_t pid) in wait_for_guest_exec_completion()
790 QDict *ret = NULL; in wait_for_guest_exec_completion()
793 QDict *val; in wait_for_guest_exec_completion()
816 g_autoptr(QDict) ret = NULL; in test_qga_guest_exec()
817 QDict *val; in test_qga_guest_exec()
853 g_autoptr(QDict) ret = NULL; in test_qga_guest_exec_merged()
854 QDict *val; in test_qga_guest_exec_merged()
876 g_autoptr(QDict) ret = NULL; in test_qga_guest_exec_separated()
877 QDict *val; in test_qga_guest_exec_separated()
918 g_autoptr(QDict) ret = NULL; in test_qga_guest_exec_merged()
919 QDict *val; in test_qga_guest_exec_merged()
958 g_autoptr(QDict) ret = NULL; in test_qga_guest_exec_invalid()
959 QDict *error; in test_qga_guest_exec_invalid()
989 g_autoptr(QDict) ret = NULL; in test_qga_guest_get_host_name()
990 QDict *val; in test_qga_guest_get_host_name()
1003 g_autoptr(QDict) ret = NULL; in test_qga_guest_get_timezone()
1004 QDict *val; in test_qga_guest_get_timezone()
1018 g_autoptr(QDict) ret = NULL; in test_qga_guest_get_users()
1034 g_autoptr(QDict) ret = NULL; in test_qga_guest_get_osinfo()
1036 QDict *val; in test_qga_guest_get_osinfo()