author | hgs |
Thu, 23 Sep 2010 10:05:41 +0300 | |
changeset 70 | 653a8b91b95e |
parent 41 | c87e5f80c17d |
child 61 | 8cb079868133 |
permissions | -rw-r--r-- |
41 | 1 |
// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
// All rights reserved. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
// under the terms of "Eclipse Public License v1.0" |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
// |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
// |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
11 |
// Contributors: |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
// |
41 | 13 |
// Description: This adaptation plugin implementation is for test/reference purposes. |
14 |
// The loading of this plugin is controlled through test macro defined in the iby file "ssmcompatibility.iby". |
|
15 |
// If the macro "TEST_SSM_MACRO" is not defined, original plugins are loaded and this plugin is not loaded. |
|
16 |
// If the test P & S key is set in the test code, the calls are routed to the reference or dummy implementations. |
|
17 |
// Else the actual plugins are loaded and the calls are routed to the actual implementations. |
|
18 |
// The test P & S key which it looks for is KRtcAdaptationPluginPropertyKey (0x2000D76A) |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
19 |
// |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
21 |
#include "rtcadaptationref.h" |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
23 |
#include <e32property.h> |
41 | 24 |
#include "ssmdebug.h" |
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
25 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
const TUid KAlarmServerUID = {0x101f5027}; |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
27 |
const TInt KTestRTCValueKey = 200; |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
|
41 | 29 |
|
30 |
const TUint32 KRtcAdaptationPluginPropertyKey = 0x2000D76C; |
|
31 |
const TUid KPropertyCategory={0x2000D75B}; |
|
32 |
||
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
/** |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
Function to create new Rtc Adaptation Plugin. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
36 |
@return a new instance of MRtcAdaptation for RTC (Real Time Clock) Adaptations. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
*/ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
EXPORT_C MRtcAdaptation* CreateRtcAdaptationRefL() |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
{ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
40 |
CRtcAdaptationRef* rtcAdaptationRef = CRtcAdaptationRef::NewL(); |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
return (static_cast<MRtcAdaptation*>(rtcAdaptationRef)); |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
43 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
44 |
CRtcAdaptationRef* CRtcAdaptationRef::NewL() |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
45 |
{ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
46 |
CRtcAdaptationRef* self = new(ELeave) CRtcAdaptationRef; |
41 | 47 |
|
48 |
CleanupStack::PushL(self); |
|
49 |
self->ConstructL(); |
|
50 |
CleanupStack::Pop(); |
|
51 |
||
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
52 |
return self; |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
53 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
54 |
|
41 | 55 |
void CRtcAdaptationRef::ConstructL() |
56 |
{ |
|
57 |
DEBUGPRINT1A("Loading Actual plugins"); |
|
58 |
_LIT(KSaaRtcAdaptationDLL, "saartcadaptation.dll"); |
|
59 |
User::LeaveIfError(iSaaRtcAdaptationLib.Load(KSaaRtcAdaptationDLL)); |
|
60 |
iSaaRtcAdaptationDll = (MRtcAdaptation *)(iSaaRtcAdaptationLib.Lookup(1)()); |
|
61 |
} |
|
62 |
||
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
63 |
CRtcAdaptationRef::~CRtcAdaptationRef() |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
64 |
{ |
41 | 65 |
iSaaRtcAdaptationLib.Close(); |
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
66 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
67 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
68 |
CRtcAdaptationRef::CRtcAdaptationRef() |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
69 |
{ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
70 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
71 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
72 |
/** |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
73 |
Deletes and frees memory allocated. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
74 |
*/ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
75 |
void CRtcAdaptationRef::Release() |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
76 |
{ |
41 | 77 |
if(!IsTestPsKeyDefined()) |
78 |
{ |
|
79 |
DEBUGPRINT1A("Release:: Calling Actual plugins functions (saartcadaptation.dll)"); |
|
80 |
iSaaRtcAdaptationDll->Release(); |
|
81 |
} |
|
82 |
delete this; |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
83 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
84 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
85 |
/** |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
86 |
Check that the RTC is valid. |
41 | 87 |
Reference implementation completes the request with KErrNotSupported. This is required for automated testing. |
88 |
Actual plugins return expected values and this can be verified by manual testing |
|
89 |
||
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
90 |
@param aValidityPckg on return contains the status of the validity of the RTC as a boolean value |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
91 |
@param aStatus to complete when the operation has finished |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
92 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
93 |
@see TRequestStatus |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
94 |
*/ |
41 | 95 |
void CRtcAdaptationRef::ValidateRtc(TDes8& aValidityPckg, TRequestStatus& aStatus) |
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
96 |
{ |
41 | 97 |
if(!IsTestPsKeyDefined()) |
98 |
{ |
|
99 |
DEBUGPRINT1A("ValidateRtc:: Calling Actual plugins functions (saartcadaptation.dll)"); |
|
100 |
iSaaRtcAdaptationDll->ValidateRtc(aValidityPckg, aStatus); |
|
101 |
} |
|
102 |
else |
|
103 |
{ |
|
104 |
DEBUGPRINT1A("ValidateRtc:: Calling ref plugins functions (rtcadaptationref.dll)"); |
|
105 |
aStatus = KRequestPending; |
|
106 |
TRequestStatus* status = &aStatus; |
|
107 |
User::RequestComplete(status, KErrNotSupported); |
|
108 |
} |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
109 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
110 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
111 |
/** |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
112 |
Set a device wake-up alarm time, in UTC (coordinated universal time), in the RTC. |
41 | 113 |
Reference implementation completes the request with KErrNotSupported. This is required for automated testing. |
114 |
Actual plugins return expected values and this can be verified by manual testing |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
115 |
For testing purposes it sets a pub sub property defined in test code. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
116 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
117 |
@param aAlarmTimePckg requested wake up time |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
118 |
@param aStatus to complete when the operation has finished |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
119 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
120 |
@see TRequestStatus |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
121 |
*/ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
122 |
void CRtcAdaptationRef::SetWakeupAlarm(TDesC8& aAlarmTimePckg, TRequestStatus& aStatus) |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
123 |
{ |
41 | 124 |
if(!IsTestPsKeyDefined()) |
125 |
{ |
|
126 |
DEBUGPRINT1A("SetWakeupAlarm:: Calling Actual plugins functions (saartcadaptation.dll)"); |
|
127 |
iSaaRtcAdaptationDll->SetWakeupAlarm(aAlarmTimePckg, aStatus); |
|
128 |
} |
|
129 |
else |
|
130 |
{ |
|
131 |
DEBUGPRINT1A("SetWakeupAlarm:: Calling ref plugins functions (rtcadaptationref.dll)"); |
|
132 |
// Set this pub sub property (for testing purposes) |
|
133 |
// The property is defined in the test code. In normal operation this will fail silently because the property has not been defined. |
|
134 |
RProperty::Set(KAlarmServerUID, KTestRTCValueKey, aAlarmTimePckg); |
|
135 |
aStatus = KRequestPending; |
|
136 |
TRequestStatus* status = &aStatus; |
|
137 |
// No support for RTC on HRP/Techview. |
|
138 |
User::RequestComplete(status, KErrNotSupported); |
|
139 |
} |
|
140 |
} |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
141 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
142 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
143 |
/** |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
144 |
Delete the current device wake-up alarm time in the RTC. |
41 | 145 |
Reference implementation completes the request with KErrNotSupported. This is required for automated testing. |
146 |
Actual plugins return expected values and this can be verified by manual testing |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
147 |
For testing purposes it sets a pub sub property to a NULL value defined in test code. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
148 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
149 |
@param aStatus to complete when the operation has finished |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
150 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
151 |
@see TRequestStatus |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
152 |
*/ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
153 |
void CRtcAdaptationRef::UnsetWakeupAlarm(TRequestStatus& aStatus) |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
154 |
{ |
41 | 155 |
if(!IsTestPsKeyDefined()) |
156 |
{ |
|
157 |
DEBUGPRINT1A("UnsetWakeupAlarm:: Calling Actual plugins functions (saartcadaptation.dll)"); |
|
158 |
iSaaRtcAdaptationDll->UnsetWakeupAlarm(aStatus); |
|
159 |
} |
|
160 |
else |
|
161 |
{ |
|
162 |
DEBUGPRINT1A("UnsetWakeupAlarm:: Calling ref plugins functions (rtcadaptationref.dll)"); |
|
163 |
// Set this pub sub property to a NULL value because we are unsetting the RTC (for testing purposes) |
|
164 |
// The property is defined in the test code. In normal operation this will fail silently because the property has not been defined. |
|
165 |
TTime nullTime(Time::NullTTime()); |
|
166 |
TPckgC<TTime> wakeupAlarmTimePckg(nullTime); |
|
167 |
RProperty::Set(KAlarmServerUID, KTestRTCValueKey, wakeupAlarmTimePckg); |
|
168 |
aStatus = KRequestPending; |
|
169 |
TRequestStatus* status = &aStatus; |
|
170 |
// No support for RTC on HRP/Techview. |
|
171 |
User::RequestComplete(status, KErrNotSupported); |
|
172 |
} |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
173 |
} |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
174 |
|
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
175 |
/** |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
176 |
Cancel the outstanding request. Reference implementation completes the requests immediately so there is nothing to Cancel. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
177 |
On a device, Cancel() needs an implementation as the Request might be outstanding and it needs to be cancelled. |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
178 |
*/ |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
179 |
void CRtcAdaptationRef::Cancel() |
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
180 |
{ |
41 | 181 |
if(!IsTestPsKeyDefined()) |
182 |
{ |
|
183 |
DEBUGPRINT1A("Cancel:: Calling Actual plugins functions (saartcadaptation.dll)"); |
|
184 |
iSaaRtcAdaptationDll->Cancel(); |
|
185 |
} |
|
0
4e1aa6a622a0
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
186 |
} |
41 | 187 |
|
188 |
/** |
|
189 |
Helper function to check for P&S Key |
|
190 |
*/ |
|
191 |
TBool CRtcAdaptationRef::IsTestPsKeyDefined() |
|
192 |
{ |
|
193 |
TBool testPsKeyDefined = EFalse; |
|
194 |
TInt result = RProperty::Get(KPropertyCategory, KRtcAdaptationPluginPropertyKey, testPsKeyDefined); |
|
195 |
DEBUGPRINT3(_L("KRtcAdaptationPluginPropertyKey %d Error %d"), testPsKeyDefined, result); |
|
196 |
if ((KErrNone != result) && (KErrNotFound != result)) |
|
197 |
{ |
|
198 |
//Could not retrieve property value. Tests might fail |
|
199 |
DEBUGPRINT1A("IsTestPsKeyDefined ERROR :: Could not retrieve property value)"); |
|
200 |
} |
|
201 |
return testPsKeyDefined; |
|
202 |
} |