|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @internalComponent |
|
19 */ |
|
20 |
|
21 #ifndef _TE_MMSETEMERGENCYCLIENT_H_ |
|
22 #define _TE_MMSETEMERGENCYCLIENT_H_ |
|
23 |
|
24 #include "TE_EtelMMTestStepBase.h" |
|
25 |
|
26 |
|
27 class CTestMMSetEmgClientLcsReqPreallocHeap : public CEtelMMLbsTestStepBase |
|
28 /** To check that SetEmergencyClient API preallocate the heap memory for handling Emergency Mobile |
|
29 Terminated Location service request. |
|
30 */ |
|
31 { |
|
32 public: |
|
33 CTestMMSetEmgClientLcsReqPreallocHeap(); |
|
34 virtual enum TVerdict doTestStepL(); |
|
35 }; |
|
36 |
|
37 class CTestMMSetEmgClientLcsReqAndSetPrClient : public CEtelMMLbsTestStepBase |
|
38 /** To test a combination of SetPriorityClient API and SetEmergencyClient(LCSRequest) API. |
|
39 */ |
|
40 { |
|
41 public: |
|
42 CTestMMSetEmgClientLcsReqAndSetPrClient(); |
|
43 virtual enum TVerdict doTestStepL(); |
|
44 }; |
|
45 |
|
46 class CTestMMSetEmgClientVoiceReqAndSetPrClient : public CEtelMMLbsTestStepBase |
|
47 /** To test a combination of SetEmergencyClient(VoiceCallRequest) API and SetPriorityClient API. |
|
48 */ |
|
49 { |
|
50 public: |
|
51 CTestMMSetEmgClientVoiceReqAndSetPrClient(); |
|
52 virtual enum TVerdict doTestStepL(); |
|
53 }; |
|
54 |
|
55 class CTestMMSetEmgClientHeapSuffForLBS : public CEtelMMLbsTestStepBase |
|
56 /** To check preallocated heap is sufficient to handle all Location Based Services. |
|
57 */ |
|
58 { |
|
59 public: |
|
60 CTestMMSetEmgClientHeapSuffForLBS(); |
|
61 virtual enum TVerdict doTestStepL(); |
|
62 }; |
|
63 |
|
64 class CTestMMSetEmgClientVoiceReqPreallocHeap : public CEtelMMLbsTestStepBase |
|
65 /** Ensure SetEmergencyClient API(With Voice request) preallocates heap. |
|
66 */ |
|
67 { |
|
68 public: |
|
69 CTestMMSetEmgClientVoiceReqPreallocHeap(); |
|
70 virtual enum TVerdict doTestStepL(); |
|
71 }; |
|
72 |
|
73 #endif |