Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/
Dwebsocket.cpp280 bool WebSocket::InitTcpWebSocket(int port, uint32_t timeoutLimit) in InitTcpWebSocket()
374 bool WebSocket::InitUnixWebSocket(const std::string& sockName, uint32_t timeoutLimit) in InitUnixWebSocket()
529 bool WebSocket::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
547 bool WebSocket::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp51 bool ClientConnectUnixWebSocket(const std::string &sockName, uint32_t timeoutLimit = 0) in ClientConnectUnixWebSocket()
106 bool ClientConnectTcpWebSocket(uint32_t timeoutLimit = 0) in ClientConnectTcpWebSocket()