contentmgmt/cafstreamingsupport/test/tscaf/inc/tscafstep.h
changeset 66 8873e6835f7b
parent 56 c11c717470d0
child 96 a71299154b21
equal deleted inserted replaced
62:b23410e29e22 66:8873e6835f7b
   109 	
   109 	
   110 	TVerdict doTestStepPreambleL();
   110 	TVerdict doTestStepPreambleL();
   111 	TVerdict doTestStepL();
   111 	TVerdict doTestStepL();
   112 	TVerdict doTestStepPostambleL();
   112 	TVerdict doTestStepPostambleL();
   113 	void CleanAgentsPrivateFolderL(const TDesC& aPrivatePath);
   113 	void CleanAgentsPrivateFolderL(const TDesC& aPrivatePath);
   114 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
   115 	CSdpDocument* CreateSdpDocumentLC();
   114 	CSdpDocument* CreateSdpDocumentLC();
   116 	CSdpMediaField* CreateSdpLC(TInt aSdpNum);
   115 	CSdpMediaField* CreateSdpLC(TInt aSdpNum);
   117 	void AddMediaFieldL(CSdpDocument& aSdpDoc, const CSdpMediaField* aSdpKeyStream);
   116 	void AddMediaFieldL(CSdpDocument& aSdpDoc, const CSdpMediaField* aSdpKeyStream);
   118 #endif
       
   119 	CKeyStreamSink* CreateKeyStreamSinkLC(const TDesC& aFilePath, const TDesC& aPrivPath);
   117 	CKeyStreamSink* CreateKeyStreamSinkLC(const TDesC& aFilePath, const TDesC& aPrivPath);
   120 	void CopyFile2AgentsPrivateFolderL(RFs& aFs, const TDesC& aFileName, const TDesC& aPrivPath);
   118 	void CopyFile2AgentsPrivateFolderL(RFs& aFs, const TDesC& aFileName, const TDesC& aPrivPath);
   121 	HBufC* GetFullPathLC(const TDesC& aPath, const TDesC& aFileName);
   119 	HBufC* GetFullPathLC(const TDesC& aPath, const TDesC& aFileName);
   122 	CSraRightsObject* GetRightsObjectLC(const TDesC& aName, const TDesC& aPrivPath);
   120 	CSraRightsObject* GetRightsObjectLC(const TDesC& aName, const TDesC& aPrivPath);
   123 	void ReadTestConfigurationL();
   121 	void ReadTestConfigurationL();
   137 									const TStringAttribute& aAttributeEnum,
   135 									const TStringAttribute& aAttributeEnum,
   138 									const TDesC& aAttributeDescription,
   136 									const TDesC& aAttributeDescription,
   139 									const TDesC& aExpectedValue);
   137 									const TDesC& aExpectedValue);
   140 	
   138 	
   141 private:
   139 private:
   142 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
   143 	void AddAttributes2SdpL(CSdpMediaField& aSdp, TInt aSdpNum);
   140 	void AddAttributes2SdpL(CSdpMediaField& aSdp, TInt aSdpNum);
   144 #endif
       
   145 	void PrintErrorAndLeaveL(TDesC& aKey);
   141 	void PrintErrorAndLeaveL(TDesC& aKey);
   146 	static void DeleteSdpDocAndCloseCodecPool(TAny* aSdpDoc);
   142 	static void DeleteSdpDocAndCloseCodecPool(TAny* aSdpDoc);
   147 	
   143 	
   148 protected:
   144 protected:
   149 	CScafServer& iParent;
   145 	CScafServer& iParent;