Home
last modified time | relevance | path

Searched refs:CloseConnection (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dwebsocket_base.cpp129 CloseConnection(CloseStatusCode::NO_STATUS_CODE); in HandleControlFrame()
144 CloseConnection(CloseStatusCode::UNEXPECTED_ERROR); in Decode()
150 CloseConnection(CloseStatusCode::PROTOCOL_ERROR); in Decode()
162 CloseConnection(CloseStatusCode::PROTOCOL_ERROR); in Decode()
238 bool WebSocketBase::CloseConnection(CloseStatusCode status) in CloseConnection() function in OHOS::ArkCompiler::Toolchain::WebSocketBase
H A Dwebsocket_base.h95 bool CloseConnection(CloseStatusCode status);
/arkcompiler/toolchain/websocket/client/
H A Dwebsocket_client.cpp263 if (!CloseConnection(CloseStatusCode::SERVER_GO_AWAY)) { in Close()
/arkcompiler/toolchain/websocket/server/
H A Dwebsocket_server.cpp461 // If there is a concurrent call to `CloseConnection`, we can immediately close `serverFd_`. in Close()
480 CloseConnection(CloseStatusCode::SERVER_GO_AWAY); in Close()

Completed in 3 milliseconds