Home
last modified time | relevance | path

Searched refs:SetWebSocketTimeOut (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp85 if (!SetWebSocketTimeOut(connection, timeoutLimit)) { in InitToolchainWebSocketForPort()
137 if (!SetWebSocketTimeOut(connection, timeoutLimit)) { in InitToolchainWebSocketForSockName()
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp315 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut() function in OHOS::ArkCompiler::Toolchain::WebSocketBase
334 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut() function in OHOS::ArkCompiler::Toolchain::WebSocketBase
Dwebsocket_base.h117 static bool SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit);
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp247 if (!SetWebSocketTimeOut(serverFd_, timeoutLimit)) { in InitTcpWebSocket()
287 if (!SetWebSocketTimeOut(serverFd_, timeoutLimit)) { in InitUnixWebSocket()