1 /* |
1 /* |
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
2 * ============================================================================== |
3 * All rights reserved. |
3 * Name : WidgetRegistrySTIF.h |
4 * This component and the accompanying materials are made available |
4 * Part of : WidgetRegistry |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * |
6 * which accompanies this distribution, and is available |
6 * Description : Widget Registry test module. |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * Version: 1.0 |
8 * |
8 * |
9 * Initial Contributors: |
9 * Copyright (C) 2007 Nokia Corporation. |
10 * Nokia Corporation - initial contribution. |
10 * This material, including documentation and any related |
11 * |
11 * computer programs, is protected by copyright controlled by |
12 * Contributors: |
12 * Nokia Corporation. All rights are reserved. Copying, |
13 * |
13 * including reproducing, storing, adapting or translating, any |
14 * Description: Widget Registry test module. |
14 * or all of this material requires the prior written consent of |
15 * |
15 * Nokia Corporation. This material also contains confidential |
16 */ |
16 * information which may not be disclosed to others without the |
17 |
17 * prior written consent of Nokia Corporation. |
|
18 * |
|
19 * ============================================================================ |
|
20 */ |
18 |
21 |
19 |
22 |
20 #ifndef WIDGETREGISTRYSTIF_H |
23 #ifndef WIDGETREGISTRYSTIF_H |
21 #define WIDGETREGISTRYSTIF_H |
24 #define WIDGETREGISTRYSTIF_H |
22 |
25 |
253 TInt ClientSessionDeRegisterWidgetL( TTestResult& aResult ); |
256 TInt ClientSessionDeRegisterWidgetL( TTestResult& aResult ); |
254 TInt ClientSessionSetActiveL( TTestResult& aResult ); |
257 TInt ClientSessionSetActiveL( TTestResult& aResult ); |
255 TInt ClientSessionGetLprojNameL( TTestResult& aResult ); |
258 TInt ClientSessionGetLprojNameL( TTestResult& aResult ); |
256 TInt ClientSessionSecurityPolicyId( TTestResult& aResult ); |
259 TInt ClientSessionSecurityPolicyId( TTestResult& aResult ); |
257 |
260 |
|
261 TInt ClientSessionIsWidgetInFullViewTest( TTestResult& aResult ); |
|
262 TInt ClientSessionIsWidgetInMiniViewTest( TTestResult& aResult ); |
|
263 TInt ClientSessionIsBlanketPermGrantedTest( TTestResult& aResult ); |
|
264 TInt ClientSessionSetMiniViewTestL( TTestResult& aResult ); |
|
265 TInt ClientSessionSetFullViewTestL( TTestResult& aResult ); |
|
266 TInt ClientSessionSetBlanketPermissionTestL( TTestResult& aResult ); |
|
267 TInt ClientSessionWidgetSapiAccessStateTest( TTestResult& aResult ); |
|
268 |
258 private: // Data |
269 private: // Data |
259 |
270 |
260 TUid iValidUid; |
271 TUid iValidUid; |
261 CStifLogger* iLog; |
272 CStifLogger* iLog; |
262 RFs iFileSystem; |
273 RFs iFileSystem; |