Searched defs:testClient (Results 1 – 3 of 3) sorted by relevance
38 void ThreadFunc(std::shared_ptr<TestServiceClient> testClient) in ThreadFunc()84 std::shared_ptr<TestServiceClient> testClient = std::make_shared<TestServiceClient>(); in main() local
54 std::unique_ptr<TestClient> testClient = std::make_unique<TestClient>(); in main() local
620 std::unique_ptr<TestServiceClient> testClient = std::make_unique<TestServiceClient>(); variable