Home
last modified time | relevance | path

Searched refs:WebSocketClient (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp69 bool WebSocketClient::InitToolchainWebSocketForPort(int port, uint32_t timeoutLimit) in InitToolchainWebSocketForPort()
121 bool WebSocketClient::InitToolchainWebSocketForSockName(const std::string &sockName, uint32_t timeo… in InitToolchainWebSocketForSockName()
176 bool WebSocketClient::ClientSendWSUpgradeReq() in ClientSendWSUpgradeReq()
199 bool WebSocketClient::ClientRecvWSUpgradeRsp() in ClientRecvWSUpgradeRsp()
238 std::string WebSocketClient::GetSocketStateString() in GetSocketStateString()
243 bool WebSocketClient::DecodeMessage(WebSocketFrame& wsFrame) const in DecodeMessage()
261 void WebSocketClient::Close() in Close()
268 void WebSocketClient::CloseOnInitFailure() in CloseOnInitFailure()
280 bool WebSocketClient::ValidateIncomingFrame(const WebSocketFrame& wsFrame) const in ValidateIncomingFrame()
287 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType) const in CreateFrame()
[all …]
Dwebsocket_client.h29 class WebSocketClient final : public WebSocketBase {
31 ~WebSocketClient() noexcept override = default;
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.h29 class WebSocketClient; variable
69 …static void HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv…
Dtest_util.cpp113WebSocketClient &client = SessionManager::getInstance().GetCurrentSession()->GetWebSocketClient(); in ForkSocketClient()
144 void TestUtil::HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &re… in HandleAcceptanceMessages()
/arkcompiler/toolchain/tooling/client/session/
Dsession.h87 WebSocketClient& GetWebSocketClient() in GetWebSocketClient()
121 WebSocketClient cliSocket_;
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp86 WebSocketClient clientSocket;
184 WebSocketClient clientSocket;
229 WebSocketClient clientSocket;
251 WebSocketClient clientSocket;
/arkcompiler/toolchain/inspector/test/
Dconnect_server_test.cpp110 WebSocketClient clientSocket;