Searched refs:connect (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
H A D | test_steps.py | 101 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 D | test_breaks_props.py | 121 async with debug_locator.connect(nursery) as client: 179 async with debug_locator.connect(nursery) as client:
|
/arkcompiler/toolchain/test/autotest/aw/ |
H A D | websocket.py | 25 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 D | websocket_client.cpp | 109 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 D | ipc_unix_socket.cpp | 85 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 D | js_test_base.py | 65 self.tcp_client_socket.connect(self.ADDRESS) 70 self.fail(self, "Not connect to arkdb server.")
|
/arkcompiler/runtime_core/verifier/tests/ |
H A D | pull_hap_files.bat | 38 echo No devices connected. Please connect a device first.
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
H A D | debug.py | 115 async with debug_locator.connect(nursery) as client:
|
H A D | debug_client.py | 289 async def connect(self, nursery: trio.Nursery) -> AsyncIterator[DebuggerClient]: member in DebugLocator
|
Completed in 4 milliseconds