Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp62 bool WebSocketClient::InitToolchainWebSocketForPort(int port, uint32_t timeoutLimit) in InitToolchainWebSocketForPort()
114 …SocketClient::InitToolchainWebSocketForSockName(const std::string &sockName, uint32_t timeoutLimit) in InitToolchainWebSocketForSockName()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp216 bool WebSocketServer::InitTcpWebSocket(int port, uint32_t timeoutLimit) in InitTcpWebSocket()
276 bool WebSocketServer::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp319 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
338 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()