Searched defs:testClient (Results 1 – 3 of 3) sorted by relevance
56 void ThreadFunc(std::shared_ptr<TestServiceClient> testClient) in ThreadFunc()75 void TestCaseSyncTrans(std::shared_ptr<TestServiceClient> &testClient) in TestCaseSyncTrans()85 void TestCasePingService(std::shared_ptr<TestServiceClient> &testClient) in TestCasePingService()95 void TestCaseGetFooService(std::shared_ptr<TestServiceClient> &testClient) in TestCaseGetFooService()105 void TestCaseGetFileDescriptor(std::shared_ptr<TestServiceClient> &testClient) in TestCaseGetFileDescriptor()115 void TestCaseLoopTest(std::shared_ptr<TestServiceClient> &testClient) in TestCaseLoopTest()126 void TestCaseDumpService(std::shared_ptr<TestServiceClient> &testClient) in TestCaseDumpService()135 void TestCaseEnableSerialInvokeFlag(std::shared_ptr<TestServiceClient> &testClient) in TestCaseEnableSerialInvokeFlag()147 void TestCaseNativeIPCSendRequests(std::shared_ptr<TestServiceClient> &testClient) in TestCaseNativeIPCSendRequests()162 void TestCaseRegisterRemoteStub(std::shared_ptr<TestServiceClient> &testClient) in TestCaseRegisterRemoteStub()[all …]
54 std::unique_ptr<TestClient> testClient = std::make_unique<TestClient>(); in main() local
217 std::unique_ptr<TestServiceClient> testClient = std::make_unique<TestServiceClient>(); variable