Lines Matching full:client
42 TestClient() : GDBRemoteClientBase("test.client") { in TestClient()
50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
54 &client, TestClient::eBroadcastBitRunPacketSent)); in SetUp()
60 TestClient client; member in __anonaaf37e580111::GDBRemoteClientBaseTest
66 return client.SendContinuePacketAndWaitForResponse(delegate, LinuxSignals(), in SendCPacket()
74 &client, TestClient::eBroadcastBitRunPacketSent, event_sp, in WaitForRunEvent()
112 ASSERT_FALSE(client.SendAsyncSignal(0x47, g_timeout)); in TEST_F()
122 return client.SendAsyncSignal(0x47, g_timeout); in TEST_F()
153 client.SendPacketAndWaitForResponse("qTest1", response)); in TEST_F()
156 return client.SendPacketAndWaitForResponse("qTest2", async_response, in TEST_F()
186 ASSERT_FALSE(client.Interrupt(g_timeout)); in TEST_F()
196 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
220 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
243 ASSERT_FALSE(client.Interrupt(g_timeout)); in TEST_F()
253 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
268 return client.SendPacketAndWaitForResponse("qTest", async_response); in TEST_F()
335 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
357 PacketResult result = client.SendPacketAndReceiveResponseWithOutputSupport( in TEST_F()