Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
19 @internalComponent - Internal Symbian test code
22 #ifndef __TSURFACEMANAGERMULTIPROCESS_H__
23 #define __TSURFACEMANAGERMULTIPROCESS_H__
25 #include "tsmgmultprocessshared.h"
27 class CTSurfaceManagerMultiProcess : public CTGraphicsBase
30 CTSurfaceManagerMultiProcess(CTestStep* aStep);
31 ~CTSurfaceManagerMultiProcess();
34 virtual void RunTestCaseL(TInt aCurTestCase);
36 void TestMapSurfaceExistinChunkL();
37 void TestSynchronizeCacheMultiProcessL();
38 void TestCloseChannelsMultiProcessL();
39 void TestCloseChannelsMultiProcess2L();
40 void TestSurfaceInfoUnopenedSurfaceL();
41 void TestCloseChannelsMultiProcess1L();
42 void TestSurfaceInfoUsingSurfaceIdL();
43 void TestOpeningSurfaceUsingSurfaceIdL();
44 void TestOpenSurfaceInvalidParamsL();
45 void TestClosingUnopenedSurfaceL();
46 void CreateOpenCloseThreeProcessL();
47 void TestSurfaceAccessWhenCreatingProcessDiesL();
48 void TestClosingSurfaceWhenCreatingProcessDiesL();
49 void TestCloseSurfaceInThirdProcessL();
50 void TestNoAccessWhenSurfaceClosedTwoProcessL();
51 void TestOpeningOnProcessAfterClosingOnOtherL();
52 void TestAccessAfterClosingL();
53 void TestClosingAfterClosingOnOtherProcessL();
54 void TestErrSufaceAccessNotOpenL();
55 void TestReadFromBufferInSecondProcessL();
56 void TestGetSurfaceHintMultiProcessL();
57 void TestSetSurfaceHintMultiProcessL();
58 void TestAddSurfaceHintMultiProcessL();
59 void TestOutofMemoryCasesL();
65 class CTSurfaceManagerMultiProcessStep : public CTGraphicsStep
68 CTSurfaceManagerMultiProcessStep();
71 virtual CTGraphicsBase* CreateTestL();
72 virtual void TestSetupL();
73 virtual void TestClose();
76 _LIT(KTSurfaceManagerMultiProcessStep,"TSurfaceManagerMultiProcess");