Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/autotest/aw/implement_api/
Dprotocol_api.py37 async def send(self, protocol_name, connection, params=None): argument
47 async def recv(self, protocol_name, connection, params=None): argument
56 def _check_and_parse_protocol(self, protocol_name): argument