Searched refs:qobject_from_jsonf (Results 1 – 5 of 5) sorted by relevance
/external/qemu/ |
D | qjson.h | 22 QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
|
D | input.c | 267 obj = qobject_from_jsonf("{ 'name': %s," in do_info_mice()
|
D | qjson.c | 60 QObject *qobject_from_jsonf(const char *string, ...) in qobject_from_jsonf() function
|
D | block.c | 1534 data = qobject_from_jsonf("{ 'device': %s, 'action': %s, 'operation': %s }", in bdrv_mon_event() 1607 bs_obj = qobject_from_jsonf("{ 'device': %s, 'type': %s, " in bdrv_info() 1616 obj = qobject_from_jsonf("{ 'file': %s, 'ro': %i, 'drv': %s, " in bdrv_info() 1665 res = qobject_from_jsonf("{ 'stats': {" in bdrv_info_stats_bs()
|
D | qemu-char.c | 2721 QObject *obj = qobject_from_jsonf("{ 'label': %s, 'filename': %s }", in qemu_chr_info()
|