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

  /external/qemu/
json-parser.c 52 return qdict_get_str(qobject_to_qdict(obj), "token");
57 return qdict_get_int(qobject_to_qdict(obj), "type");
qdict.h 44 QDict *qobject_to_qdict(const QObject *obj);
qdict.c 45 * qobject_to_qdict(): Convert a QObject into a QDict
47 QDict *qobject_to_qdict(const QObject *obj) function
273 return qobject_to_qdict(qdict_get_obj(qdict, key, QTYPE_QDICT));
443 qdict = qobject_to_qdict(obj);
qerror.c 259 qerr->error = qobject_to_qdict(obj);
356 qdict = qobject_to_qdict(qdict_get(qerror->error, "data"));
input.c 231 mouse = qobject_to_qdict(data);
qjson.c 206 QDict *val = qobject_to_qdict(obj);
block.c     [all...]
qemu-char.c     [all...]

Completed in 4750 milliseconds