Home
last modified time | relevance | path

Searched refs:connect (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_steps.py101 async with debug_locator.connect(nursery) as client:
151 async with debug_locator.connect(nursery) as client:
196 async with debug_locator.connect(nursery) as client:
H A Dtest_breaks_props.py121 async with debug_locator.connect(nursery) as client:
179 async with debug_locator.connect(nursery) as client:
/arkcompiler/toolchain/test/autotest/aw/
H A Dwebsocket.py25 from websockets import connect, ConnectionClosed namespace
107 client = connect(f'ws://localhost:{self.connect_server_port}',
113 client = connect(f'ws://localhost:{self.debugger_server_port}',
/arkcompiler/toolchain/websocket/client/
H A Dwebsocket_client.cpp109 ret = connect(connection, reinterpret_cast<struct sockaddr*>(&clientAddr), sizeof(clientAddr)); in InitToolchainWebSocketForPort()
111 LOGE("InitToolchainWebSocketForPort::client connect failed, error = %{public}d, desc = %{public}s", in InitToolchainWebSocketForPort()
117 LOGI("InitToolchainWebSocketForPort::client connect success."); in InitToolchainWebSocketForPort()
164 int ret = connect(connection, reinterpret_cast<struct sockaddr*>(&serverAddr), static_cast<int32_t>(len)); in InitToolchainWebSocketForSockName()
166 LOGE("InitToolchainWebSocketForSockName::client connect failed, error = %{public}d, desc = %{public}s", in InitToolchainWebSocketForSockName()
172 LOGI("InitToolchainWebSocketForSockName::client connect success."); in InitToolchainWebSocketForSockName()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_unix_socket.cpp85 if (PANDA_FAILURE_RETRY(::connect(sock.Get(), sockAddr, sizeof(serverAddr))) == -1) { in CreateUnixClientSocket()
86 PLOG(ERROR, DPROF) << "connect() failed"; in CreateUnixClientSocket()
/arkcompiler/toolchain/tooling/client/tcpServer/test/
H A Djs_test_base.py65 self.tcp_client_socket.connect(self.ADDRESS)
70 self.fail(self, "Not connect to arkdb server.")
/arkcompiler/runtime_core/verifier/tests/
H A Dpull_hap_files.bat38 echo No devices connected. Please connect a device first.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug.py115 async with debug_locator.connect(nursery) as client:
H A Ddebug_client.py289 async def connect(self, nursery: trio.Nursery) -> AsyncIterator[DebuggerClient]: member in DebugLocator

Completed in 4 milliseconds