Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp30 bool WebSocketClient::InitToolchainWebSocketForPort(int port, uint32_t timeoutLimit) in InitToolchainWebSocketForPort()
81 …SocketClient::InitToolchainWebSocketForSockName(const std::string &sockName, uint32_t timeoutLimit) in InitToolchainWebSocketForSockName()
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp206 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
225 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp143 bool WebSocketServer::InitTcpWebSocket(int port, uint32_t timeoutLimit) in InitTcpWebSocket()
198 bool WebSocketServer::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()