Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/server/
H A Dwebsocket_server.cpp169 expected = SetConnectionState(ConnectionState::CLOSED); in MoveToConnectingState()
188 auto expected = SetConnectionState(ConnectionState::CLOSED); in AcceptNewConnection()
203 auto expected = SetConnectionState(ConnectionState::CLOSING); in AcceptNewConnection()
351 auto expected = SetConnectionState(ConnectionState::CLOSING); in ConnectUnixWebSocketBySocketpair()
378 auto expected = SetConnectionState(ConnectionState::OPEN); in OnNewConnection()
/arkcompiler/toolchain/websocket/client/
H A Dwebsocket_client.cpp116 SetConnectionState(ConnectionState::CONNECTING); in InitToolchainWebSocketForPort()
171 SetConnectionState(ConnectionState::CONNECTING); in InitToolchainWebSocketForSockName()
233 SetConnectionState(ConnectionState::OPEN); in ClientRecvWSUpgradeRsp()
/arkcompiler/toolchain/websocket/
H A Dwebsocket_base.h145 ConnectionState SetConnectionState(ConnectionState newState);
H A Dwebsocket_base.cpp273 WebSocketBase::ConnectionState WebSocketBase::SetConnectionState(ConnectionState newState) in SetConnectionState() function in OHOS::ArkCompiler::Toolchain::WebSocketBase

Completed in 3 milliseconds