Home
last modified time | relevance | path

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

/arkcompiler/toolchain/test/autotest/aw/
Dcustomized_types.py33 send = "send", variable in ProtocolType
/arkcompiler/toolchain/test/autotest/aw/implement_api/
Dprotocol_api.py37 async def send(self, protocol_name, connection, params=None): member in ProtocolImpl
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_connection.py62 async def send(self, cmd: Generator[dict, T, Any]) -> T: member in ArkConnection