class CPhoneDispatcher : public CBase |
This class is responsible for packing and unpacking data belonging to Phone related requests to the Licensee LTSY.
Private Member Functions | |
---|---|
CPhoneDispatcher ( MLtsyDispatchFactoryV1 &, MmMessageManagerCallback &, MmMessageManagerCallback &, CRequestQueueOneShot &, MBootSequenceCallbacks &) | |
void | ConstructL () |
CPhoneDispatcher | ( | MLtsyDispatchFactoryV1 & | aLtsyFactory, |
MmMessageManagerCallback & | aMessageManagerCallback, | ||
MmMessageManagerCallback & | aSatMessageManagerCallback, | ||
CRequestQueueOneShot & | aRequestAsyncOneShot, | ||
MBootSequenceCallbacks & | aBootSequenceObserver | ||
) | [private] |
MLtsyDispatchFactoryV1 & aLtsyFactory | |
MmMessageManagerCallback & aMessageManagerCallback | |
MmMessageManagerCallback & aSatMessageManagerCallback | |
CRequestQueueOneShot & aRequestAsyncOneShot | |
MBootSequenceCallbacks & aBootSequenceObserver |
void | CallbackBootNotifyModemStatusReady | ( | TInt | aError, |
TRfStateInfo | aRfStatus | |||
) |
Packages the data returned by the Licensee LTSY and completes the EMmTsyBootNotifyModemStatusReadyIPC request back to the Common TSY.
TInt aError | The error code to complete back. |
TRfStateInfo aRfStatus | RF status. |
void | CallbackBootNotifySimStatusReady | ( | TInt | aError | ) |
Packages the data returned by the Licensee LTSY and completes the EMmTsyBootNotifySimStatusReadyIPC request back to the Common TSY.
TInt aError | The error code to complete back. |
void | CallbackGetBatteryInfo | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneBatteryInfoV1 & | aBatteryInfo | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetBatteryInfoL()
TInt aError | The error code to complete back. |
const RMobilePhone::TMobilePhoneBatteryInfoV1 & aBatteryInfo | The battery information to be sent to the CTSY Dispatcher. |
void | CallbackGetCellInfo | ( | TInt | aError | ) |
Completes CPhoneDispatcher::DispatchGetCellInfoL()
TInt aError | The error code to complete back. |
void | CallbackGetCellInfo | ( | TInt | aError, |
const RMmCustomAPI::TMmCellInfo::TGSMCellInfo & | aInfo | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetCellInfoL()
TInt aError | The error code to complete back. |
const RMmCustomAPI::TMmCellInfo::TGSMCellInfo & aInfo | The GSM cell information. |
void | CallbackGetCellInfo | ( | TInt | aError, |
const RMmCustomAPI::TMmCellInfo::TWCDMACellInfo & | aInfo | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetCellInfoL()
TInt aError | The error code to complete back. |
const RMmCustomAPI::TMmCellInfo::TWCDMACellInfo & aInfo | The WCDMA cell information. |
void | CallbackGetCurrentActiveUsimApplication | ( | TInt | aError, |
const TDesC8 & | aAid | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetCurrentActiveUsimApplicationComp()
void | CallbackGetCurrentNetworkInfo | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneNetworkInfoV5 & | aNetworkInfo, | |||
const RMobilePhone::TMobilePhoneLocationAreaV1 & | aLocationArea | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetCurrentNetworkInfoL()
TInt aError | The error code to complete back. |
const RMobilePhone::TMobilePhoneNetworkInfoV5 & aNetworkInfo | The network information to be sent to the CTSY Dispatcher. Note the actual data type contained could be of type TMobilePhoneNetworkInfoV2 or TMobilePhoneNetworkInfoV1. |
const RMobilePhone::TMobilePhoneLocationAreaV1 & aLocationArea | The mobile phone location area. |
void | CallbackGetCurrentSystemNetworkModes | ( | TInt | aError, |
TUint32 | aCurrentSystemNetworkModes | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetCurrentSystemNetworkModesL()
void | CallbackGetDetectedNetworks | ( | TInt | aError, |
const CMobilePhoneNetworkListV2 & | aPhoneNetworkList | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetDetectedNetworksComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const CMobilePhoneNetworkListV2 & aPhoneNetworkList | The list of detected networks |
void | CallbackGetDetectedNetworksCancel | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetDetectedNetworksCancelComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackGetFdnStatus | ( | TInt | aError, |
RMobilePhone::TMobilePhoneFdnStatus | aFdnStatus | |||
) |
Packages the data returned by the Licensee LTSY and completes the RMobilePhone::GetFdnStatus request back to the Common TSY.
TInt aError | The error code to complete back. |
RMobilePhone::TMobilePhoneFdnStatus aFdnStatus | The FDN status to complete back. |
void | CallbackGetHomeNetwork | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneNetworkInfoV5 & | aNetworkInfo | |||
) |
Callback function to be used by the request.
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneNetworkInfoV5 & aNetworkInfo | Network information returned by the LTSY. |
void | CallbackGetHspaStatus | ( | TInt | aError, |
RMmCustomAPI::THSxPAStatus | aStatus | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetHspaStatusL()
TInt aError | The error code to complete back. |
RMmCustomAPI::THSxPAStatus aStatus | The phone HSxPA status (enable or disable). |
void | CallbackGetNetworkMode | ( | TInt | aError, |
RMobilePhone::TMobilePhoneNetworkMode | aNetworkMode | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetNetworkModeL()
TInt aError | The error code to complete back. |
RMobilePhone::TMobilePhoneNetworkMode aNetworkMode | The network mode to be sent to the CTSY Dispatcher. |
void | CallbackGetNetworkProviderName | ( | TInt | aError, |
const TDesC & | aName | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetNetworkProviderNameL()
void | CallbackGetNetworkRegistrationStatus | ( | TInt | aError, |
RMobilePhone::TMobilePhoneRegistrationStatus | aRegStatus | |||
) |
Packages the data returned by the Licensee LTSY and completes the RMobilePhone::GetNetworkRegistrationStatus back to the Common TSY.
TInt aError | The error code to complete back. |
RMobilePhone::TMobilePhoneRegistrationStatus aRegStatus |
void | CallbackGetNitzInfo | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneNITZ & | aNitzInfo | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetNitzInfoL()
TInt aError | The error code to complete back. |
const RMobilePhone::TMobilePhoneNITZ & aNitzInfo | The NITZ information to be sent to the CTSY Dispatcher. |
void | CallbackGetOperatorName | ( | TInt | aError, |
RMmCustomAPI::TOperatorNameType | aType, | |||
const TDesC & | aName | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetOperatorNameL()
TInt aError | The error code to complete back. |
RMmCustomAPI::TOperatorNameType aType | The type of the operator name. |
const TDesC & aName | The name of the current operator. |
void | CallbackGetPhoneCellInfo | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneCellInfoV9 & | aCellInfo | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetPhoneCellInfoComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneCellInfoV9 & aCellInfo | The cell information to be cached in the CTSY and returned to the client. |
void | CallbackGetPhoneId | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneIdentityV1 & | aPhoneId | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetPhoneIdComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneIdentityV1 & aPhoneId | The mobile phone identity returned by the LTSY. |
void | CallbackGetServiceProviderName | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneServiceProviderNameV2 & | aServiceProvider | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetServiceProviderNameComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneServiceProviderNameV2 & aServiceProvider | The service provider information. |
void | CallbackGetSignalStrength | ( | TInt | aError, |
TInt32 | aSignalStrength, | |||
TInt8 | aBar | |||
) |
Packages the data returned by the Licensee LTSY and completes CPhoneDispatcher::DispatchGetSignalStrengthL()
void | CallbackGetSystemNetworkBand | ( | TInt | aError, |
RMmCustomAPI::TBandSelection | aBand, | |||
RMmCustomAPI::TNetworkModeCaps | aMode | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetCurrentActiveUsimApplicationComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMmCustomAPI::TBandSelection aBand | the current network band |
RMmCustomAPI::TNetworkModeCaps aMode | the current nework mode |
void | CallbackGetUsimServiceSupport | ( | TInt | aError, |
TInt | aApplicationNumber, | |||
TBool | aSupported | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneGetUsimServiceSupportComp()
void | CallbackNotifyBatteryInfoChange | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneBatteryInfoV1 & | aBatteryInfo | |||
) |
Callback function to be used by the request to complete a NotifyBatteryInfoChange.
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneBatteryInfoV1 & aBatteryInfo | The battery information to be sent to the CTSY Dispatcher. |
void | CallbackNotifyCellInfoChanged | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyCellInfoChangedInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackNotifyCellInfoChanged | ( | TInt | aError, |
const RMmCustomAPI::TMmCellInfo::TGSMCellInfo & | aInfo | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyCellInfoChangedInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMmCustomAPI::TMmCellInfo::TGSMCellInfo & aInfo | The new GSM cell information. |
void | CallbackNotifyCellInfoChanged | ( | TInt | aError, |
const RMmCustomAPI::TMmCellInfo::TWCDMACellInfo & | aInfo | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyCellInfoChangedInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMmCustomAPI::TMmCellInfo::TWCDMACellInfo & aInfo | The new WCDMA cell information. |
void | CallbackNotifyCurrentNetworkChange | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneNetworkInfoV5 & | aNetworkInfo, | |||
const RMobilePhone::TMobilePhoneLocationAreaV1 & | aLocationArea | |||
) |
Callback function to complete an RMobilePhone::NotifyCurrentNetworkChange request to the Common TSY.
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneNetworkInfoV5 & aNetworkInfo | The network information to be sent to the CTSY Dispatcher. Note the actual data type contained could be of type TMobilePhoneNetworkInfoV2 or TMobilePhoneNetworkInfoV1. |
const RMobilePhone::TMobilePhoneLocationAreaV1 & aLocationArea | The mobile phone location area. |
void | CallbackNotifyDtmfEvent | ( | TInt | aError, |
RMmCustomAPI::TDtmfEventType | aType, | |||
RMmCustomAPI::TDtmfEvent | aEvent, | |||
TChar | aTone | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyDtmfEventInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMmCustomAPI::TDtmfEventType aType | The DTMF event type. |
RMmCustomAPI::TDtmfEvent aEvent | The DTMF event to be notified. |
TChar aTone | The event tone. |
void | CallbackNotifyDtmfEvent | ( | TInt | aError, |
RMobilePhone::TMobilePhoneDTMFEvent | aEventType | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyDtmfEventInd()
TInt aError | KErrNone on success, or another error code indicating the error otherwise. |
RMobilePhone::TMobilePhoneDTMFEvent aEventType | The DTMF event type. Either EStartDtmfTone or EStopDtmfTone |
void | CallbackNotifyEgprsInfoChange | ( | TInt | aError, |
TBool | aEdgeSupported | |||
) |
Callback function to be used by the request to complete a NotifyEgprsInfoChange.
void | CallbackNotifyHspaStatusChanged | ( | TInt | aError, |
RMmCustomAPI::THSxPAStatus | aStatus | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyHspaStatusChangedInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMmCustomAPI::THSxPAStatus aStatus | The new HSxPA status (enable or disable). |
void | CallbackNotifyNetworkConnectionFailure | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyNetworkConnectionFailureInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackNotifyNetworkModeChange | ( | TInt | aError, |
RMobilePhone::TMobilePhoneNetworkMode | aNetworkMode | |||
) |
Callback function to be used by the request to complete a NotifyModeChange.
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMobilePhone::TMobilePhoneNetworkMode aNetworkMode | The network mode to be sent to the CTSY Dispatcher. |
void | CallbackNotifyNetworkRegistrationStatusChange | ( | TInt | aError, |
RMobilePhone::TMobilePhoneRegistrationStatus | aRegStatus | |||
) |
Packages the data returned by the Licensee LTSY and completes the RMobilePhone::NotifyNetworkRegistrationStatusChange back to the Common TSY.
TInt aError | The error code to complete back. |
RMobilePhone::TMobilePhoneRegistrationStatus aRegStatus | The phone registration status to complete back. |
void | CallbackNotifyNetworkSelectionSettingChange | ( | TInt | aError, |
RMobilePhone::TMobilePhoneSelectionMethod | aSelectionMethod | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyNetworkSelectionSettingChangeInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMobilePhone::TMobilePhoneSelectionMethod aSelectionMethod | The new network selection method. |
void | CallbackNotifyNitzInfoChange | ( | TInt | aError, |
const RMobilePhone::TMobilePhoneNITZ & | aNitzInfo | |||
) |
Callback function to be used by the request to complete a NotifyNitzInfoChange.
TInt aError | The error code to be returned to the CTSY Dispatcher. |
const RMobilePhone::TMobilePhoneNITZ & aNitzInfo | The current NITZ information to be sent to the CTSY Dispatcher. |
void | CallbackNotifyNspsStatusChange | ( | TInt | aError, |
TBool | aEnabled | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyNspsStatusChangeInd()
void | CallbackNotifyRauEvent | ( | TInt | aError, |
RMmCustomAPI::TRauEventStatus | aRauEvent | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyRauEventInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMmCustomAPI::TRauEventStatus aRauEvent | The RAU (Routing Area Update) event to be notified (Active or Resumed). |
void | CallbackNotifyRfStatusChange | ( | TInt | aError, |
TRfStateInfo | aRfStatus | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifyRfStatusChangeInd()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
TRfStateInfo aRfStatus | new RF status. |
void | CallbackNotifySignalStrengthChange | ( | TInt | aError, |
TInt32 | aSignalStrength, | |||
TInt8 | aBar | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneNotifySignalStrengthChangeInd()
void | CallbackNspsWakeup | ( | TInt | aError | ) |
Completes CPhoneDispatcher::DispatchNspsWakeupL()
TInt aError | The error code to complete back. |
void | CallbackRegisterCellInfoChangeNotification | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneRegisterCellInfoChangeNotificationComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackResetNetServer | ( | TInt | aError | ) |
TInt aError | The error code to complete back. |
void | CallbackSelectNetwork | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneSelectNetworkComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackSelectNetworkCancel | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneSelectNetworkCancelComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackSetAlwaysOnMode | ( | TInt | aError | ) |
TInt aError | The error code to complete back. |
void | CallbackSetDriveMode | ( | TInt | aError | ) |
TInt aError | The error code to complete back. |
void | CallbackSetHspaStatus | ( | TInt | aError | ) |
TInt aError | The error code to complete back. |
void | CallbackSetNetworkSelectionSetting | ( | TInt | aError, |
RMobilePhone::TMobilePhoneSelectionMethod | aSelectionMethod | |||
) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneSetNetworkSelectionSettingComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
RMobilePhone::TMobilePhoneSelectionMethod aSelectionMethod | The new network selection method. |
void | CallbackSetSystemNetworkBand | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackSetSystemNetworkBandComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
void | CallbackSetSystemNetworkMode | ( | TInt | aError | ) |
TInt aError | The error code to complete back. |
void | CallbackSimRefreshRegister | ( | TInt | aError | ) |
Packages the data returned by the Licensee LTSY and completes the EMmTsySimRefreshRegisterIPC request back to the Common TSY.
TInt aError | The error code to complete back. |
void | CallbackSync | ( | CRequestQueueOneShot::TIpcDataPackage & | aIpcDataPackage | ) |
Part of the MDispatcherCallback interface. Used to complete requests handled synchronously by the Licensee LTSY asynchronously back to the Common TSY.
CRequestQueueOneShot::TIpcDataPackage & aIpcDataPackage | Package encapsulating the request. |
void | CallbackTerminateAllCalls | ( | TInt | aError | ) |
Callback function to be used by the request to complete CCtsyDispatcherCallback::CallbackPhoneTerminateAllCallsComp()
TInt aError | The error code to be returned to the CTSY Dispatcher. |
TInt | DispatchBootNotifyModemStatusReadyL | ( | ) |
Pass an EMmTsyBootNotifyModemStatusReadyIPC request on to Licensee LTSY.
TInt | DispatchBootNotifySimStatusReadyL | ( | ) |
Pass an EMmTsyBootNotifySimStatusReadyIPC request on to Licensee LTSY.
TInt | DispatchGetBatteryInfoL | ( | ) |
This method fetches the current battery info from the LTSY. It is not an exposed api to the CTSY. It's purpose is to fetch the battery info and store it in the Ctsy's cache. Pass the request on to LTSY.
TInt | DispatchGetCellInfoL | ( | ) |
Pass an ECustomGetCellInfoIPC request on to Licensee LTSY.
TInt | DispatchGetCurrentActiveUsimApplicationL | ( | ) |
Pass an EMobilePhoneGetCurrentActiveUSimApplication request on to Licensee LTSY.
TInt | DispatchGetCurrentNetworkInfoL | ( | ) |
This method fetches the current network info from the LTSY. It is not an exposed api to the CTSY and therefore is not the handler for the RMobilePhone::GetCurrentNetwork api. It's purpose is to fetch the info and store it in the Ctsy's cache. Pass the request on to LTSY.
TInt | DispatchGetCurrentSystemNetworkModesL | ( | ) |
Pass an ECustomGetCurrentSystemNetworkModesIPC request on to Licensee LTSY.
TInt | DispatchGetDetectedNetworksCancelL | ( | ) |
Pass an EMobilePhoneGetDetectedNetworksCancel request on to Licensee LTSY.
TInt | DispatchGetDetectedNetworksL | ( | ) |
Pass an EMobilePhoneGetDetectedNetworksV2Phase1 request on to Licensee LTSY.
TInt | DispatchGetFdnStatusL | ( | ) |
Pass an EMobilePhoneGetFdnStatus request on to Licensee LTSY.
TInt | DispatchGetHomeNetworkL | ( | ) |
Pass an EMobilePhoneGetHomeNetwork request on to Licensee LTSY.
TInt | DispatchGetHspaStatusL | ( | ) |
Pass an ECustomReadHSxPAStatusIPC request on to Licensee LTSY.
TInt | DispatchGetNetworkModeL | ( | ) |
This method fetches the current network info from the LTSY. It is not an exposed api to the CTSY. It's purpose is to fetch the mode and store it in the Ctsy's cache. Pass the request on to LTSY.
TInt | DispatchGetNetworkProviderNameL | ( | ) |
Pass an ECustomGetNetworkProviderNameIPC request on to Licensee LTSY.
TInt | DispatchGetNetworkRegistrationStatusL | ( | ) |
Pass an EMobilePhoneGetNetworkRegistrationStatus request on to Licensee LTSY.
TInt | DispatchGetNitzInfoL | ( | ) |
This method fetches the NITZ info from the LTSY. It is not an exposed api to the CTSY. It's purpose is to fetch the mode and store it in the Ctsy's cache. Pass the request on to LTSY.
TInt | DispatchGetOperatorNameL | ( | ) |
Pass an ECustomGetOperatorNameIPC request on to Licensee LTSY.
TInt | DispatchGetPhoneCellInfoL | ( | ) |
Pass an ECtsyPhoneCellInfoReq request on to Licensee LTSY.
TInt | DispatchGetPhoneIdL | ( | TUint | aRequestOrigin | ) |
Unpack data related to EMobilePhoneGetPhoneId and pass request on to Licensee LTSY.
TUint aRequestOrigin |
TInt | DispatchGetServiceProviderNameL | ( | ) |
Pass an EMobilePhoneGetServiceProviderName request on to Licensee LTSY.
TInt | DispatchGetSignalStrengthL | ( | ) |
This method fetches the signal strength info from the LTSY. It is not an exposed api to the CTSY. It's purpose is to fetch the signal strength and store it in the Ctsy's cache. Pass the request on to LTSY.
TInt | DispatchGetSystemNetworkBandL | ( | ) |
Pass an ECustomGetBandSelectionIPC request on to Licensee LTSY.
TInt | DispatchGetUsimServiceSupportL | ( | const CMmDataPackage * | aDataPackage | ) |
Pass an ECustomGetServiceTableSupportbyApplicationIPC request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchNspsWakeupL | ( | ) |
Pass an ECustomNetWakeupIPC request on to Licensee LTSY.
TInt | DispatchRegisterCellInfoChangeNotificationL | ( | ) |
Pass an ECtsyPhoneCellInfoIndReq request on to Licensee LTSY.
TInt | DispatchResetNetServerL | ( | ) |
Pass an ECustomResetNetServerIPC request on to Licensee LTSY.
TInt | DispatchSelectNetworkCancelL | ( | ) |
Pass an EMobilePhoneSelectNetworkCancel request on to Licensee LTSY.
TInt | DispatchSelectNetworkL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to EMobilePhoneSelectNetwork and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSetAlwaysOnModeL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to ECustomSetAlwaysOnMode and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSetDriveModeL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to ECustomSetDriveModeIPC and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSetHspaStatusL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to ECustomWriteHSxPAStatusIPC and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSetNetworkSelectionSettingL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to EMobilePhoneSetNetworkSelectionSetting and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSetSystemNetworkBandL | ( | const CMmDataPackage * | aDataPackage | ) |
Pass an ECustomSetBandSelectionIPC request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSetSystemNetworkModeL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to ECustomSetSystemNetworkModeIPC and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchSimRefreshRegisterL | ( | const CMmDataPackage * | aDataPackage | ) |
Unpack data related to EMmTsySimRefreshRegisterIPC and pass request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
TInt | DispatchTerminateAllCallsL | ( | const CMmDataPackage * | aDataPackage | ) |
Pass an ECtsyPhoneTerminateAllCallsReq request on to Licensee LTSY.
const CMmDataPackage * aDataPackage |
CPhoneDispatcher * | NewL | ( | MLtsyDispatchFactoryV1 & | aLtsyFactory, |
MmMessageManagerCallback & | aMessageManagerCallback, | |||
MmMessageManagerCallback & | aSatMessageManagerCallback, | |||
CRequestQueueOneShot & | aRequestAsyncOneShot, | |||
MBootSequenceCallbacks & | aBootSequenceObserver | |||
) | [static] |
MLtsyDispatchFactoryV1 & aLtsyFactory | |
MmMessageManagerCallback & aMessageManagerCallback | |
MmMessageManagerCallback & aSatMessageManagerCallback | |
CRequestQueueOneShot & aRequestAsyncOneShot | |
MBootSequenceCallbacks & aBootSequenceObserver |
CPhoneDispatcher * | NewLC | ( | MLtsyDispatchFactoryV1 & | aLtsyFactory, |
MmMessageManagerCallback & | aMessageManagerCallback, | |||
MmMessageManagerCallback & | aSatMessageManagerCallback, | |||
CRequestQueueOneShot & | aRequestAsyncOneShot, | |||
MBootSequenceCallbacks & | aBootSequenceObserver | |||
) | [static] |
MLtsyDispatchFactoryV1 & aLtsyFactory | |
MmMessageManagerCallback & aMessageManagerCallback | |
MmMessageManagerCallback & aSatMessageManagerCallback | |
CRequestQueueOneShot & aRequestAsyncOneShot | |
MBootSequenceCallbacks & aBootSequenceObserver |
void | SetDispatcherHolder | ( | TDispatcherHolder & | aDispatcherHolder | ) |
Set the dispatcher holder.
TDispatcherHolder & aDispatcherHolder | Reference to dispatcher holder. |
MBootSequenceCallbacks & | iBootSequenceObserver | [private] |
MLtsyDispatchPhoneBootNotifyModemStatusReady * | iLtsyDispatchPhoneBootNotifyModemStatusReady | [private] |
MLtsyDispatchPhoneBootNotifySimStatusReady * | iLtsyDispatchPhoneBootNotifySimStatusReady | [private] |
MLtsyDispatchPhoneGetBatteryInfo * | iLtsyDispatchPhoneGetBatteryInfo | [private] |
MLtsyDispatchPhoneGetCellInfo * | iLtsyDispatchPhoneGetCellInfo | [private] |
MLtsyDispatchPhoneGetCurrentActiveUsimApplication * | iLtsyDispatchPhoneGetCurrentActiveUsimApplication | [private] |
MLtsyDispatchPhoneGetCurrentNetworkInfo * | iLtsyDispatchPhoneGetCurrentNetworkInfo | [private] |
MLtsyDispatchPhoneGetCurrentSystemNetworkModes * | iLtsyDispatchPhoneGetCurrentSystemNetworkModes | [private] |
MLtsyDispatchPhoneGetDetectedNetworks * | iLtsyDispatchPhoneGetDetectedNetworks | [private] |
MLtsyDispatchPhoneGetDetectedNetworksCancel * | iLtsyDispatchPhoneGetDetectedNetworksCancel | [private] |
MLtsyDispatchPhoneGetFdnStatus * | iLtsyDispatchPhoneGetFdnStatus | [private] |
MLtsyDispatchPhoneGetHomeNetwork * | iLtsyDispatchPhoneGetHomeNetwork | [private] |
MLtsyDispatchPhoneGetHspaStatus * | iLtsyDispatchPhoneGetHspaStatus | [private] |
MLtsyDispatchPhoneGetNetworkMode * | iLtsyDispatchPhoneGetNetworkMode | [private] |
MLtsyDispatchPhoneGetNetworkProviderName * | iLtsyDispatchPhoneGetNetworkProviderName | [private] |
MLtsyDispatchPhoneGetNetworkRegistrationStatus * | iLtsyDispatchPhoneGetNetworkRegistrationStatus | [private] |
MLtsyDispatchPhoneGetNitzInfo * | iLtsyDispatchPhoneGetNitzInfo | [private] |
MLtsyDispatchPhoneGetOperatorName * | iLtsyDispatchPhoneGetOperatorName | [private] |
MLtsyDispatchPhoneGetPhoneCellInfo * | iLtsyDispatchPhoneGetPhoneCellInfo | [private] |
MLtsyDispatchPhoneGetPhoneId * | iLtsyDispatchPhoneGetPhoneId | [private] |
MLtsyDispatchPhoneGetServiceProviderName * | iLtsyDispatchPhoneGetServiceProviderName | [private] |
MLtsyDispatchPhoneGetSignalStrength * | iLtsyDispatchPhoneGetSignalStrength | [private] |
MLtsyDispatchPhoneGetSystemNetworkBand * | iLtsyDispatchPhoneGetSystemNetworkBand | [private] |
MLtsyDispatchPhoneGetUsimServiceSupport * | iLtsyDispatchPhoneGetUsimServiceSupport | [private] |
MLtsyDispatchPhoneNspsWakeup * | iLtsyDispatchPhoneNspsWakeup | [private] |
MLtsyDispatchPhoneRegisterCellInfoChangeNotification * | iLtsyDispatchPhoneRegisterCellInfoChangeNotification | [private] |
MLtsyDispatchPhoneResetNetServer * | iLtsyDispatchPhoneResetNetServer | [private] |
MLtsyDispatchPhoneSelectNetwork * | iLtsyDispatchPhoneSelectNetwork | [private] |
MLtsyDispatchPhoneSelectNetworkCancel * | iLtsyDispatchPhoneSelectNetworkCancel | [private] |
MLtsyDispatchPhoneSetAlwaysOnMode * | iLtsyDispatchPhoneSetAlwaysOnMode | [private] |
MLtsyDispatchPhoneSetDriveMode * | iLtsyDispatchPhoneSetDriveMode | [private] |
MLtsyDispatchPhoneSetHspaStatus * | iLtsyDispatchPhoneSetHspaStatus | [private] |
MLtsyDispatchPhoneSetNetworkSelectionSetting * | iLtsyDispatchPhoneSetNetworkSelectionSetting | [private] |
MLtsyDispatchPhoneSetSystemNetworkBand * | iLtsyDispatchPhoneSetSystemNetworkBand | [private] |
MLtsyDispatchPhoneSetSystemNetworkMode * | iLtsyDispatchPhoneSetSystemNetworkMode | [private] |
MLtsyDispatchPhoneSimRefreshRegister * | iLtsyDispatchPhoneSimRefreshRegister | [private] |
MLtsyDispatchPhoneTerminateAllCalls * | iLtsyDispatchPhoneTerminateAllCalls | [private] |
MmMessageManagerCallback & | iMessageManagerCallback | [private] |
MmMessageManagerCallback & | iSatMessageManagerCallback | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.