Searched refs:id_key (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/tests/kvm/tests/ |
D | qmp_basic_rhel6.py | 201 id_key = "kvm-autotest" 202 resp = monitor.cmd_qmp("eject", { "foobar": True }, id=id_key) 204 check_str_key(resp, "id", id_key) 207 resp = monitor.cmd_qmp("query-status", id=id_key) 209 check_str_key(resp, "id", id_key) 212 for id_key in [ True, 1234, "string again!", [1, [], {}, True, "foo"], 214 resp = monitor.cmd_qmp("query-status", id=id_key) 216 if resp["id"] != id_key: 218 (str(id_key), str(resp["id"]))) 289 id_key = "1234foo" [all …]
|
D | qmp_basic.py | 201 id_key = "kvm-autotest" 202 resp = monitor.cmd_qmp("eject", { "foobar": True }, id=id_key) 204 check_str_key(resp, "id", id_key) 207 resp = monitor.cmd_qmp("query-status", id=id_key) 209 check_str_key(resp, "id", id_key) 212 for id_key in [ True, 1234, "string again!", [1, [], {}, True, "foo"], 214 resp = monitor.cmd_qmp("query-status", id=id_key) 216 if resp["id"] != id_key: 218 (str(id_key), str(resp["id"])))
|
/external/c-ares/ |
D | ares_query.c | 102 id = ares__generate_new_id(&channel->id_key); in generate_unique_id()
|
D | ares_private.h | 280 rc4_key id_key; member
|
D | ares_init.c | 228 status = init_id_key(&channel->id_key, ARES_ID_KEY_LEN); in ares_init_options() 230 channel->next_id = ares__generate_new_id(&channel->id_key); in ares_init_options()
|