Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp64 bool WebSocketClient::InitToolchainWebSocketForPort(int port, uint32_t timeoutLimit) in InitToolchainWebSocketForPort()
116 …SocketClient::InitToolchainWebSocketForSockName(const std::string &sockName, uint32_t timeoutLimit) in InitToolchainWebSocketForSockName()
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp315 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
334 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp215 bool WebSocketServer::InitTcpWebSocket(int port, uint32_t timeoutLimit) in InitTcpWebSocket()
274 bool WebSocketServer::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()