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 |
114 CSdpDocument* CreateSdpDocumentLC(); |
115 CSdpDocument* CreateSdpDocumentLC(); |
115 CSdpMediaField* CreateSdpLC(TInt aSdpNum); |
116 CSdpMediaField* CreateSdpLC(TInt aSdpNum); |
116 void AddMediaFieldL(CSdpDocument& aSdpDoc, const CSdpMediaField* aSdpKeyStream); |
117 void AddMediaFieldL(CSdpDocument& aSdpDoc, const CSdpMediaField* aSdpKeyStream); |
|
118 #endif |
117 CKeyStreamSink* CreateKeyStreamSinkLC(const TDesC& aFilePath, const TDesC& aPrivPath); |
119 CKeyStreamSink* CreateKeyStreamSinkLC(const TDesC& aFilePath, const TDesC& aPrivPath); |
118 void CopyFile2AgentsPrivateFolderL(RFs& aFs, const TDesC& aFileName, const TDesC& aPrivPath); |
120 void CopyFile2AgentsPrivateFolderL(RFs& aFs, const TDesC& aFileName, const TDesC& aPrivPath); |
119 HBufC* GetFullPathLC(const TDesC& aPath, const TDesC& aFileName); |
121 HBufC* GetFullPathLC(const TDesC& aPath, const TDesC& aFileName); |
120 CSraRightsObject* GetRightsObjectLC(const TDesC& aName, const TDesC& aPrivPath); |
122 CSraRightsObject* GetRightsObjectLC(const TDesC& aName, const TDesC& aPrivPath); |
121 void ReadTestConfigurationL(); |
123 void ReadTestConfigurationL(); |
135 const TStringAttribute& aAttributeEnum, |
137 const TStringAttribute& aAttributeEnum, |
136 const TDesC& aAttributeDescription, |
138 const TDesC& aAttributeDescription, |
137 const TDesC& aExpectedValue); |
139 const TDesC& aExpectedValue); |
138 |
140 |
139 private: |
141 private: |
|
142 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY |
140 void AddAttributes2SdpL(CSdpMediaField& aSdp, TInt aSdpNum); |
143 void AddAttributes2SdpL(CSdpMediaField& aSdp, TInt aSdpNum); |
|
144 #endif |
141 void PrintErrorAndLeaveL(TDesC& aKey); |
145 void PrintErrorAndLeaveL(TDesC& aKey); |
142 static void DeleteSdpDocAndCloseCodecPool(TAny* aSdpDoc); |
146 static void DeleteSdpDocAndCloseCodecPool(TAny* aSdpDoc); |
143 |
147 |
144 protected: |
148 protected: |
145 CScafServer& iParent; |
149 CScafServer& iParent; |