Searched refs:ShutdownSocket (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/toolchain/websocket/ | ||
H A D | websocket_base.cpp | 201 int err = ShutdownSocket(connectionFd_); in CloseConnectionSocket() 353 int WebSocketBase::ShutdownSocket(int32_t fd) in ShutdownSocket() function in OHOS::ArkCompiler::Toolchain::WebSocketBase 359 int WebSocketBase::ShutdownSocket(int32_t fd) in ShutdownSocket() function in OHOS::ArkCompiler::Toolchain::WebSocketBase |
H A D | websocket_base.h | 126 static int ShutdownSocket(int32_t fd); |
/arkcompiler/toolchain/websocket/server/ | ||
H A D | websocket_server.cpp | 427 int err = ShutdownSocket(fd); in WaitConnectingStateEnds() 456 int err = ShutdownSocket(serverFd_); in Close() |
Completed in 2 milliseconds