class CMmCustomTsy : public CMmTsyBase |
CMmCustomTsy contains mode-independent custom functionality and is an aggregate class for its subsystems.
TInt | CancelService | ( | const TInt | aIpc, |
const TTsyReqHandle | aTsyReqHandle | |||
) | [virtual] |
Cancels request of which IPC number and request handle are given in parameters.
const TInt aIpc | An interprocess communication command identifier |
const TTsyReqHandle aTsyReqHandle | Request handle |
TInt | CheckEmergencyNumberCancel | ( | ) | [private] |
Cancels an outstanding CheckEmergencyNumber function
TInt | CheckEmergencyNumberL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TEmerNumberCheckMode * | aNumberMode, | |||
TBool * | aResult | |||
) |
This checks whether given number is an emergency number
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TEmerNumberCheckMode * aNumberMode | Number to be checked and check mode |
TBool * aResult | Result of check |
TInt | CheckRandValidityL | ( | TBuf8 < 16 > | aRand | ) | [private] |
Checks if rand received from network is valid
TBuf8 < 16 > aRand | RAND |
TInt | CheckTwoDigitDialSupportCancel | ( | ) | [private] |
Cancels an outstanding CheckTwoDigitDialSupport request
TInt | CheckTwoDigitDialSupportL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TTwoDigitDialSupport * | aSupport | |||
) | [private] |
Checks two digit dial support status
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TTwoDigitDialSupport * aSupport | Two digit dial support status |
TInt | ClearCallBlackListCancel | ( | ) | [private] |
Cancels an outstanding ClearCallBlackListL function
TInt | ClearCallBlackListL | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Clears Call Blacklist
const TTsyReqHandle aTsyReqHandle | TSY req handle |
void | Complete | ( | TInt | aReqHandleType, |
TInt | aError, | |||
TInt | aIPC | |||
) | [virtual] |
Calls the needed complete method due timer expiration
void | CompleteCheckEmergencyNumber | ( | RMmCustomAPI::TMobileTelNumber * | aTelNumber, |
TInt | aErrorValue | |||
) |
Completes emergency number checking request
RMmCustomAPI::TMobileTelNumber * aTelNumber | Emergency number or NULL if check failed |
TInt aErrorValue | Error value |
void | CompleteCheckTwoDigitDialSupport | ( | RMmCustomAPI::TTwoDigitDialSupport | aTwoDigitDialSupport, |
TInt | aErrorCode | |||
) |
Completes checking of two digit dial support
RMmCustomAPI::TTwoDigitDialSupport aTwoDigitDialSupport | Two digit dial support status |
TInt aErrorCode | Error code |
void | CompleteClearCallBlackList | ( | TInt | aErrorCode | ) |
Completes a ClearCallBlackListL request
TInt aErrorCode | Error code |
void | CompleteGetAlsBlocked | ( | RMmCustomAPI::TGetAlsBlockStatus | aBlockStatus, |
TInt | aErrorCode | |||
) |
Completes a GetAlsBlocked request
RMmCustomAPI::TGetAlsBlockStatus aBlockStatus | Status of ALS block |
TInt aErrorCode | Error code |
void | CompleteGetAlsPpSupport | ( | RMmCustomAPI::TAlsSupport | aAlsSupport, |
TInt | aErrorCode | |||
) |
Completes a NotifyAlsBlockedChanged request
RMmCustomAPI::TAlsSupport aAlsSupport | |
TInt aErrorCode | Error code |
void | CompleteGetCellInfo | ( | RMmCustomAPI::TMmCellInfo * | aCellInfo, |
TInt | aErrorValue | |||
) |
Completes an outstanding GetCellInfo request.
RMmCustomAPI::TMmCellInfo * aCellInfo | pointer to client side data |
TInt aErrorValue |
void | CompleteGetCipheringInfo | ( | TBool | aCipherIndStatus, |
TInt | aErrorCode | |||
) |
Completes the GetCipheringInfoRequest
void | CompleteGetCurrentSystemNetworkMode | ( | TUint32 | aCurrentNetwork, |
TInt | aResult | |||
) |
Completes Get Current System Network Mode
void | CompleteGetDiagnosticOctects | ( | TInt | aCallId, |
TUint8 | aDiags | |||
) |
Sets diagnostic octets when received
void | CompleteGetIccCallForwardingStatus | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Completes get icc CF status request
CMmDataPackage * aDataPackage | data package |
TInt aErrorCode | Error Code |
void | CompleteGetLifeTime | ( | RMmCustomAPI::TLifeTimeData & | aLifeTimerData, |
TInt | aErrorValue | |||
) |
Completes a GetSimFileInfo request
RMmCustomAPI::TLifeTimeData & aLifeTimerData | Life timer information |
TInt aErrorValue |
void | CompleteGetNetworkOperatorName | ( | TDes * | aName, |
TInt | aError | |||
) |
Completes get network provider name request
void | CompleteGetOperatorName | ( | RMmCustomAPI::TOperatorNameInfo & | aOperatorNameInfo, |
TInt | aErrorValue | |||
) |
Completes GetOperatorName
RMmCustomAPI::TOperatorNameInfo & aOperatorNameInfo | Programmable operator name info |
TInt aErrorValue | Error value |
void | CompleteGetProgrammableOperatorLogo | ( | RMmCustomAPI::TOperatorId * | aOperatorIdInfo, |
RMmCustomAPI::TOperatorLogo * | aLogoData, | |||
TInt | aErrorValue | |||
) |
Completes GetProgrammableOperatorLogo
RMmCustomAPI::TOperatorId * aOperatorIdInfo | Operator id |
RMmCustomAPI::TOperatorLogo * aLogoData | Operator logo info |
TInt aErrorValue | Error value |
void | CompleteGetSimFileInfo | ( | TDesC8 * | aData, |
TInt | aError | |||
) |
Completes a GetSimFileInfo request
void | CompleteGetSystemNetworkBand | ( | RMmCustomAPI::TBandSelection | aSystemNetworkBand, |
RMmCustomAPI::TNetworkModeCaps | aSystemNetworkMode, | |||
TInt | aResult | |||
) |
Complete GetSystemNetworkBand request
RMmCustomAPI::TBandSelection aSystemNetworkBand | Network band |
RMmCustomAPI::TNetworkModeCaps aSystemNetworkMode | |
TInt aResult | Error value |
void | CompleteGetSystemOrCurrentNetworkModes | ( | TUint32 | aSystemNetworkModes, |
TInt | aResult | |||
) |
Complete GetSystemNetworkModes or CurrentNetworkMode request
void | CompleteGetUSIMServiceSupport | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete GetUSIMServiceSupport request
CMmDataPackage * aDataPackage | Datapackage |
TInt aErrorCode | Error code |
void | CompleteImsAuthentication | ( | CMmDataPackage * | aDataPackage, |
TInt | aResult | |||
) |
Completes ims authentication request
CMmDataPackage * aDataPackage | Holds authentication data from sim |
TInt aResult | Error value |
void | CompleteNetWakeup | ( | TInt | aErrorCode | ) |
Completes a NetWakeup request
TInt aErrorCode | Error code |
void | CompleteNotifyAlsBlockedChanged | ( | ) |
Completes a NotifyAlsBlockedChanged request
void | CompleteNotifyCellInfoChange | ( | RMmCustomAPI::TMmCellInfo * | aCellInfo, |
TInt | aErrorCode | |||
) |
Complete cell info change notification
RMmCustomAPI::TMmCellInfo * aCellInfo | pointer to client side data |
TInt aErrorCode |
void | CompleteNotifyCipheringInfoChange | ( | TBool | aCipherIndStatus, |
TBool | aCipherStatus, | |||
TInt | aErrorCode | |||
) |
Completes a NotifyCipheringInfoChange request
void | CompleteNotifyDtmfEvent | ( | RMmCustomAPI::TDtmfInfo | aInfo, |
TInt | aErrorCode | |||
) |
Completes a NotifyDtmfEvent request
RMmCustomAPI::TDtmfInfo aInfo | Dtmf info |
TInt aErrorCode | Error code |
void | CompleteNotifyHSxPAStatus | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete HSxPA Status notification
CMmDataPackage * aDataPackage | |
TInt aErrorCode | Error code |
void | CompleteNotifyIccCallForwardingStatusChange | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Completes icc CF status change notification
CMmDataPackage * aDataPackage | data package |
TInt aErrorCode | Error Code |
void | CompleteNotifyNSPSStatus | ( | TBool | aNspsStatus | ) |
Completes a NotifyNSPSStatus request
TBool aNspsStatus | Status of NSPS (On/Off) |
void | CompleteNotifyNetworkConnectionFailure | ( | ) |
Completes a NotifyNetworkConnectionFailure request
void | CompleteNotifyPhoneBookCacheReady | ( | TName & | aPndName, |
TInt | aResult | |||
) |
Completes NotifyPhoneBookCacheReady notification
void | CompleteNotifyRauEvent | ( | RMmCustomAPI::TRauEventStatus | aEventStatus, |
TInt | aErrorCode | |||
) |
Completes RAU event notification
RMmCustomAPI::TRauEventStatus aEventStatus | RAU event status |
TInt aErrorCode |
void | CompleteNotifyRemoteAlertingToneStatusChange | ( | RMmCustomAPI::TRemoteAlertingToneStatus | aToneStatus, |
TInt | aErrorCode | |||
) |
Completes NotifyRemoteAlertingToneStatusChange notification
RMmCustomAPI::TRemoteAlertingToneStatus aToneStatus | RemoteToneAlerting status |
TInt aErrorCode | Error code |
void | CompleteNotifySsNetworkEvent | ( | RMmCustomAPI::TSsTypeAndMode & | aSsTypeAndMode, |
RMmCustomAPI::TSsInfo & | aSsInfo, | |||
TInt | aErrorCode | |||
) |
Completes a requested NotifySsNetworkEvent
RMmCustomAPI::TSsTypeAndMode & aSsTypeAndMode | ss type and mode |
RMmCustomAPI::TSsInfo & aSsInfo | ss info |
TInt aErrorCode | Error code |
void | CompleteReadHSxPAStatus | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete ReadHSxPAStatus request
CMmDataPackage * aDataPackage | Datapackage |
TInt aErrorCode | Error code |
void | CompleteResetNetServer | ( | TInt | aErrorValue | ) |
Completes a ResetNetServer request
TInt aErrorValue | Error value |
void | CompleteSatRefreshCompleteNotification | ( | ) |
Completes the notification of SAT refresh to the client
void | CompleteSetAlsBlocked | ( | TInt | aErrorCode | ) |
Completes a SetAlsBlocked request
TInt aErrorCode | Error code |
void | CompleteSetDriveMode | ( | TInt | aErrorCode | ) |
Completes a Set Drive Mode request
TInt aErrorCode |
void | CompleteSetSystemNetworkBand | ( | TInt | aResult | ) |
Complete SetSystemNetworkBand request
TInt aResult |
void | CompleteSetSystemNetworkMode | ( | TInt | aResult | ) |
Complete SetSystemNetworkMode request
TInt aResult |
void | CompleteSimAuthentication | ( | CMmDataPackage * | aDataPackage, |
TInt | aResult | |||
) |
Completes sim authentication request
CMmDataPackage * aDataPackage | Holds authentication data from sim |
TInt aResult | Error value |
void | CompleteSsAdditionalInfoNotification | ( | RMmCustomAPI::TSsAdditionalInfo * | aSsAdditionalInfo, |
TInt | aError | |||
) |
Completes SsAdditionalInfo notification
RMmCustomAPI::TSsAdditionalInfo * aSsAdditionalInfo | |
TInt aError |
void | CompleteSsRequestCompleteNotification | ( | TInt | aSsStatus, |
TInt | aError | |||
) |
Completes SsRequestComplete notification
void | CompleteTerminateCall | ( | TInt | aError | ) |
Completes a CompleteTerminateCall request
TInt aError | Error code |
void | CompleteWriteHSxPAStatus | ( | TInt | aErrorCode | ) |
Complete WriteHSxPAStatus request
TInt aErrorCode | Error code |
void | ConstructL | ( | CMmPhoneTsy * | aMmPhoneTsy | ) | [private] |
By default Symbian 2nd phase constructor is private.
CMmPhoneTsy * aMmPhoneTsy | Pointer to MM Phone Tsy object |
void | DeliverCodeL | ( | RMobilePhone::TCodeAndUnblockCode | aCodes | ) |
Deliver code.
RMobilePhone::TCodeAndUnblockCode aCodes |
TInt | DeregisterNotification | ( | const TInt | aIpc | ) | [virtual] |
Deregister given notification.
const TInt aIpc | An interprocess communication command identifier |
TInt | DoExtFuncL | ( | const TTsyReqHandle | aTsyReqHandle, |
const TInt | aIpc, | |||
const TDataPackage & | aPackage | |||
) | [virtual] |
Handles extended client requests. Uses TRAP to ensure functioning on memory allocation failure.
const TTsyReqHandle aTsyReqHandle | Request handle |
const TInt aIpc | IPC number of the request |
const TDataPackage & aPackage | Reference to a data package |
TInt | ExtFunc | ( | const TTsyReqHandle | aTsyReqHandle, |
const TInt | aIpc, | |||
const TDataPackage & | aPackage | |||
) |
TRAP's all CMmCustomTsy related Custom API requests in case that they fail. This method functions only as a centralized TRAP for the DoExtFuncL method that does the actual mapping of IPC number to TSY method call.
const TTsyReqHandle aTsyReqHandle | Request handle |
const TInt aIpc | IPC number of the request |
const TDataPackage & aPackage | Reference to a data package |
TInt | FindSetBitsFromBackup | ( | TPtrC8 | aMessageDigest | ) | [private] |
Checks rand_db.prv for set bits
TPtrC8 aMessageDigest | Hash sum(sha1) of RAND |
TInt | Get3GPBInfo | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::T3GPBInfo * | aInfo | |||
) | [private] |
Gets phonebook 3G info
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::T3GPBInfo * aInfo | 3G phonebook info |
CMmCustomExtInterface * | GetActiveExtensionPtr | ( | ) | [inline] |
Returns pointer to CMmSs object.
TInt | GetAirTimeDuration | ( | const TTsyReqHandle | aTsyReqHandle, |
TTimeIntervalSeconds * | aTime | |||
) | [private] |
Get the air time use duration synchronously
const TTsyReqHandle aTsyReqHandle | Request handle |
TTimeIntervalSeconds * aTime | Air time duration in seconds. |
TInt | GetAlsBlockedL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TGetAlsBlockStatus * | aBlockStatus | |||
) | [private] |
Gets alternating line service blocked status
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TGetAlsBlockStatus * aBlockStatus | Block status |
TInt | GetAlsPpSupportCancel | ( | ) | [private] |
Cancels an outstanding GetAlsPpSupport function
TInt | GetAlsPpSupportL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TAlsSupport * | aSupport | |||
) | [private] |
Get ALS pp Support
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TAlsSupport * aSupport |
TInt | GetCallOrigin | ( | const TTsyReqHandle | aTsyReqHandle, |
TName * | aCallName, | |||
RMmCustomAPI::TCallOrigin * | aOrigin | |||
) | [private] |
Returns the origin of the call
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TName * aCallName | Call name |
RMmCustomAPI::TCallOrigin * aOrigin | Call origin |
TInt | GetCellInfoL | ( | TDes8 * | aCellInfoPckg | ) | [private] |
Gets GSM/WCDMA cell(s) info
TDes8 * aCellInfoPckg | Pointer to packaged TMmCellInfo class |
TInt | GetCipheringInfoCancel | ( | ) | [private] |
Cancels an outstanding GetCipheringInfo function
TInt | GetCipheringInfoL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TCipheringInfo * | aInfo | |||
) | [private] |
Gets the ciphering info
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TCipheringInfo * aInfo | Ciphering information |
TInt | GetCurrentSystemNetworkModeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
Cancel GetCurrentSystemNetworkMode request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | GetCurrentSystemNetworkModeL | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aNetworkMode | |||
) |
Get currently selected network mode
const TTsyReqHandle aTsyReqHandle | Request handle |
TUint32 * aNetworkMode | Pointer to network mode |
TInt | GetDiagnosticInfo | ( | const TTsyReqHandle | aTsyReqHandle, |
TName * | aCallName | |||
) | [private] |
Getting diagnostic info
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TName * aCallName | Call name |
TInt | GetIccCallForwardingStatusCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancels get icc callforwarding request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | GetIccCallForwardingStatusCancel | ( | ) | [private] |
Cancels GetIccCallForwardingStatus request
TInt | GetIccCallForwardingStatusL | ( | TTsyReqHandle | aTsyReqHandle, |
TDes8 * | aCFIndicators | |||
) |
Get Icc Call forwarding parameters
TTsyReqHandle aTsyReqHandle | reghandle |
TDes8 * aCFIndicators | pointer to client side data |
TInt | GetLifeTimeL | ( | const TTsyReqHandle | aTsyReqHandle, |
TDes8 * | aLifeTimerInfoPckg | |||
) | [private] |
Gets the life timer's information
const TTsyReqHandle aTsyReqHandle | Request handle |
TDes8 * aLifeTimerInfoPckg | Pointer to packaged TLifeTimeInfo class |
TInt | GetMaxNumberOfSubsystems | ( | ) | [inline, virtual] |
Gives the maximun number of TSY's subsystems.
TInt | GetNetworkOperatorNameCancel | ( | ) | [private] |
Cancels an outstanding GetNetworkOperatorName function
TInt | GetNetworkOperatorNameL | ( | TDes * | aNetworkOperatorName | ) | [private] |
Gets network operator name
TDes * aNetworkOperatorName | Network provider name |
TInt | GetOperatorNameCancel | ( | ) | [private] |
Cancels an outstanding GetOperatorName
TInt | GetOperatorNameL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TOperatorNameInfo * | aOperatorNameInfo | |||
) | [private] |
Gets the programmable operator name info of the current network
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TOperatorNameInfo * aOperatorNameInfo | Operator name info |
RMmCustomAPI::TPndCacheStatus | GetPhonebookCacheStatus | ( | TUint8 | aPhoneBookType | ) |
Get phonebook cache status
TUint8 aPhoneBookType | Phonebooktype |
TInt | GetPndCacheStatus | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TPndCacheStatus * | aPndStatus, | |||
const TName * | aPndName | |||
) |
Gets current status of caching
const TTsyReqHandle aTsyReqHandle | Request handle |
RMmCustomAPI::TPndCacheStatus * aPndStatus | Status of caching |
const TName * aPndName | Phonebookname |
TInt | GetProgrammableOperatorLogoCancel | ( | ) | [private] |
Cancels an outstanding GetProgrammableOperatorLogo
TInt | GetProgrammableOperatorLogoL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TOperatorId * | aOperatorId, | |||
RMmCustomAPI::TOperatorLogo * | aLogo | |||
) | [private] |
Gets the programmable operator logo of the current network
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TOperatorId * aOperatorId | |
RMmCustomAPI::TOperatorLogo * aLogo |
TInt | GetRemoteAlertingToneStatus | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TRemoteAlertingToneStatus * | aToneStatus | |||
) | [private] |
Reads the remote alerting tone status
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TRemoteAlertingToneStatus * aToneStatus | Tone status |
TSecurityPolicy | GetRequiredPlatSecCaps | ( | const TInt | aIpc | ) | [virtual] |
Returns security policy for given IPC.
const TInt aIpc | An interprocess communication command identifier |
TInt | GetSimFileInfoCancel | ( | TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancel GetSimFileInfo request
TTsyReqHandle aTsyReqHandle | Request handle |
TInt | GetSimFileInfoL | ( | const TTsyReqHandle | aTsyReqHandle, |
TDes8 * | aSimFileInfoPckg, | |||
TDes8 * | aSimResponseBuffer | |||
) | [private] |
Gets a given SIM file's information
const TTsyReqHandle aTsyReqHandle | Request handle |
TDes8 * aSimFileInfoPckg | Pointer to a packaged object |
TDes8 * aSimResponseBuffer | Pointer to client side buffer for storing data |
CMmSubTsyBase * | GetSimLockTsyPtr | ( | ) | [inline] |
Returns pointer to CMmSimLockTsy object.
CMmSubTsyBase ** | GetSubsystemArrayPtr | ( | ) | [inline, virtual] |
Gives pointer to the array of TSY's subsystems.
TInt | GetSystemNetworkBandCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
Cancel GetSystemNetworkBand request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | GetSystemNetworkBandL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TBandSelection * | aSystemNetworkBand, | |||
RMmCustomAPI::TNetworkModeCaps * | aSystemNetworkMode | |||
) |
Get network band
const TTsyReqHandle aTsyReqHandle | Request handle |
RMmCustomAPI::TBandSelection * aSystemNetworkBand | Pointer to network bands |
RMmCustomAPI::TNetworkModeCaps * aSystemNetworkMode |
TInt | GetSystemNetworkModesCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
Cancel GetSystemNetworkModes request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | GetSystemNetworkModesL | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aSystemNetworkModes | |||
) |
Get supported network modes
const TTsyReqHandle aTsyReqHandle | Request handle |
TUint32 * aSystemNetworkModes | Pointer to network modes |
TInt | GetUSIMServiceSupportCancel | ( | ) | [private] |
Cancel GetUSIMServiceSupport request
TInt | GetUSIMServiceSupportL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TAppSupport * | aAppSupport | |||
) | [private] |
Read GetUSIMServiceSupport
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TAppSupport * aAppSupport | Application provided data |
TInt | ImsAuthenticationCancel | ( | ) | [private] |
Cancels sim authenticaiton request
TInt | ImsAuthenticationL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TImsAuthenticateDataV5 * | aAuthenticationData | |||
) | [private] |
Gets authentication data from sim
const TTsyReqHandle aTsyReqHandle | Request handle |
RMobilePhone::TImsAuthenticateDataV5 * aAuthenticationData | Pointer to IMS authentication data. |
TInt | InsertBlobsToRandDb | ( | TPtrC8 | aMessageDigest | ) | [private] |
Inserts blobs to rand_db
TPtrC8 aMessageDigest | Hash sum(sha1) of RAND |
TBool | IsIccCallForwardingStatusChanged | ( | RMmCustomAPI::TCFIndicators & | aNotifyCFIndicator | ) |
Compares indicator packages
RMmCustomAPI::TCFIndicators & aNotifyCFIndicator | indicator to be compared |
TBool | IsRequestPossibleInOffline | ( | TInt | aIpc | ) | [private] |
Checks wether or not a ETel request can be performed while offline mode is enabled
TInt aIpc | Ipc number of the request |
TInt | NetWakeupL | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function wake ups the net server from the NSPS state
const TTsyReqHandle aTsyReqHandle | TSY req handle |
CMmCustomTsy * | NewL | ( | CMmPhoneTsy * | aMmPhoneTsy | ) | [static] |
Two-phased constructor.
CMmPhoneTsy * aMmPhoneTsy | Pointer to a MM PhoneTSY |
TInt | NotifyAlsBlockedChanged | ( | RMmCustomAPI::TGetAlsBlockStatus * | aBlockStatus | ) | [private] |
Notifies a client of changed Als blocked status
RMmCustomAPI::TGetAlsBlockStatus * aBlockStatus | Block status |
TInt | NotifyAlsBlockedChangedCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancels an Outstanding NotifyAlsBlockedChanged
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | NotifyCellInfoChange | ( | TDes8 * | aCellInfoPckg | ) | [private] |
Notification cell(s) info changes
TDes8 * aCellInfoPckg | Pointer to packaged TMmCellInfo class |
TInt | NotifyCellInfoChangeCancel | ( | ) | [private] |
Cancel cell info change notification
TInt | NotifyCipheringInfoChange | ( | RMmCustomAPI::TCipheringInfo * | aInfo | ) | [private] |
This function notifies a client of ciphering info change
RMmCustomAPI::TCipheringInfo * aInfo | Ciphering information |
TInt | NotifyCipheringInfoChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancels an outstanding NotifyCipheringInfoChange function
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | NotifyDtmfEvent | ( | RMmCustomAPI::TDtmfInfo * | aInfo | ) | [private] |
Notify Dtmf Event
RMmCustomAPI::TDtmfInfo * aInfo | Dtmf info |
TInt | NotifyDtmfEventCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancel NotifyDtmfEvent request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | NotifyHSxPAStatus | ( | RMmCustomAPI::THSxPAStatus * | aHSxPAStatus | ) | [private] |
Set HSxPAStatus notification
RMmCustomAPI::THSxPAStatus * aHSxPAStatus |
TInt | NotifyHSxPAStatusCancel | ( | ) | [private] |
Cancel HSxPAStatus notification
TInt | NotifyIccCallForwardingStatusChange | ( | TDes8 * | aCFIndicators | ) |
Sets notification on for CF status change
TDes8 * aCFIndicators | pointer to client side data |
TInt | NotifyIccCallForwardingStatusChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
Cancels icc callforwarding notification
const TTsyReqHandle aTsyReqHandle | reghandle |
TInt | NotifyNSPSStatus | ( | RMmCustomAPI::TNspsStatus * | aNspsStatus | ) | [private] |
Notifies a client of a change in NSPS (No Service Power Save)
RMmCustomAPI::TNspsStatus * aNspsStatus | Status of the NSPS (on/off) |
TInt | NotifyNSPSStatusCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels an outstanding NotifyNSPSStatus function
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | NotifyNetworkConnectionFailure | ( | ) | [private] |
Notifies of a network connection failure. This failure is so severe that the only way to recover is to restart the phone.
TInt | NotifyNetworkConnectionFailureCancel | ( | ) | [private] |
Cancels an outstanding NotifyNetworkConnectionFailure severe that the only way to recover is to restart the phone.
TInt | NotifyPhoneBookCacheReady | ( | const TTsyReqHandle | aTsyReqHandle, |
TName * | aPndName | |||
) |
Notifies client when Phonebook cache is ready
const TTsyReqHandle aTsyReqHandle | Request handle |
TName * aPndName | Phonebookname |
TInt | NotifyPhoneBookCacheReadyCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
Cancels notify phonebook cache ready notification
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | NotifyRauEvent | ( | RMmCustomAPI::TRauEventStatus * | aEventStatus | ) |
Notify RAU event
RMmCustomAPI::TRauEventStatus * aEventStatus | RAU event status |
TInt | NotifyRemoteAlertingToneStatusChange | ( | RMmCustomAPI::TRemoteAlertingToneStatus * | aToneStatus | ) |
Notify RemoteAlertingToneStatusChange
RMmCustomAPI::TRemoteAlertingToneStatus * aToneStatus | RemoteToneAlerting status |
TInt | NotifyRemoteAlertingToneStatusChangeCancel | ( | ) |
Cancels RemoteAlertingToneStatusChange Notification
TInt | NotifySsNetworkEvent | ( | RMmCustomAPI::TSsTypeAndMode * | aSsTypeAndMode, |
RMmCustomAPI::TSsInfo * | aSsInfo | |||
) | [private] |
Notifies the client of network generated SS events
RMmCustomAPI::TSsTypeAndMode * aSsTypeAndMode | SS type and mode info |
RMmCustomAPI::TSsInfo * aSsInfo | SS general info |
TInt | NotifySsNetworkEventCancel | ( | ) | [private] |
Cancels an outstanding NotifySsNetworkEvent function
TInt | NumberOfSlotsL | ( | const TInt | aIpc | ) | [virtual] |
Returns number of slots to be used for given IPC.
const TInt aIpc | An interprocess communication command identifier |
TInt | ReadHSxPAStatusL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::THSxPAStatus * | aHSxPAStatus | |||
) | [private] |
Read HSxPAStatus
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::THSxPAStatus * aHSxPAStatus | HSxPA status |
TInt | RegisterNotification | ( | const TInt | aIpc | ) | [virtual] |
Register given notification.
const TInt aIpc | An interprocess communication command identifier |
void | ReqCompleted | ( | const TTsyReqHandle | aTsyReqHandle, |
const TInt | aError | |||
) | [virtual] |
From MCustomVendorExtComplete Completes a request back to the client.
const TTsyReqHandle aTsyReqHandle | Request handle |
const TInt aError | Error code |
CTelObject::TReqMode | ReqModeL | ( | const TInt | aIpc | ) | [virtual] |
Returns request mode for given IPC number.
const TInt aIpc | An interprocess communication command identifier |
TInt | ResetNetServerL | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Resets the net server to previous network selection when user doesn't select a network from the network list got in a search
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | SatRefreshCompleteNotification | ( | ) | [private] |
Notifies the client of SAT refresh
TInt | SatRefreshCompleteNotificationCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancels an outstanding SatRefreshCompleteNotification request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | SetAlsBlockedL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TSetAlsBlock * | aBlockStatus | |||
) | [private] |
Sets alternating line service blocked status
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TSetAlsBlock * aBlockStatus | Block status |
TInt | SetDriveModeL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TSetDriveMode * | aModeStatus | |||
) | [private] |
Sets Drive Mode status
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::TSetDriveMode * aModeStatus | Mode status |
void | SetIccCfBootUpFlag | ( | TBool | aBootUp | ) |
Change the bootup flag of ICC Callforward. PhoneTSY will need to change the bootupflag after CentRep reset.
TBool aBootUp | Bootup flag: (ETrue if initial data) |
void | SetObjectForISVDialNumberCheck | ( | CMmVoiceCallTsy * | aCallObject | ) |
Saves call object for completion of emergency nbr check
CMmVoiceCallTsy * aCallObject | call object |
IMPORT_C void | SetSatRefreshStatus | ( | TBool | aSatRefreshStatus | ) |
Sets SatRefresh Status
TBool aSatRefreshStatus | SatRefresh status |
TInt | SetSimMessageStatusReadL | ( | const TTsyReqHandle | aTsyReqHandle, |
TTime & | aTime, | |||
TInt & | aTimezoneDiff | |||
) | [private] |
Sets SIM SMS storage status to "read". Implements CustomAPI method SetSimMessageStatusRead.
const TTsyReqHandle aTsyReqHandle | Request handle |
TTime & aTime | Client-side SMSC timestamp of the SIM-stored message. |
TInt & aTimezoneDiff | Client-side SMSC timezone difference of the SIM-stored message. |
TInt | SetSystemNetworkBandL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TBandSelection * | aSystemNetworkBand, | |||
RMmCustomAPI::TNetworkModeCaps * | aSystemNetworkModeCaps | |||
) |
Set system network band
const TTsyReqHandle aTsyReqHandle | Request handle |
RMmCustomAPI::TBandSelection * aSystemNetworkBand | Pointer to system network band |
RMmCustomAPI::TNetworkModeCaps * aSystemNetworkModeCaps | Pointer to system network mode |
TInt | SetSystemNetworkModeL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::TNetworkModeCaps * | aSystemNetworkModeCaps | |||
) |
Set system network mode
const TTsyReqHandle aTsyReqHandle | Request handle |
RMmCustomAPI::TNetworkModeCaps * aSystemNetworkModeCaps | Pointer to system network mode |
void | SetTypeOfResponse | ( | const TInt | aReqHandleType, |
const TTsyReqHandle | aTsyReqHandle | |||
) | [private] |
Chooses the type of response, automatic or common
const TInt aReqHandleType | |
const TTsyReqHandle aTsyReqHandle |
TInt | SimAuthenticationCancel | ( | ) | [private] |
Cancels sim authenticaiton request
TInt | SimAuthenticationL | ( | const TTsyReqHandle | aTsyReqHandle, |
const TDataPackage & | aAuthData | |||
) | [private] |
Gets authentication data from sim
const TTsyReqHandle aTsyReqHandle | Request handle |
const TDataPackage & aAuthData | Reference to packed authentication class |
TInt | SsAdditionalInfoNotification | ( | RMmCustomAPI::TSsAdditionalInfo * | aSsAdditionalInfo | ) | [private] |
Notification request for additionalinfo message
RMmCustomAPI::TSsAdditionalInfo * aSsAdditionalInfo | Ss additional information |
TInt | SsAdditionalInfoNotificationCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancels ss additional information notification
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | SsRequestCompleteNotification | ( | TInt * | aSsStatus | ) | [private] |
Notification request for SS request Complete
TInt * aSsStatus | Pointer to a supplementary service status variable |
TInt | SsRequestCompleteNotificationCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancel SsRequestCompleteNotification request
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TInt | TerminateCallL | ( | const TTsyReqHandle | aTsyReqHandle, |
const TName * | aCallName | |||
) | [private] |
Terminate call/all calls
const TTsyReqHandle aTsyReqHandle | TSY req handle |
const TName * aCallName | Name of the call(s) to be terminated |
void | UpdateCacheStatus | ( | RMmCustomAPI::TPndCacheStatus | aPndStatus, |
TName & | aPndName | |||
) |
This method updates caching status
RMmCustomAPI::TPndCacheStatus aPndStatus | Cache status |
TName & aPndName | Phonebookname |
TInt | WriteHSxPAStatusL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMmCustomAPI::THSxPAStatus * | aHSxPAStatus | |||
) | [private] |
Write HSxPA Status
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMmCustomAPI::THSxPAStatus * aHSxPAStatus | HSxPA status |
ECustomTsyReqHandleUnknown | |
ECustomTsyNotifyDtmfEvent | |
ECustomTsyGetDiagnosticInfo | |
ECustomTsyGetRemoteAlertingToneStatus | |
ECustomTsyCallOrigin | |
ECustomTsyTerminateCall | |
ECustomTsyGetAlsBlocked | |
ECustomTsySetAlsBlocked | |
ECustomTsyNotifyAlsBlockedChanged | |
ECustomTsyNotifyNSPSStatus | |
ECustomTsyGetCipheringInfo | |
ECustomTsyNotifyCipheringInfoChange | |
ECustomTsyNetWakeup | |
ECustomTsyNotifySsAdditionalInfo | |
ECustomTsyNotifySsRequestComplete | |
ECustomTsyNotifyCacheReady | |
ECustomTsyGetPndCacheStatus | |
ECustomTsyGetAlsPpSupport | |
ECustomTsyCallGsmBlackListClear | |
ECustomTsyCheckEmergencyNumber | |
ECustomTsyGetOperatorName | |
ECustomTsyGetProgrammableOperatorLogo | |
ECustomTsySsNotification | |
ECustomTsyGetNetworkOperatorName | |
ECustomTsyCheckTwoDigitDialSupport | |
ECustomTsySatRefreshCompleteNotification | |
ECustomTsyResetNetServer | |
ECustomTsyNotifyNetworkConnectionFailure | |
ECustomTsyGetSimFileInfo | |
ECustomTsyGetLifeTimerInfo | |
ECustomTsyGet3GPBInfo | |
ECustomTsyGetSystemNetworkModes | |
ECustomTsySetSystemNetworkMode | |
ECustomTsyGetCurrentSystemNetworkMode | |
ECustomTsyIMSAuthenticate | |
ECustomTsyGetSimAuthenticationData | |
ECustomTsySetDriveMode | |
ECustomTsyNotifyRauEvent | |
ECustomTsyReadHSxPAStatus | |
ECustomTsyWriteHSxPAStatus | |
ECustomTsyNotifyHSxPAStatus | |
ECustomTsyNotifyIccCallForwardingStatusChange | |
ECustomTsyGetIccCallForwardingStatus | |
ECustomTsyGetCellInfo | |
ECustomTsyNotifyCellInfoChange | |
ECustomTsyGetSystemNetworkBand | |
ECustomTsySetSystemNetworkBand | |
ECustomTsyGetUSIMServiceSupport | |
ECustomTsyNotifyRemoteAlertingToneStatusChange | |
ECustomTsyMaxNumOfRequests |
ESubTsyIdxWIM | |
ESubTsyIdxPacket | |
ESubTsyIdxSs | |
ESubTsyIdxSimLock | |
ESubTsyIdxSIM | |
ESubTsyIdxSecurity | |
ESubTsyIdxMaxNum |
RMmCustomAPI::TPndCacheStatus | iAdnCacheStatus | [private] |
Attribute tells status of the cache
RMmCustomAPI::TAlsSupport * | iAlsSupport | [private] |
Pointer to ALS support Not Own.
RMmCustomAPI::TAppSupport * | iAppSupport | [private] |
Pointer to client support structure Not Own.
RMmCustomAPI::TBandSelection * | iAvailableSystemNetworkBand | [private] |
Available network 3G radio frequency band not own
CRepository * | iCFISCentRep | [private] |
Pointer to Public Central Repository
CRepository * | iCFISPrivateCentRep | [private] |
Pointer to Cfis Private Central Repository
RMmCustomAPI::TMmCellInfo | iCellInfo | [private] |
Cell info Not Own.
RMmCustomAPI::TMmCellInfoPckg * | iCellInfoPckg | [private] |
Pointer to the buffer to hold cell info information Not Own.
RPointerArray < TCheckAlsPpSupportRequest > | iCheckAlsPpSupportRequests | [private] |
Array for buffering CheckAlsPpSupport requests
RMmCustomAPI::TCipheringInfo | iCipheringInfo | [private] |
Ciphering information
TUint32 * | iCurrentNetworkMode | [private] |
Pointer to get current network mode Not Own.
RMmCustomAPI::TCFIndicators | iCurrentTCFIndicator | [private] |
TCF indicator
TTsyReqHandle | iCustomReqHandles | [private] |
Table for custom request handles
RMmCustomAPI::TSimAuthenticationEapAka * | iEapAka | [private] |
Pointer to 3G authentication data Not Own.
RMmCustomAPI::TSimAuthenticationEapSim * | iEapSim | [private] |
Pointer to 2G authentication data Not Own.
RMmCustomAPI::TEmerNumberCheckMode * | iEmergencyNumberCheckMode | [private] |
Pointer to check emergency number mode Not Own.
TBool * | iEmergencyNumberCheckResult | [private] |
Pointer to check emergency number result Not Own.
RMmCustomAPI::TPndCacheStatus | iFdnCacheStatus | [private] |
Attribute tells status of the cache
RFeatureControl | iFeatureControl | [private] |
Used to query for supported features
TUint16 | iFreshBitCounter | [private] |
Number of fresh bits found from RAND Not Own.
RMmCustomAPI::TSimAuthenticationGbaBootstrap * | iGbaBootstrap | [private] |
Pointer to client GBA bootstrap structure Not Own.
RMmCustomAPI::TSimAuthenticationGbaBootstrapUpdate * | iGbaBootstrapUpdate | [private] |
Pointer to client GBA update structure Not Own.
RMmCustomAPI::TSimAuthenticationGbaNafDerivation * | iGbaNafDerivation | [private] |
Pointer to client NAF derivation structure Not Own.
TBool | iGetIccCfStatusBootUp | [private] |
Boolean indicating that request is made during boot-up
RMmCustomAPI::TSimFileInfo | iGetSimFileInfoReq | [private] |
Requested SIM file info
RPointerArray < TGetSimFileInfoRequest > | iGetSimFileInfoRequests | [private] |
Array for buffering GetSimFileInfo requests
RMmCustomAPI::THSxPAStatus | iHSxPAStatus | [private] |
HSxPA status
RMobilePhone::TImsAuthenticateDataV5 * | iIMSAuthenticationData | [private] |
Pointer to the IMS authentication data Not Own.
TBool | iISVDialNumberCheck | [private] |
Boolean that indicates that number check is called because of 3rd party dial request Not Own.
CMmVoiceCallTsy * | iISVDialNumberCheckObject | [private] |
Pointer to call object Not Own.
TDes8 * | iLifeTimerInfoPckg | [private] |
Pointer to the buffer to hold Sim file information Not Own.
RMmCustomAPI::TOperatorLogo * | iLogo | [private] |
Information of the logo Not Own.
RMmCustomAPI::TSimAuthenticationMgvMskDeletion * | iMgvMskDeletion | [private] |
Pointer to client MSK deletion structure Not Own.
RMmCustomAPI::TSimAuthenticationMgvMskUpdate * | iMgvMskUpdate | [private] |
Pointer to client MSK update structure Not Own.
RMmCustomAPI::TSimAuthenticationMgvMtkGeneration * | iMgvMtkGeneration | [private] |
Pointer to client MTK generation structure Not Own.
CMmCustomExtInterface * | iMmCustomExtInterface | [private] |
Pointer to the active extension Own.
CMmCustomSecurityTsy * | iMmSecurityTsy | [private] |
Pointer to Custom Security Tsy Own.
TDes * | iNetworkOperatorName | [private] |
Pointer to network provider name Not Own.
TDes8 * | iNotifyCFIndicator | [private] |
Pointer to client side data Not Own.
RMmCustomAPI::TDtmfInfo * | iNotifyInfo | [private] |
Pointer to Dtmf Info Not Own.
RMmCustomAPI::TOperatorId * | iOperatorId | [private] |
Operator Id for getting the logo Not Own.
RMmCustomAPI::TOperatorNameInfo * | iOperatorNameInfo | [private] |
Programmable operator name info Not Own.
RMmCustomAPI::TRauEventStatus * | iRauEventStatus | [private] |
Pointer to client side Rau event data Not Own
RMmCustomAPI::TRemoteAlertingToneStatus | iRemoteAlertingToneStatus | [private] |
Remote alerting status
TCustomRequestType | iReqHandleType | [private] |
Saves temporarily last TSY request type
RMmCustomAPI::TGetAlsBlockStatus * | iRetAlsBlockStatus | [private] |
Pointer to ALS block status for get Not Own.
RMmCustomAPI::TCipheringInfo * | iRetCipheringInfo | [private] |
Pointer to ciphering information Not Own.
RMmCustomAPI::THSxPAStatus * | iRetHSxPAStatus | [private] |
Pointer to client side HSxPA status Not Own.
RMmCustomAPI::TGetAlsBlockStatus * | iRetNotifyAlsBlockStatus | [private] |
Pointer to Als block status for notification Not Own.
RMmCustomAPI::TMmCellInfoPckg * | iRetNotifyCellInfoPckg | [private] |
Pointer to client side notify cell info Not Own.
RMmCustomAPI::TCipheringInfo * | iRetNotifyCipheringInfoChange | [private] |
Pointer to notification ciphering information Not Own.
RMmCustomAPI::THSxPAStatus * | iRetNotifyHSxPAStatus | [private] |
Pointer to client side HSxPA status Not Own.
RMmCustomAPI::TNspsStatus * | iRetNspsStatus | [private] |
Pointer to NSPS status information Not Own.
RMmCustomAPI::TOperatorId * | iRetOperatorIdInfo | [private] |
Operator Id info Not Own.
RMmCustomAPI::TOperatorLogo * | iRetOperatorLogoInfo | [private] |
Programmable operator logo info Not Own.
RMmCustomAPI::TOperatorNameInfo * | iRetOperatorNameInfo | [private] |
Programmable operator name info Not Own.
RMmCustomAPI::TSsAdditionalInfo * | iRetSsAdditionalInfo | [private] |
Pointer to SS additional information Not Own.
TInt * | iRetSsRequestComplete | [private] |
Pointer to SS request complete information Not Own.
RMmCustomAPI::TSetAlsBlock * | iSetBlockStatus | [private] |
Pointer to ALS block status for set Not Own.
RMmCustomAPI::THSxPAStatus * | iSetHSxPAStatus | [private] |
Pointer to client side HSxPA status Not Own.
RMmCustomAPI::TSsTypeAndMode * | iSsTypeAndMode | [private] |
SS type and Mode Not Own.
RMmCustomAPI::TBandSelection * | iSystemNetworkBand | [private] |
Network 3G radio frequency band not own
RMmCustomAPI::TNetworkModeCaps * | iSystemNetworkModeCaps | [private] |
Pointer to selected system network mode Not Own.
TUint32 * | iSystemNetworkModes | [private] |
Pointer to get supported network modes Not Own.
RMmCustomAPI::TRemoteAlertingToneStatus * | iToneStatus | [private] |
Pointer to client side RemoteAlertingToneStatus data Not Own
CMmTsyReqHandleStore * | iTsyReqHandleStore | [private] |
Pointer to the Req handle store Own.
RMmCustomAPI::TTwoDigitDialSupport * | iTwoDigitDialSupport | [private] |
Two digit dial support check Not Own.
TBool | iUsingFeatureManager | [private] |
Tells if Feature Manager is available. Will be EFalse if RFeatureControl::Open fails to connect to the Feature Manager
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.