Lines Matching refs:client
18 #include "tooling/client/domain/debugger_client.h"
19 #include "tooling/client/domain/runtime_client.h"
20 #include "tooling/client/utils/cli_command.h"
21 #include "tooling/client/session/session.h"
22 #include "websocket/client/websocket_client.h"
113 WebSocketClient &client = SessionManager::getInstance().GetCurrentSession()->GetWebSocketClient();
124 std::string recv = client.Decode();
125 HandleAcceptanceMessages(action, client, recv, success);
144 void TestUtil::HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &success)
155 recv = client.Decode();
171 recv = client.Decode();