Home
last modified time | relevance | path

Searched defs:instance_id (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/
Dwebsocket.py44 async def recv_msg_of_debugger_server(instance_id, queue): argument
51 async def send_msg_to_debugger_server(instance_id, queue, message): argument
163 async def _store_instance(self, instance_id): argument
Dutils.py52 …async def communicate_with_debugger_server(cls, instance_id, to_send_queue, received_queue, comman… argument