Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp155 void WebSocketBase::CloseConnectionSocket(ConnectionCloseReason status, SocketState newSocketState) in CloseConnectionSocket() function in OHOS::ArkCompiler::Toolchain::WebSocketBase
195 CloseConnectionSocket(ConnectionCloseReason::CLOSE, newSocketState); in CloseConnection()
Dwebsocket_base.h97 void CloseConnectionSocket(ConnectionCloseReason status, SocketState newSocketState);
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp135 CloseConnectionSocket(ConnectionCloseReason::FAIL, SocketState::INITED); in AcceptNewConnection()
279 CloseConnectionSocket(ConnectionCloseReason::FAIL, SocketState::UNINITED); in ConnectUnixWebSocketBySocketpair()
/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp260 CloseConnectionSocket(ConnectionCloseReason::FAIL, SocketState::UNINITED); in CloseConnectionSocketOnFail()