HomeSort by relevance Sort by last modified time
    Searched refs:qobject_to_qstring (Results 1 - 6 of 6) sorted by null

  /external/qemu/include/qapi/qmp/
qstring.h 34 QString *qobject_to_qstring(const QObject *obj);
  /external/qemu/qobject/
qstring.c 116 * qobject_to_qstring(): Convert a QObject to a QString
118 QString *qobject_to_qstring(const QObject *obj) function
146 qs = qobject_to_qstring(obj);
qdict.c 288 return qstring_get_str(qobject_to_qstring(obj));
344 return qstring_get_str(qobject_to_qstring(obj));
qjson.c 137 QString *val = qobject_to_qstring(obj);
  /external/qemu/util/
qemu-option.c 862 value = qstring_get_str(qobject_to_qstring(obj));
  /external/qemu/qom/
object.c 826 qstring = qobject_to_qstring(ret);
    [all...]

Completed in 72 milliseconds