| /openbmc/qemu/tests/unit/ |
| H A D | check-qstring.c | 43 ret_str = qstring_get_str(qstring); in qstring_get_str_test() 55 g_assert(strcmp(qstring_get_str(qs), "tualiza") == 0); in qstring_from_substr_test()
|
| H A D | test-qobject-output-visitor.c | 110 g_assert_cmpstr(qstring_get_str(qstr), ==, string); in test_visitor_out_string() 124 g_assert_cmpstr(qstring_get_str(qstr), ==, ""); in test_visitor_out_no_string() 138 g_assert_cmpstr(qstring_get_str(qstr), ==, EnumOne_str(i)); in test_visitor_out_enum() 330 g_assert_cmpstr(qstring_get_str(qstring), ==, "foo"); in test_visitor_out_any() 440 g_assert_cmpstr(qstring_get_str(qstr), ==, "value1"); in test_visitor_out_alternate() 602 g_assert_cmpstr(qstring_get_str(qvalue), ==, expected); in test_visitor_out_list_struct()
|
| H A D | check-qjson.c | 91 g_assert_cmpstr(qstring_get_str(cstr), in escaped_string() 123 g_assert_cmpstr(qstring_get_str(str), ==, cstr); in string_with_quotes() 753 g_assert_cmpstr(qstring_get_str(str), ==, utf8_out); in utf8_string() 784 g_assert_cmpstr(qstring_get_str(str), ==, utf8_in); in utf8_string() 1024 g_assert_cmpstr(qstring_get_str(qstr), ==, value_s); in interpolation_valid()
|
| H A D | test-keyval.c | 264 g_assert_cmpstr(qstring_get_str(qstr), ==, expected[i]); in check_list012() 738 g_assert_cmpstr(qstring_get_str(qstr), ==, "null"); in test_keyval_visit_any() 741 g_assert_cmpstr(qstring_get_str(qstr), ==, "1"); in test_keyval_visit_any()
|
| H A D | check-qdict.c | 322 str1 = qstring_get_str(value); in qdict_stress_test()
|
| H A D | test-qobject-input-visitor.c | 649 g_assert_cmpstr(qstring_get_str(qstring), ==, "foo"); in test_visitor_in_any()
|
| /openbmc/qemu/include/qobject/ |
| H A D | qstring.h | 31 const char *qstring_get_str(const QString *qstring);
|
| /openbmc/qemu/qobject/ |
| H A D | qstring.c | 76 const char *qstring_get_str(const QString *qstring) in qstring_get_str() function
|
| H A D | qlit.c | 77 qstring_get_str(qobject_to(QString, rhs))) == 0); in qlit_equal_qobject()
|
| H A D | qdict.c | 265 return qstring_get_str(qobject_to(QString, qdict_get(qdict, key))); in qdict_get_try_int() 314 return qstr ? qstring_get_str(qstr) : NULL; in qdict_next_entry()
|
| H A D | qjson.c | 179 json_writer_str(writer, name, qstring_get_str(val)); in to_json()
|
| H A D | json-parser.c | 294 if (qdict_haskey(dict, qstring_get_str(key))) { in parse_pair() 299 qdict_put_obj(dict, qstring_get_str(key), value); in parse_pair()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | qom-test.c | 78 g_test_message(" %s", qstring_get_str(qstr)); in test_list_get() 107 const char *path = qstring_get_str(qstr); in test_list_get()
|
| H A D | device-plug-test.c | 36 if (!strcmp(qstring_get_str(qstr), id)) { in wait_device_deleted_event()
|
| H A D | netdev-socket.c | 165 g_assert(!strcmp(qstring_get_str(qstr), id)); in wait_stream_connected() 188 g_assert(!strcmp(qstring_get_str(qstr), id)); in wait_stream_disconnected()
|
| H A D | tpm-emu.c | 229 const char *ename = qstring_get_str(s); in tpm_model_is_available()
|
| H A D | qmp-test.c | 238 g_assert_cmpstr(qstring_get_str(qstr), ==, "oob"); in test_qmp_oob()
|
| H A D | libqtest.c | 1077 if (g_str_equal(qstring_get_str(qstr), child_typename)) { in qtest_has_accel() 1703 machines[idx].name = g_strdup(qstring_get_str(qstr)); in qtest_get_cpu_models() 1709 machines[idx].alias = g_strdup(qstring_get_str(qstr)); in qtest_get_cpu_models() 1758 cpus[idx].name = g_strdup(qstring_get_str(qstr)); in qtest_has_cpu_model() 1764 cpus[idx].alias_of = g_strdup(qstring_get_str(qstr)); in qtest_has_cpu_model()
|
| /openbmc/qemu/qom/ |
| H A D | object_interfaces.c | 186 def = qstring_get_str(qobject_to(QString, defval)); in object_property_help()
|
| H A D | object.c | 1480 retval = g_strdup(qstring_get_str(qstring)); in object_property_get_str()
|
| /openbmc/qemu/qapi/ |
| H A D | qobject-input-visitor.c | 204 return qstring_get_str(qstr); in qobject_input_get_keyval() 542 *obj = g_strdup(qstring_get_str(qstr)); in qobject_input_type_str()
|
| /openbmc/qemu/block/ |
| H A D | rbd.c | 329 key = qstring_get_str(name); in qemu_rbd_set_keypairs() 331 ret = rados_conf_set(cluster, key, qstring_get_str(value)); in qemu_rbd_set_keypairs()
|
| H A D | qapi.c | 828 qemu_printf("%s", qstring_get_str(value)); in dump_qlist()
|
| /openbmc/qemu/util/ |
| H A D | qemu-option.c | 965 value = qstring_get_str(qobject_to(QString, obj)); in qemu_opts_from_qdict_entry()
|
| /openbmc/qemu/system/ |
| H A D | vl.c | 2555 const char *val = qstring_get_str(qobject_to(QString, cpus)); in qemu_process_sugar_options()
|