Home
last modified time | relevance | path

Searched refs:qobject_from_jsonf (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dqjson.h22 QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
Dinput.c267 obj = qobject_from_jsonf("{ 'name': %s," in do_info_mice()
Dqjson.c60 QObject *qobject_from_jsonf(const char *string, ...) in qobject_from_jsonf() function
Dblock.c1534 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()
Dqemu-char.c2721 QObject *obj = qobject_from_jsonf("{ 'label': %s, 'filename': %s }", in qemu_chr_info()