24
|
1 |
// Copyright (c) 2002-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 |
// Dummy Sat TSY classes.
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
@internalComponent
|
|
21 |
*/
|
|
22 |
|
|
23 |
#ifndef __SATTSY_H
|
|
24 |
#define __SATTSY_H
|
|
25 |
|
|
26 |
#include <e32base.h>
|
|
27 |
#include <et_phone.h>
|
|
28 |
#include "Etelsat.h"
|
|
29 |
#include "coretsy.h"
|
|
30 |
#include "../tetel/Tetelcs.h"
|
|
31 |
|
|
32 |
|
|
33 |
/**
|
|
34 |
* Dummy SAT TSY class
|
|
35 |
*/
|
|
36 |
class CSatDSatTsy : public CSubSessionExtDummyBase
|
|
37 |
{
|
|
38 |
public:
|
|
39 |
static CSatDSatTsy* NewL(CPhoneFactoryDummyBase* aFac);
|
|
40 |
CSatDSatTsy(CPhoneFactoryDummyBase* aFac);
|
|
41 |
void ConstructL();
|
|
42 |
~CSatDSatTsy();
|
|
43 |
|
|
44 |
virtual TInt ExtFunc(const TTsyReqHandle aTsyReqHandle,const TInt aIpc,const TDataPackage& aPackage);
|
|
45 |
virtual TReqMode ReqModeL(const TInt aIpc);
|
|
46 |
virtual CTelObject* OpenNewObjectByNameL(const TDesC& aName);
|
|
47 |
virtual CTelObject* OpenNewObjectL(TDes& aNewName);
|
|
48 |
virtual TInt CancelService(const TInt aIpc, const TTsyReqHandle aTsyReqHandle);
|
|
49 |
virtual void Init();
|
|
50 |
virtual TInt RegisterNotification(const TInt aIpc);
|
|
51 |
virtual TInt DeregisterNotification(const TInt aIpc);
|
|
52 |
virtual TInt NumberOfSlotsL(const TInt aIpc);
|
|
53 |
virtual TSecurityPolicy GetRequiredPlatSecCaps(const TInt aIpc);
|
|
54 |
|
|
55 |
private:
|
|
56 |
TInt NotifyProactiveSimSessionEnd(const TTsyReqHandle aTsyReqHandle);
|
|
57 |
TInt NotifyProactiveSimSessionEndCancel(const TTsyReqHandle aTsyReqHandle);
|
|
58 |
TInt GetIcon(const TTsyReqHandle aTsyReqHandle, TUint8* aRecordNumber, RSat::TIcon* aIconEf);
|
|
59 |
TInt GetIconCancel(const TTsyReqHandle aTsyReqHandle);
|
|
60 |
TInt GetImageInstance(const TTsyReqHandle aTsyReqHandle, TDesC8* aCallParams, TDes8* aInstance);
|
|
61 |
TInt GetImageInstanceCancel(const TTsyReqHandle aTsyReqHandle);
|
|
62 |
TInt GetClut(const TTsyReqHandle aTsyReqHandle, RSat::TInstanceNumberAndOffset* aClutInfo, TDes8* aClut);
|
|
63 |
TInt GetClutCancel(const TTsyReqHandle aTsyReqHandle);
|
|
64 |
TInt TerminalRsp(const TTsyReqHandle aTsyReqHandle, RSat::TPCmd* aPCmd, TDes8* aRsp);
|
|
65 |
TInt TerminalRspCancel(const TTsyReqHandle aTsyReqHandle);
|
|
66 |
TInt GetMeSideSatProfile(const TTsyReqHandle aTsyReqHandle, TDes8* aMeSimSatProfile);
|
|
67 |
TInt GetMeSideSatProfileCancel(const TTsyReqHandle aTsyReqHandle);
|
|
68 |
TInt ClientSatProfileIndication(const TTsyReqHandle aTsyReqHandle, TDes8* aClientSatProfile);
|
|
69 |
TInt MenuSelection(const TTsyReqHandle aTsyReqHandle, TDes8* aSelection);
|
|
70 |
TInt MenuSelectionCancel(const TTsyReqHandle aTsyReqHandle);
|
|
71 |
TInt NotifyCallControlRequest(const TTsyReqHandle aTsyReqHandle, TDes8* aCallControlDetails);
|
|
72 |
TInt NotifyCallControlRequestCancel(const TTsyReqHandle aTsyReqHandle);
|
|
73 |
TInt NotifyMoSmControlRequest(const TTsyReqHandle aTsyReqHandle, TDes8* aMoSmDetails);
|
|
74 |
TInt NotifyMoSmControlRequestCancel(const TTsyReqHandle aTsyReqHandle);
|
|
75 |
TInt EventDownload(const TTsyReqHandle aTsyReqHandle, RSat::TEventList* aSingleEvent, TDes8* aEventInfo);
|
|
76 |
TInt EventDownloadCancel(const TTsyReqHandle aTsyReqHandle);
|
|
77 |
TInt NotifyDisplayTextPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
78 |
TInt NotifyDisplayTextPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
79 |
TInt NotifyGetInkeyPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
80 |
TInt NotifyGetInkeyPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
81 |
TInt NotifyGetInputPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
82 |
TInt NotifyGetInputPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
83 |
TInt NotifyPlayTonePCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
84 |
TInt NotifyPlayTonePCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
85 |
TInt NotifySetUpMenuPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
86 |
TInt NotifySetUpMenuPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
87 |
TInt NotifySelectItemPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
88 |
TInt NotifySelectItemPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
89 |
TInt NotifySendSmPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
90 |
TInt NotifySendSmPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
91 |
TInt NotifySendSsPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
92 |
TInt NotifySendSsPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
93 |
TInt NotifySendUssdPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
94 |
TInt NotifySendUssdPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
95 |
TInt NotifySetUpCallPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
96 |
TInt NotifySetUpCallPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
97 |
TInt NotifyRefreshPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
98 |
TInt NotifyRefreshPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
99 |
TInt NotifySetUpEventListPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
100 |
TInt NotifySetUpEventListPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
101 |
TInt NotifySetUpIdleModeTextPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
102 |
TInt NotifySetUpIdleModeTextPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
103 |
TInt NotifySendDtmfPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
104 |
TInt NotifySendDtmfPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
105 |
TInt SendMessageNoLogging(const TTsyReqHandle aTsyReqHandle, const TDesC8* aMsg, TUint16* aMsgRef);
|
|
106 |
TInt SendMessageNoLoggingCancel(const TTsyReqHandle aTsyReqHandle);
|
|
107 |
|
|
108 |
|
|
109 |
// New 7.0s Methods
|
|
110 |
TInt UsatClientReadyIndication(const TTsyReqHandle aTsyReqHandle);
|
|
111 |
TInt NotifyPerformCardApduPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
112 |
TInt NotifyPerformCardApduPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
113 |
TInt NotifyPowerOffCardPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
114 |
TInt NotifyPowerOffCardPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
115 |
TInt NotifyPowerOnCardPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
116 |
TInt NotifyPowerOnCardPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
117 |
TInt NotifyGetReaderStatusPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
118 |
TInt NotifyGetReaderStatusPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
119 |
TInt NotifyRunAtCommandPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
120 |
TInt NotifyRunAtCommandPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
121 |
TInt NotifyLanguageNotificationPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
122 |
TInt NotifyLanguageNotificationPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
123 |
TInt GetProvisioningRefFile(const TTsyReqHandle aTsyReqHandle,const RSat::TProvisioningFileRef* aFileRef, TDes8* aFile);
|
|
124 |
TInt GetProvisioningRefFileCancel(const TTsyReqHandle aTsyReqHandle);
|
|
125 |
TInt NotifyLaunchBrowserPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
126 |
TInt NotifyLaunchBrowserPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
127 |
TInt NotifyOpenChannelPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
128 |
TInt NotifyOpenChannelPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
129 |
TInt NotifyCloseChannelPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
130 |
TInt NotifyCloseChannelPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
131 |
TInt NotifyReceiveDataPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
132 |
TInt NotifyReceiveDataPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
133 |
TInt NotifySendDataPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
134 |
TInt NotifySendDataPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
135 |
TInt NotifyGetChannelStatusPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
136 |
TInt NotifyGetChannelStatusPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
137 |
TInt NotifyServiceSearchPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
138 |
TInt NotifyServiceSearchPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
139 |
TInt NotifyGetServiceInfoPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
140 |
TInt NotifyGetServiceInfoPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
141 |
TInt NotifyDeclareServicePCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
142 |
TInt NotifyDeclareServicePCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
143 |
TInt NotifyTsyStateUpdated(const TTsyReqHandle aTsyReqHandle,RSat::TPCmd* aPCmd);
|
|
144 |
TInt NotifyTsyStateUpdatedCancel(const TTsyReqHandle aTsyReqHandle);
|
|
145 |
|
|
146 |
TInt DisplayTextTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
147 |
TInt GetInkeyTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
148 |
TInt GetInputTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
149 |
TInt PlayToneTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
150 |
TInt SetUpMenuRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
151 |
TInt SelectItemTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
152 |
TInt SendSmTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
153 |
TInt SendSSTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
154 |
TInt SendUssdTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
155 |
TInt SetUpCallTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
156 |
TInt RefreshTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
157 |
TInt SetUpEventListTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
158 |
TInt SetUpIdleModeTextTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
159 |
TInt SendDtmfTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
160 |
TInt PerformCardApduTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
161 |
TInt PowerOffCardTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
162 |
TInt PowerOnCardTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
163 |
TInt GetReaderStatusTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
164 |
TInt RunAtCommandTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
165 |
TInt LanguageNotificationTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
166 |
TInt LaunchBrowserTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
167 |
TInt OpenChannelTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
168 |
TInt CloseChannelTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
169 |
TInt ReceiveDataTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
170 |
TInt SendDataTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
171 |
TInt GetChannelStatusTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
172 |
TInt ServiceSearchTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
173 |
TInt GetServiceInfoTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
174 |
TInt DeclareServiceTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
175 |
TInt TimerMgmtTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
176 |
TInt LocalInfoTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
177 |
TInt PollingIntvTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
178 |
TInt PollingOffTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
179 |
|
|
180 |
//New 8.0 Methods
|
|
181 |
|
|
182 |
TInt NotifyProactiveSimSessionStart(const TTsyReqHandle aTsyReqHandle);
|
|
183 |
TInt NotifyProactiveSimSessionStartCancel(const TTsyReqHandle aTsyReqHandle);
|
|
184 |
TInt NotifyTimerExpiration(const TTsyReqHandle aTsyReqHandle, TDes8* aTimerDetails);
|
|
185 |
TInt NotifyTimerExpirationCancel(const TTsyReqHandle aTsyReqHandle);
|
|
186 |
TInt NotifySmsPpDownload(const TTsyReqHandle aTsyReqHandle, TDes8* aSmsPpDownloadDetails);
|
|
187 |
TInt NotifySmsPpDownloadCancel(const TTsyReqHandle aTsyReqHandle);
|
|
188 |
TInt NotifyCbDownload(const TTsyReqHandle aTsyReqHandle, TDes8* aCbDownloadDetails);
|
|
189 |
TInt NotifyCbDownloadCancel(const TTsyReqHandle aTsyReqHandle);
|
|
190 |
TInt NotifyTimerManagtPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
191 |
TInt NotifyTimerManagtPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
192 |
TInt NotifyLocalInfoPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
193 |
TInt NotifyPollingIntervalPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
194 |
TInt NotifyPollingOffPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
195 |
TInt NotifyLocalInfoPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
196 |
TInt NotifyPollingIntervalPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
197 |
TInt NotifyPollingOffPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
198 |
|
|
199 |
// New 8.1 Methods
|
|
200 |
|
|
201 |
TInt NotifyRefreshRequired(const TTsyReqHandle aTsyReqHandle);
|
|
202 |
TInt NotifyRefreshRequiredCancel(const TTsyReqHandle aTsyReqHandle);
|
|
203 |
TInt RefreshAllowed(const TTsyReqHandle aTsyReqHandle, TDes8* aRefreshAllowedRsp);
|
|
204 |
TInt RefreshAllowedCancel(const TTsyReqHandle aTsyReqHandle);
|
|
205 |
|
|
206 |
// New 9.1 Methods
|
|
207 |
|
|
208 |
TInt NotifyRefreshRequired(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
209 |
|
|
210 |
// New 9.2 Methods
|
|
211 |
|
|
212 |
TInt GetOpenChannelPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
213 |
TInt GetOpenChannelPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
214 |
|
|
215 |
// New 9.4 Methods
|
|
216 |
|
|
217 |
TInt NotifyRetrieveMultimediaMsgPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
218 |
TInt NotifySubmitMultimediaMsgPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
219 |
TInt NotifyDisplayMultimediaMsgPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
220 |
TInt NotifySetFramesPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
221 |
TInt NotifyGetFramesStatusPCmd(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
222 |
TInt UssdDataDownload(const TTsyReqHandle aTsyReqHandle, TDes8* aPCmd);
|
|
223 |
TInt MmsNotificationDownload(const TTsyReqHandle aTsyReqHandle, TDes8* aMmsNotificationDownload);
|
|
224 |
TInt MmsTransferStatus(const TTsyReqHandle aTsyReqHandle, TDes8* aMmTransferStatus);
|
|
225 |
TInt NotifyRetrieveMultimediaMsgPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
226 |
TInt NotifySubmitMultimediaMsgPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
227 |
TInt NotifyDisplayMultimediaMsgPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
228 |
TInt NotifySetFramesPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
229 |
TInt NotifyGetFramesStatusPCmdCancel(const TTsyReqHandle aTsyReqHandle);
|
|
230 |
TInt UssdDataDownloadCancel(const TTsyReqHandle aTsyReqHandle);
|
|
231 |
TInt MmsNotificationDownloadCancel(const TTsyReqHandle aTsyReqHandle);
|
|
232 |
TInt MmsTransferStatusCancel(const TTsyReqHandle aTsyReqHandle);
|
|
233 |
TInt RetrieveMultimediaMsgTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
234 |
TInt SubmitMultimediaMsgTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
235 |
TInt DisplayMultimediaMsgTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
236 |
TInt SetFramesTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
237 |
TInt GetFramesStatusTerminalRsp(const TTsyReqHandle aTsyReqHandle, TDes8* aRsp);
|
|
238 |
private:
|
|
239 |
TTsyReqHandle iTsyAsyncReqHandle;
|
|
240 |
TInt iNotifyProactiveSimSessionEnd;
|
|
241 |
TInt iNotifyProactiveSimSessionStart;
|
|
242 |
TInt iNotifyCallControlRequest;
|
|
243 |
TInt iNotifyMoSmControlRequest;
|
|
244 |
TInt iNotifyDisplayTextPCmd;
|
|
245 |
TInt iNotifyGetInkeyPCmd;
|
|
246 |
TInt iNotifyGetInputPCmd;
|
|
247 |
TInt iNotifyPlayTonePCmd;
|
|
248 |
TInt iNotifySetUpMenuPCmd;
|
|
249 |
TInt iNotifySelectItemPCmd;
|
|
250 |
TInt iNotifySendSmPCmd;
|
|
251 |
TInt iNotifySendSsPCmd;
|
|
252 |
TInt iNotifySendUssdPCmd;
|
|
253 |
TInt iNotifySetUpCallPCmd;
|
|
254 |
TInt iNotifyRefreshPCmd;
|
|
255 |
TInt iNotifySetUpEventListPCmd;
|
|
256 |
TInt iNotifySetUpIdleModeTextPCmd;
|
|
257 |
TInt iNotifySendDtmfPCmd;
|
|
258 |
TInt iGetIcon;
|
|
259 |
TInt iGetImageInstance;
|
|
260 |
TInt iGetClut;
|
|
261 |
TInt iDisplayTextTerminalRsp;
|
|
262 |
TInt iGetInkeyTerminalRsp;
|
|
263 |
TInt iGetInputTerminalRsp;
|
|
264 |
TInt iPlayToneTerminalRsp;
|
|
265 |
TInt iSetUpMenuTerminalRsp;
|
|
266 |
TInt iSelectItemTerminalRsp;
|
|
267 |
TInt iSendSmTerminalRsp;
|
|
268 |
TInt iSendSsTerminalRsp;
|
|
269 |
TInt iSendUssdTerminalRsp;
|
|
270 |
TInt iSetUpCallTerminalRsp;
|
|
271 |
TInt iRefreshTerminalRsp;
|
|
272 |
TInt iSetUpEventListTerminalRsp;
|
|
273 |
TInt iSetUpIdleModeTextTerminalRsp;
|
|
274 |
TInt iSendDtmfTerminalRsp;
|
|
275 |
TInt iGetMeSideSatProfile;
|
|
276 |
TInt iClientSatProfileIndication;
|
|
277 |
TInt iMenuSelection;
|
|
278 |
TInt iEventDownload;
|
|
279 |
TInt iSendMessageNoLogging;
|
|
280 |
|
|
281 |
TInt iNotifySetUpMenuTestNumber;
|
|
282 |
TInt iNotifyCallControlRequestTestNumber;
|
|
283 |
TInt iNotifyOpenChannelTestNumber;
|
|
284 |
|
|
285 |
// 7.0s API
|
|
286 |
TInt iNotifyPerformCardApduPCmd;
|
|
287 |
TInt iNotifyPowerOffCardPCmd;
|
|
288 |
TInt iNotifyPowerOnCardPCmd;
|
|
289 |
TInt iNotifyGetReaderStatusPCmd;
|
|
290 |
TInt iNotifyRunAtCommandPCmd;
|
|
291 |
TInt iNotifyLanguageNotificationPCmd;
|
|
292 |
TInt iGetProvisioningRefFile;
|
|
293 |
TInt iNotifyOpenChannelPCmd;
|
|
294 |
TInt iNotifyAnyBearerCount;
|
|
295 |
TInt iNotifyCloseChannelPCmd;
|
|
296 |
TInt iNotifyReceiveDataPCmd;
|
|
297 |
TInt iNotifySendDataPCmd;
|
|
298 |
TInt iNotifyGetChannelStatusPCmd;
|
|
299 |
TInt iNotifyServiceSearchPCmd;
|
|
300 |
TInt iNotifyGetServiceInfoPCmd;
|
|
301 |
TInt iNotifyDeclareServicePCmd;
|
|
302 |
TInt iNotifyLaunchBrowserPCmd;
|
|
303 |
TInt iNotifyLaunchBrowserCount;
|
|
304 |
TInt iPerformCardApduTerminalRsp;
|
|
305 |
TInt iPowerOffCardTerminalRsp;
|
|
306 |
TInt iPowerOnCardTerminalRsp;
|
|
307 |
TInt iGetReaderStatusTerminalRsp;
|
|
308 |
TInt iRunAtCommandTerminalRsp;
|
|
309 |
TInt iLanguageNotificationTerminalRsp;
|
|
310 |
TInt iOpenChannelTerminalRsp;
|
|
311 |
TInt iCloseChannelTerminalRsp;
|
|
312 |
TInt iReceiveDataTerminalRsp;
|
|
313 |
TInt iSendDataTerminalRsp;
|
|
314 |
TInt iGetChannelStatusTerminalRsp;
|
|
315 |
TInt iServiceSearchTerminalRsp;
|
|
316 |
TInt iGetServiceInfoTerminalRsp;
|
|
317 |
TInt iDeclareServiceTerminalRsp;
|
|
318 |
TInt iLaunchBrowserTerminalRsp;
|
|
319 |
// 8.0
|
|
320 |
TInt iNotifyTimerExpiration;
|
|
321 |
TInt iNotifySmsPpDownload;
|
|
322 |
TInt iNotifyCbDownload;
|
|
323 |
TInt iNotifyTimerManagtPCmd;
|
|
324 |
TInt iNotifyLocalInfoPCmd;
|
|
325 |
TInt iNotifyPollingIntervalPCmd;
|
|
326 |
TInt iNotifyPollingOffPCmd;
|
|
327 |
TInt iTimerMgmtTerminalRsp;
|
|
328 |
TInt iLocalInfoTerminalRsp;
|
|
329 |
TInt iPollingIntervalTerminalRsp;
|
|
330 |
TInt iPollingOffTerminalRsp;
|
|
331 |
TInt iNotifyTsyStateUpdated;
|
|
332 |
// 8.1
|
|
333 |
TInt iNotifyRefreshRequired;
|
|
334 |
TInt iRefreshAllowed;
|
|
335 |
// 9.1 - this variable is used to make two different requests
|
|
336 |
// on idle mode text notification. First request will return
|
|
337 |
// 16-bit unicode text, and second request will return 16-bit
|
|
338 |
// text copied from an 8-bit literal.
|
|
339 |
TInt iSetUpIdleModeTextCommandCount;
|
|
340 |
//9.4
|
|
341 |
TInt iNotifyRetrieveMultimediaMsgPCmd;
|
|
342 |
TInt iNotifySubmitMultimediaMsgPCmd;
|
|
343 |
TInt iNotifyDisplayMultimediaMsgPCmd;
|
|
344 |
TInt iNotifySetFramesPCmd;
|
|
345 |
TInt iNotifyGetFramesStatusPCmd;
|
|
346 |
TInt iRetrieveMultimediaMsgTerminalRsp;
|
|
347 |
TInt iSubmitMultimediaMsgTerminalRsp;
|
|
348 |
TInt iDisplayMultimediaMsgTerminalRsp;
|
|
349 |
TInt iSetFramesTerminalRsp;
|
|
350 |
TInt iGetFramesStatusTerminalRsp;
|
|
351 |
TInt iMmsNotificationDownload;
|
|
352 |
TInt iMmsTransferStatus;
|
|
353 |
TInt iUssdDataDownload;
|
|
354 |
};
|
|
355 |
|
|
356 |
/**************************************************************************/
|
|
357 |
//
|
|
358 |
// CPhoneDSatTsy
|
|
359 |
//
|
|
360 |
/**************************************************************************/
|
|
361 |
|
|
362 |
class CPhoneDSatTsy : public CPhoneDummyBase
|
|
363 |
{
|
|
364 |
public:
|
|
365 |
static CPhoneDSatTsy* NewL(CPhoneFactoryDummyBase* aFac);
|
|
366 |
CPhoneDSatTsy(CPhoneFactoryDummyBase* aFac);
|
|
367 |
void ConstructL();
|
|
368 |
~CPhoneDSatTsy();
|
|
369 |
public:
|
|
370 |
virtual void Init();
|
|
371 |
virtual TInt ExtFunc(const TTsyReqHandle aTsyReqHandle,const TInt aIpc,const TDataPackage& aPackage);
|
|
372 |
virtual CTelObject::TReqMode ReqModeL(const TInt aIPC);
|
|
373 |
virtual CTelObject* OpenNewObjectByNameL(const TDesC& aName);
|
|
374 |
virtual CTelObject* OpenNewObjectL(TDes& aNewName);
|
|
375 |
virtual TInt CancelService(const TInt aIpc, const TTsyReqHandle aTsyReqHandle);
|
|
376 |
virtual TInt RegisterNotification(const TInt aIpc);
|
|
377 |
virtual TInt DeregisterNotification(const TInt aIpc);
|
|
378 |
virtual TInt NumberOfSlotsL(const TInt aIpc);
|
|
379 |
private:
|
|
380 |
static CPhoneDSatTsy* This(TAny* aPtr);
|
|
381 |
};
|
|
382 |
|
|
383 |
|
|
384 |
/**************************************************************************/
|
|
385 |
//
|
|
386 |
// CPhoneFactoryDSatTsy
|
|
387 |
//
|
|
388 |
/**************************************************************************/
|
|
389 |
|
|
390 |
class CPhoneFactoryDSatTsy: public CPhoneFactoryDummyBase
|
|
391 |
{
|
|
392 |
public:
|
|
393 |
static CPhoneFactoryDSatTsy* NewL();
|
|
394 |
CPhoneFactoryDSatTsy();
|
|
395 |
~CPhoneFactoryDSatTsy();
|
|
396 |
virtual CPhoneBase* NewPhoneL(const TDesC& aName);
|
|
397 |
virtual TBool IsSupported(const TInt aMixin);
|
|
398 |
};
|
|
399 |
|
|
400 |
|
|
401 |
|
|
402 |
#endif
|