Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dserver_endpoint-inl.h55 if (auto connection = GetPinnedConnection()) { in Close() local
Dserver_endpoint.h67 if (auto connection = GetPinnedConnection()) { in SendMessage() local
/arkcompiler/toolchain/websocket/
Dhttp.h36 std::string connection; member
50 std::string connection; member
/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp76 int connection = socket(AF_INET, SOCK_STREAM, 0); in InitToolchainWebSocketForPort() local
128 int connection = socket(AF_UNIX, SOCK_STREAM, 0); in InitToolchainWebSocketForSockName() local
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp420 …bSocketServer::ConnectionState WebSocketServer::WaitConnectingStateEnds(ConnectionState connection) in WaitConnectingStateEnds()
464 auto connection = GetConnectionState(); in Close() local