Searched refs:testClient (Results 1 – 3 of 3) sorted by relevance
40 testClient->TestEnableSerialInvokeFlag(); in ThreadFunc()85 if (testClient->ConnectService()) { in main()97 testClient->StartLoopTest(maxTestCount); }}, in main()101 std::thread temp(ThreadFunc, testClient); in main()102 testClient->TestEnableSerialInvokeFlag(); in main()111 testClient->TestNativeIPCSendRequests(subCmd); in main()114 testClient->TestRegisterRemoteStub(); in main()115 gTestClient = testClient; in main()121 testClient->TestSendTooManyRequest(); in main()122 testClient->StartSyncTransaction(); in main()[all …]
54 std::unique_ptr<TestClient> testClient = std::make_unique<TestClient>(); in main() local55 if (testClient->ConnectService()) { in main()62 testClient->StartIntTransaction(); in main()65 testClient->StartStringTransaction(); in main()
620 std::unique_ptr<TestServiceClient> testClient = std::make_unique<TestServiceClient>(); variable621 int result = testClient->ConnectService();624 int count = testClient->StartLoopTest(MAX_TEST_COUNT);