class CMmPhoneTsy : public CPhoneBase |
CMmPhoneTsy contains mode-independent phone functionality. Extension request handles and parameters are stored as attributes.
Private Member Enumerations | |
---|---|
enum | TServiceTableRequest { ENoRequest , ESIMRequest , EUSIMRequest } |
void | AirTimeTimerCheckStart | ( | ) | [virtual] |
Starts the air time duration timer
TInt | AppendAPNNameL | ( | RMobilePhone::TAPNEntryV3 * | aAPNEntry | ) | [private] |
Append an entry to the access point name (APN) control list
RMobilePhone::TAPNEntryV3 * aAPNEntry | APN Entry |
TBool | CacheNextL | ( | ) |
Starts caching the next SIM file in queue const TCacheFileTypes aFileType SIM file type to be refreshed
TInt | CancelService | ( | const TInt | aIpc, |
const TTsyReqHandle | aTsyReqHandle | |||
) | [virtual] |
Cancels request that's IPC number and request handle are given in parameters
const TInt aIpc | request IPC number |
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt | CancelToPhonetL | ( | const TInt | aIpc, |
const TTsyReqHandle | aTsyReqHandle | |||
) | [private] |
Handles cancel methods that cause message sending to DOS.
const TInt aIpc | request IPC number |
const TTsyReqHandle aTsyReqHandle | TSY request handle |
void | Complete | ( | TInt | aReqHandleType, |
TInt | aError | |||
) |
Calls the needed complete method due timer expiration
void | CompleteAppendAPNName | ( | TInt | aErrorCode | ) |
Complete Append APN name request
TInt aErrorCode | Error value |
void | CompleteCacheServiceTablesL | ( | const TInt | aError | ) | [private] |
Completes caching of Service Tables
const TInt aError |
void | CompleteCacheSimL | ( | const TUint8 | aFileType, |
TInt | aReadError | |||
) |
Removes SIM file(s) from caching queue and calls complete for RefreshNow if no more files in queue
void | CompleteDeleteAPNName | ( | TInt | aErrorCode | ) |
Complete delete APN entry
TInt aErrorCode | Error value |
void | CompleteEnumerateAPNEntries | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete enumerate APN entries request
CMmDataPackage * aDataPackage | Datapackage |
TInt aErrorCode | Error value |
void | CompleteGetAPNControlListServiceStatus | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete Get APN service status
CMmDataPackage * aDataPackage | Datapackage |
TInt aErrorCode | Error value |
void | CompleteGetAPNname | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete Get APN name request
CMmDataPackage * aDataPackage | Datapackage |
TInt aErrorCode | Error value |
void | CompleteGetAlsLine | ( | RMobilePhone::TMobilePhoneALSLine | aAlsStatus, |
TInt | aErrorCode | |||
) | [virtual] |
Completes GetAlsLine
RMobilePhone::TMobilePhoneALSLine aAlsStatus | ALS line status |
TInt aErrorCode | Symbian OS error code |
void | CompleteGetCallForwardingNumber | ( | TInt | aError, |
const CMmDataPackage * | aPackage | |||
) |
Completes get call forwarding number request
TInt aError | error value from |
const CMmDataPackage * aPackage | includes data needed |
void | CompleteGetCustomerServiceProfile | ( | RMobilePhone::TMobilePhoneCspFileV1 | aCspFile, |
TInt | aErrorCode | |||
) | [virtual] |
Complete Get Customer Service Profile
RMobilePhone::TMobilePhoneCspFileV1 aCspFile | CSP result from SIM |
TInt aErrorCode | error code |
void | CompleteGetFdnStatus | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) | [virtual] |
Completes the fdn status request
CMmDataPackage * aDataPackage | |
TInt aErrorCode | error/success code |
void | CompleteGetMailboxNumbers | ( | CMmDataPackage * | aDataPackage, |
TInt | aResult | |||
) |
Completes GetMailboxNumbers request
CMmDataPackage * aDataPackage | |
TInt aResult |
void | CompleteGetPhoneId | ( | TBuf8 < KSerialNumberLength > | aSerialData, |
TInt | aError | |||
) | [virtual] |
Sets iPhoneIdentitys iSerialNumber
TBuf8 < KSerialNumberLength > aSerialData | serial number |
TInt aError | error code |
void | CompleteGetPhoneStoreInfo | ( | RMobilePhoneStore::TMobilePhoneStoreInfoV1 | aPhoneStoreInfo, |
TInt | aErrorCode | |||
) | [virtual] |
Complete Get Phone Store Info
RMobilePhoneStore::TMobilePhoneStoreInfoV1 aPhoneStoreInfo | Result from SIM |
TInt aErrorCode | error code |
void | CompleteGetServiceProviderName | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) | [virtual] |
Complete Get ServiceProvider Name
CMmDataPackage * aDataPackage | |
TInt aErrorCode | error code |
void | CompleteGetServiceTableL | ( | RMobilePhone::TMobilePhoneServiceTableV1 | aTableData, |
TInt | aErrorCode | |||
) | [virtual] |
Complete Get Service Table
RMobilePhone::TMobilePhoneServiceTableV1 aTableData | result from SIM |
TInt aErrorCode | error code |
void | CompleteGetSubscriberIdL | ( | TBuf8 < RMobilePhone::KIMSISize > | aImsiData, |
TInt | aError | |||
) | [virtual] |
Completes client GetSubcriberId request
void | CompleteImsAuthentication | ( | CMmDataPackage * | aDataPackage, |
TInt | aResult | |||
) |
Completes ims authentication request
CMmDataPackage * aDataPackage | Holds authentication data from sim |
TInt aResult | Error value |
void | CompleteNotifyALSLineChange | ( | ) | [virtual] |
Notifies client about ALS line change
void | CompleteNotifyAPNControlListServiceStatusChange | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
Complete service status notification
CMmDataPackage * aDataPackage | Datapackage |
TInt aErrorCode | Error value |
void | CompleteNotifyAPNListChanged | ( | TInt | aErrorCode | ) |
Complete notification request
TInt aErrorCode | Error value |
void | CompleteNotifyBatteryInfoChange | ( | CMmDataPackage * | aDataPackage, |
TInt | aErrorCode | |||
) |
This function completes battery informations.
CMmDataPackage * aDataPackage | data package |
TInt aErrorCode | error code |
void | CompleteNotifyCallDurationChange | ( | ) |
Complete call duration change notification
void | CompleteNotifyFdnStatusChange | ( | ) | [virtual] |
Notifies client about fdn status change
void | CompleteNotifyIccAccessCapsChange | ( | ) | [virtual] |
Complete notify ICC access capabilities change
void | CompleteNotifyIndicatorChange | ( | ) |
Completes the NotifyIndicatorChange if indicator state has changed.
void | CompleteNotifyModemDetected | ( | RPhone::TStatus | aModemStatus | ) | [virtual] |
Complete the client request when modem has been detected.
RPhone::TStatus aModemStatus | Modem status |
void | CompleteNotifyModemStatusReady | ( | ) | [virtual] |
Completes initialization of the phone
void | CompleteNotifySecurityReady | ( | ) |
Sets the boot security flag iSecReady to ETrue
void | CompleteNotifySimStatusReadyL | ( | ) | [virtual] |
Initializes SIM dependent parts
void | CompleteSetAPNControlListServiceStatus | ( | TInt | aErrorCode | ) |
Complete Set APN service status
TInt aErrorCode | Error value |
void | CompleteSetAlsLine | ( | TInt | aErrorCode | ) | [virtual] |
Completes SetAlsLine
TInt aErrorCode | Symbian OS error code |
void | CompleteSetFdnSettingL | ( | TInt | aErrorCode | ) | [virtual] |
Completes the fdn setting request
TInt aErrorCode | error/success code |
void | CompleteSimRefreshNowL | ( | TUint16 | aFilesToRefresh | ) |
Completes the refresh now -indication, sets refresh flag to ETrue and initiates the SIM file caching
TUint16 aFilesToRefresh | SIM file types that need to be refreshed |
void | CompleteSimRefreshRegister | ( | TInt | aErrorCode | ) |
Completes the SIM refresh register
TInt aErrorCode | Symbian OS error code |
void | CompleteTerminateAllCallsReq | ( | TInt | aErrorCode | ) |
Complete TerminateAllCalls request
TInt aErrorCode | The result of the request |
void | CompleteUpdateLifeTimer | ( | TInt | aErrorCode | ) |
Completes update life timer request
TInt aErrorCode | Symbian OS error code |
CMmConferenceCallTsy * | ConferenceCall | ( | ) | [virtual] |
Returns pointer to the conference call
TInt | ControlledInitialisation | ( | const TTsyReqHandle | aTsyReqHandle | ) | [virtual] |
Controlled initialisation
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt | ControlledInitialisationCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [virtual] |
Cancels controlled initialisation
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt | DeleteAPNNameL | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aIndex | |||
) | [private] |
Delete an entry from the access point name (APN) control list
const TTsyReqHandle aTsyReqHandle | TSY req handle |
TUint32 * aIndex | Deleted index |
TInt | DeregisterNotification | ( | const TInt | aIpc | ) | [virtual] |
Deregister given notification
const TInt aIpc | IPC number |
TInt | DoExtFuncL | ( | const TTsyReqHandle | aTsyReqHandle, |
const TInt | aIpc, | |||
const TDataPackage & | aPackage | |||
) | [private] |
Handles extended client requests. Uses TRAP to ensure functioning on memory allocation failure
const TTsyReqHandle aTsyReqHandle | TSY request handle |
const TInt aIpc | request IPC number |
const TDataPackage & aPackage | packaged request parameters |
void | DoGetPhoneIdL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneIdentityV1 * | aId | |||
) | [private] |
This is a helper function for GetPhoneIdL.
const TTsyReqHandle aTsyReqHandle | request handle |
RMobilePhone::TMobilePhoneIdentityV1 * aId | aId pointer |
TInt | EnumerateAPNEntriesCancel | ( | ) | [private] |
Cancel enumerate APN entries request
TInt | EnumerateAPNEntriesL | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aIndex | |||
) | [private] |
Enumerates number of APN entries in ACL
const TTsyReqHandle aTsyReqHandle | Request Handle |
TUint32 * aIndex | Pointer to index |
TInt | EnumerateLines | ( | const TTsyReqHandle | aTsyReqHandle, |
TInt * | aCount | |||
) | [virtual] |
Fills the given pointer with maximum number of supported lines
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt * aCount | line count |
TInt | ExtFunc | ( | const TTsyReqHandle | aTsyReqHandle, |
const TInt | aIpc, | |||
const TDataPackage & | aPackage | |||
) | [virtual] |
Dispatches multimode API functions calls
const TTsyReqHandle aTsyReqHandle | TSY request handle |
const TInt aIpc | request IPC number |
const TDataPackage & aPackage | packaged request parameters |
TInt | GetALSLineL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneALSLine * | aALSLine | |||
) | [private] |
This method allows a client to find out which voice line is currently selected as the active ALS line for outgoing voice calls.
const TTsyReqHandle aTsyReqHandle | |
RMobilePhone::TMobilePhoneALSLine * aALSLine | Selected line |
TInt | GetAPNControlListServiceStatusCancel | ( | ) | [private] |
Cancel the request to get ACL status
TInt | GetAPNControlListServiceStatusL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TAPNControlListServiceStatus * | aAPNControlListServiceStatus | |||
) | [private] |
Get the status of the access point name (APN) control list service
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMobilePhone::TAPNControlListServiceStatus * aAPNControlListServiceStatus | ACL status |
TInt | GetAPNnameL | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aIndex, | |||
TDes8 * | aAPN | |||
) | [private] |
Get APN name
const TTsyReqHandle aTsyReqHandle | Request handle |
TUint32 * aIndex | Index of requested APN |
TDes8 * aAPN | APN name |
CMmPhoneExtInterface * | GetActivePhoneExtension | ( | ) | [virtual] |
Returns the active phone extension
void | GetAirTimeDuration | ( | TTimeIntervalSeconds & | aTime | ) | [virtual] |
Gets the value of the air time duration timer
TTimeIntervalSeconds & aTime | value of the air time duration |
TInt | GetAlsLineCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [virtual] |
Cancels an outstanding GetAlsLine request
const TTsyReqHandle aTsyReqHandle |
TInt | GetBatteryCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aCaps | |||
) | [private] |
This function returns battery capabilities.
const TTsyReqHandle aTsyReqHandle | request handle |
TUint32 * aCaps | pointer to aCaps |
TInt | GetBatteryInfoL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneBatteryInfoV1 * | aInfo | |||
) | [private] |
This function returns battery informations.
const TTsyReqHandle aTsyReqHandle | request handle |
RMobilePhone::TMobilePhoneBatteryInfoV1 * aInfo | aInfo pointer |
TInt | GetCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
RPhone::TCaps * | aCaps | |||
) | [virtual] |
Fills the given pointer with phone capabilities (core)
const TTsyReqHandle aTsyReqHandle | TSY request handle |
RPhone::TCaps * aCaps | phone capabities |
TInt | GetCustomerServiceProfileCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels an outstanding get customer service profile request
const TTsyReqHandle aTsyReqHandle | Request handle |
TInt | GetCustomerServiceProfileL | ( | const TTsyReqHandle | aTsyReqHandle, |
TDes8 * | aCspFile | |||
) | [private] |
Get Customer Service Profile
const TTsyReqHandle aTsyReqHandle | Tsy request handle |
TDes8 * aCspFile | Customer Service Profile file |
TInt | GetFdnStatusCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This method cancels Fixed Dialling Numbers service request
const TTsyReqHandle aTsyReqHandle | request handle |
TInt | GetFdnStatusL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneFdnStatus * | aFdnStatus | |||
) | [private] |
This method retrieves the current status of the Fixed Dialling Numbers service
const TTsyReqHandle aTsyReqHandle | request handle |
RMobilePhone::TMobilePhoneFdnStatus * aFdnStatus |
TInt | GetIccAccessCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aCaps | |||
) | [private] |
Get ICC Access Capabilities
const TTsyReqHandle aTsyReqHandle | |
TUint32 * aCaps |
TInt | GetIdentityCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aCaps | |||
) | [private] |
This function returns identity capabilities
const TTsyReqHandle aTsyReqHandle | request handle |
TUint32 * aCaps |
TInt | GetIndicatorCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aActCaps, | |||
TUint32 * | aIndCaps | |||
) | [private] |
This function returns phone indicator capabilities
const TTsyReqHandle aTsyReqHandle | Request handle |
TUint32 * aActCaps | |
TUint32 * aIndCaps |
TUint32 | GetIndicatorState | ( | ) | [private] |
Returns current indicator state according to batteryInfo, networkStatus and call state
TInt | GetIndicators | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aIndicators | |||
) | [private] |
This request function returns Phone Indicator state to the client.
const TTsyReqHandle aTsyReqHandle | request handle |
TUint32 * aIndicators | indicator pointer |
TInt | GetInfo | ( | const TTsyReqHandle | aTsyReqHandle, |
RPhone::TPhoneInfo * | aPhoneInfo | |||
) | [virtual] |
Fills the given pointer with phone information (core)
const TTsyReqHandle aTsyReqHandle | TSY request handle |
RPhone::TPhoneInfo * aPhoneInfo | phone information |
TInt | GetLineInfo | ( | const TTsyReqHandle | aTsyReqHandle, |
TLineInfoIndex * | aLineInfo | |||
) | [virtual] |
Fills the given pointer with line information
const TTsyReqHandle aTsyReqHandle | |
TLineInfoIndex * aLineInfo |
TInt | GetMailboxNumbersCancel | ( | ) | [private] |
Cancels get mailbox numbers request
TInt | GetMailboxNumbersL | ( | TDes8 * | aMailBox | ) | [private] |
Requests mailbox numbers identifier information
TDes8 * aMailBox | mailbox data. |
TInt | GetMultimodeCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aCaps | |||
) | [private] |
Returns multimode capabilities
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TUint32 * aCaps | multimode capabilities |
TInt | GetNetworkCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aCaps | |||
) | [private] |
This function returns network capabilities
const TTsyReqHandle aTsyReqHandle | Request handle |
TUint32 * aCaps | Capabilities |
TInt | GetPhoneIdL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneIdentityV1 * | aId | |||
) | [private] |
This function returns phone ID.
const TTsyReqHandle aTsyReqHandle | request handle |
RMobilePhone::TMobilePhoneIdentityV1 * aId | aId pointer |
TInt | GetPhoneStoreInfoCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels GetPhoneStoreInfo request
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt | GetPhoneStoreInfoL | ( | TDes8 * | aInfo, |
const RMobilePhone::TMobileName * | aStoreName | |||
) | [private] |
Get Phone Store Info
TDes8 * aInfo | pointer to ETel server phone store info data |
const RMobilePhone::TMobileName * aStoreName | name of the store |
MStkTsySatService * | GetSatMessaging | ( | ) | [virtual] |
Returns pointer to the SAT messaging
TInt | GetServiceProviderNameCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels the service provider name retrieving.
const TTsyReqHandle aTsyReqHandle | request handle |
TInt | GetServiceProviderNameL | ( | const TTsyReqHandle | aTsyReqHandle, |
TDes8 * | aName | |||
) | [private] |
Get service provider name from Sim
const TTsyReqHandle aTsyReqHandle | Tsy request handle |
TDes8 * aName | Service provider name info |
TInt | GetServiceTableCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels GetServiceTable request
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt | GetServiceTableCheckParametersL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneServiceTable * | aTable, | |||
TDes8 * | aTableData | |||
) | [private] |
Get Service Table and check validity of client parameters
const TTsyReqHandle aTsyReqHandle | TSY request handle |
RMobilePhone::TMobilePhoneServiceTable * aTable | Service Table specifier |
TDes8 * aTableData | Service Table file contents |
TInt | GetServiceTableL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneServiceTable * | aTable, | |||
RMobilePhone::TMobilePhoneServiceTableV1 * | aTableData | |||
) | [private] |
Get Service Table
const TTsyReqHandle aTsyReqHandle | TSY request handle |
RMobilePhone::TMobilePhoneServiceTable * aTable | Service Table specifier |
RMobilePhone::TMobilePhoneServiceTableV1 * aTableData | Service Table file contents |
TInt | GetSignalCaps | ( | const TTsyReqHandle | aTsyReqHandle, |
TUint32 * | aCaps | |||
) | [private] |
This function returns signal capabilities
const TTsyReqHandle aTsyReqHandle | Tsy request handle |
TUint32 * aCaps | Capabilities |
void | GetStaticExtensionMode | ( | RMobilePhone::TMobilePhoneNetworkMode * | aMode | ) | [virtual] |
This method can be used to find out what protocol mode is currently active.
RMobilePhone::TMobilePhoneNetworkMode * aMode | Mode |
TInt | GetStatus | ( | const TTsyReqHandle | aTsyReqHandle, |
RPhone::TStatus * | aStatus | |||
) | [virtual] |
Fills the given pointer with phone status (core)
const TTsyReqHandle aTsyReqHandle | TSY request handle |
RPhone::TStatus * aStatus | phone status |
TInt | GetSubscriberIdCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels GetSubscriberId request
const TTsyReqHandle aTsyReqHandle | request handle |
void | GetSubscriberIdForTSYL | ( | ) | [private] |
Get current subscriber ID (IMSI) for TSY internal use
TInt | GetSubscriberIdL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneSubscriberId * | aId | |||
) | [private] |
This function returns subscriber ID.
const TTsyReqHandle aTsyReqHandle | request handle |
RMobilePhone::TMobilePhoneSubscriberId * aId | aId pointer |
CMmSupplServTsy * | GetSupplServTsy | ( | ) | [virtual] |
Get pointer to Supplementary Services Tsy
CResponseTimerStore * | GetTimeStampStore | ( | ) | [virtual] |
Gets the pointer to the private member attribute iTimeStampStore
CResponseTimer * | GetTimer | ( | ) | [virtual] |
gets the pointer to the member private attribute iReqHandleTimer
TInt | ImsAuthenticationCancel | ( | ) | [private] |
Cancels sim authenticaiton request
TInt | ImsAuthenticationL | ( | TDes8 * | aAuthenticationData | ) | [private] |
Authenticates with data provided by client
TDes8 * aAuthenticationData | Pointer to IMS authentication data. |
void | InitInternalAttributes | ( | ) | [private] |
Initialise miscellaneous internal attributes
void | InitStoresAndListsL | ( | ) | [private] |
Initialises transaction handler, TSY req handle store, and object lists
TBool | IsModemStatusReady | ( | ) | const |
This method returns the information when modem status is ready
TBool | IsPBInitActive | ( | ) |
This method returns the initialization status of the phonebook
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 |
RMobilePhone::TMobilePhoneALSLine | MapMEALSLine | ( | TInt | aAlsLineInfo | ) |
Maps ALS line info value
TInt aAlsLineInfo |
CMmMessageManagerBase * | MessageManager | ( | ) | [virtual] |
Returns pointer to the message manager
TInt | MobilePhoneGetPhoneIdCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
Cancels get phone id request
const TTsyReqHandle aTsyReqHandle | TSY request handle |
IMPORT_C CMmPhoneTsy * | NewL | ( | CMmMessageManagerBase * | aMessageManager, |
CMmPhoneFactoryTsy * | aMmPhoneFactoryTsy, | |||
MLtsyFactoryBase * | aFactory | |||
) | [static] |
Two-phased constructor.
CMmMessageManagerBase * aMessageManager | |
CMmPhoneFactoryTsy * aMmPhoneFactoryTsy | Pointer to the phone factory (which is needed for Sim Atk TSY creation). The returned CMmPhoneTsy does not take ownership of this parameter. |
MLtsyFactoryBase * aFactory | Pointer Ltsy factory base. The returned CMmPhoneTsy takes ownership of this parameter. return created phone object |
CMmPhoneTsy::TNosBootState * | NosBootState | ( | ) | [virtual] |
Returns current DOS bootstate
TInt | NotifyALSLineChange | ( | RMobilePhone::TMobilePhoneALSLine * | aALSLine | ) | [private] |
This method allows a client to be notified if the currently selected ALS line changes
RMobilePhone::TMobilePhoneALSLine * aALSLine | new active line |
TInt | NotifyALSLineChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This method cancels order to notify if ALS line changes
const TTsyReqHandle aTsyReqHandle | request handle |
TInt | NotifyAPNControlListServiceStatusChange | ( | RMobilePhone::TAPNControlListServiceStatus * | aAPNControlListServiceStatus | ) | [private] |
This function is used to request to receive notification of when the status of the APN control list service changes.
RMobilePhone::TAPNControlListServiceStatus * aAPNControlListServiceStatus |
TInt | NotifyAPNControlListServiceStatusChangeCancel | ( | ) | [private] |
This function cancels an outstanding access point name (APN) control list service status change notification request.
TInt | NotifyAPNListChanged | ( | ) | [private] |
This function is used to request to receive notification of when the APN control list changes.
TInt | NotifyAPNListChangedCancel | ( | ) | [private] |
This function cancels an outstanding access point name (APN) control list change notification request.
void | NotifyBatteryInfo | ( | TInt | aErrorCode, |
CHWRMPower::TBatteryConsumptionData | aBatteryData | |||
) |
Notify change of battery info
TInt aErrorCode | error code |
CHWRMPower::TBatteryConsumptionData aBatteryData | data structure used to retreive data from a call to GetBatteryInfo |
TInt | NotifyBatteryInfoChange | ( | RMobilePhone::TMobilePhoneBatteryInfoV1 * | aInfo | ) | [private] |
This function is used to request battery info change notifications.
RMobilePhone::TMobilePhoneBatteryInfoV1 * aInfo | battery info |
TInt | NotifyBatteryInfoChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This function cancels an outstanding battery info change notification request
const TTsyReqHandle aTsyReqHandle | Request handle |
TInt | NotifyCapsChange | ( | const TTsyReqHandle | aTsyReqHandle, |
RPhone::TCaps * | aCaps | |||
) | [virtual] |
Request for caps change notifications
const TTsyReqHandle aTsyReqHandle | TSY request handle |
RPhone::TCaps * aCaps | phone caps |
TInt | NotifyCapsChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [virtual] |
Cancels caps change notifications
const TTsyReqHandle aTsyReqHandle | TSY request handle |
void | NotifyChargingStatus | ( | TInt | aErrorCode, |
RMobilePhone::TMobilePhoneBatteryInfoV1 | aBatteryInfo | |||
) |
Notify change of charging status
TInt aErrorCode | error code |
RMobilePhone::TMobilePhoneBatteryInfoV1 aBatteryInfo | package containing power and battery status |
TInt | NotifyFdnStatusChange | ( | RMobilePhone::TMobilePhoneFdnStatus * | aStatus | ) | [private] |
This request allows a client to be notified when the status of the FDN service has changed
RMobilePhone::TMobilePhoneFdnStatus * aStatus | status |
TInt | NotifyFdnStatusChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
This request cancels order to notify if status changes
const TTsyReqHandle aTsyReqHandle | request handle |
TInt | NotifyIccAccessCapsChange | ( | TUint32 * | aCaps | ) | [private] |
Notify Change of ICC Access Caps
TUint32 * aCaps |
TInt | NotifyIccAccessCapsChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) |
This function cancels an outstanding ICC caps change notification request
const TTsyReqHandle aTsyReqHandle | Request handle |
TInt | NotifyIndicatorChange | ( | TUint32 * | aIndicatorState | ) | [private] |
This function is used to request indicator change notifications.
TUint32 * aIndicatorState | indicator state |
TInt | NotifyIndicatorChangeCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Cancels NotifyIndicatorChange
const TTsyReqHandle aTsyReqHandle | TSY request handle |
TInt | NotifyModemDetected | ( | const TTsyReqHandle | aTsyReqHandle, |
RPhone::TModemDetection * | aDetection | |||
) | [virtual] |
Request for modem detected notifications.
const TTsyReqHandle aTsyReqHandle | Request handle |
RPhone::TModemDetection * aDetection | Ptr to TModemDetection object |
TInt | NotifyModemDetectedCancel | ( | const TTsyReqHandle | aTsyReqHandle | ) | [virtual] |
Cancels modem detected notifications.
const TTsyReqHandle aTsyReqHandle | Request handle |
void | NotifySimRefreshCompletionL | ( | TBool | aReadError | ) |
Completes the refresh by notifying server for completion TBool aReadError: If error occured when reading files: ETrue, otherwise EFalse
TBool aReadError |
void | NotifyTelephonyAudioControlError | ( | const TName & | aCallName, |
const TInt & | aError | |||
) |
Informs errors from the Telephony Audio Control
TInt | NumberOfActiveCalls | ( | ) | const [inline] |
Returns current nr of active calls
TInt | NumberOfSlotsL | ( | const TInt | aIpc | ) | [virtual] |
Returns number of slots to be used for given IPC
const TInt aIpc | request IPC number |
CTelObject * | OpenNewObjectByNameL | ( | const TDesC & | aName | ) | [virtual] |
Creates new object by name and returns a pointer to it.
const TDesC & aName |
CTelObject * | OpenNewObjectL | ( | TDes & | aNewName | ) | [virtual] |
Creates new Line object and returns a pointer to it. All objects opened from the phone are opened by name, hence this method is NOT SUPPORTED.
TDes & aNewName | return pointer to the created object |
CMmPacketServiceTsy * | PacketDataSession | ( | ) | [virtual] |
Returns pointer to the Packet Data session
void | PhoneBookStoreInitCompleteL | ( | TInt | aError | ) |
TInt aError |
CMmPhoneExtInterface * | PhoneExtInterface | ( | ) |
Returns a pointer to active phone extension.
TInt | RegisterNotification | ( | const TInt | aIpc | ) | [virtual] |
Register given notification
const TInt aIpc | IPC number |
void | RemoveLine | ( | const TName & | aLineName | ) |
Removes a line form LineList and recalculates phone capabilities. Checks the mode from all lines and then defines the capabilities.
const TName & aLineName |
CTelObject::TReqMode | ReqModeL | ( | const TInt | aIpc | ) | [virtual] |
Returns request mode for given IPC.
const TInt aIpc | IPC number |
void | SaveFdnInfoDetails | ( | TInt | aErrorCode, |
CMmDataPackage * | aDataPackage | |||
) |
TInt aErrorCode | |
CMmDataPackage * aDataPackage |
TInt | SetALSLineL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TMobilePhoneALSLine * | aALSLine | |||
) | [private] |
This method allows a client to set which voice line is currently selected as the active ALS line for outgoing voice calls
const TTsyReqHandle aTsyReqHandle | |
RMobilePhone::TMobilePhoneALSLine * aALSLine | line selection |
TInt | SetAPNControlListServiceStatusCancel | ( | ) | [private] |
Cancel the request to set ACL status
TInt | SetAPNControlListServiceStatusL | ( | const TTsyReqHandle | aTsyReqHandle, |
RMobilePhone::TAPNControlListServiceStatus * | aAPNControlListServiceStatus | |||
) | [private] |
Enabling and disabling the access point name (APN) control list service
const TTsyReqHandle aTsyReqHandle | TSY req handle |
RMobilePhone::TAPNControlListServiceStatus * aAPNControlListServiceStatus | ACL status |
void | SetAlsQueryInBoot | ( | TBool | aInBoot | ) |
SetAlsQueryInBoot request
TBool aInBoot | bootupflag if als is asked during boot |
void | SetAlsState | ( | TBool | aState | ) |
Sets ALS Line service status by sim
TBool aState | boolean for sim based ALS |
void | SetConferenceCall | ( | CMmConferenceCallTsy * | aMmConferenceCallTsy | ) | [virtual] |
Sets pointer to the conference call
CMmConferenceCallTsy * aMmConferenceCallTsy | pointer to CC object |
void | SetCustomTsy | ( | CMmCustomTsy * | aMmCustomTsy | ) | [virtual] |
Set pointer to the CustomTsy
CMmCustomTsy * aMmCustomTsy |
TInt | SetFdnSettingL | ( | const TTsyReqHandle | aTsyReqHandle, |
const TDataPackage & | aPackage | |||
) | [private] |
This method activates (ON) or deactivates (OFF) the Fixed Dialling Numbers (FDN) service.
const TTsyReqHandle aTsyReqHandle | request handle |
const TDataPackage & aPackage |
void | SetHomeZoneParamsChecked | ( | TBool | aHomeZoneChecked | ) |
Set HomeZoneParams status
TBool aHomeZoneChecked |
void | SetMessageManager | ( | CMmMessageManagerBase * | aMessageManager | ) |
Sets the message manager pointer
CMmMessageManagerBase * aMessageManager | Message manager |
void | SetPBInitActiveStatus | ( | TBool | aIsInitializationActive | ) |
This method set the initialization status of the phonebook
TBool aIsInitializationActive | is initialization active or not |
void | SetRfStateInfo | ( | TRfStateInfo | aStateInfo | ) | [virtual] |
Set State Info
TRfStateInfo aStateInfo | state info |
void | SetRfStatus | ( | TRfStatus | aRfStatus | ) | [virtual] |
Set Rf Status
TRfStatus aRfStatus | rf status |
void | SetSmsSession | ( | CMmSmsTsy * | aMmSmsTsy | ) | [virtual] |
Set SMS session
CMmSmsTsy * aMmSmsTsy |
void | SetTypeOfResponse | ( | const TInt | aReqHandleType, |
const TTsyReqHandle | aTsyReqHandle | |||
) | [private] |
Chooses the type of response, automatic or common
const TInt aReqHandleType | req handle type. |
const TTsyReqHandle aTsyReqHandle |
void | SetWaitingCallForData | ( | CMmCallTsy * | aMmCall | ) |
Sets pointer to call object wishing to answer incoming data call.
CMmCallTsy * aMmCall |
MCtsySatService & | SmsService | ( | ) | [virtual] |
Returns pointer to the SMS service as a MCtsySatService .
TInt | StartNewCacheL | ( | TUint8 | aPhoneBookType | ) |
Starts new cache when PB read is called and sim refresh registration is failed
TUint8 aPhoneBookType | phonebook to be cached |
void | StartPBCachingL | ( | ) |
Initializes Phonebook caching, this happens after SIM is ready
TInt | TerminateAllCallsL | ( | const TTsyReqHandle | aTsyReqHandle | ) | [private] |
Terminate all calls simultaneously
const TTsyReqHandle aTsyReqHandle | TSY req handle |
void | TimeoutGetSecurityCodeInfo | ( | const TInt | aReqHandleType, |
const TInt | aError | |||
) | [private] |
Sets the security code when the request completes due to timer expiration and then it calls the completion function to handle the timeout event.
void | TimerExpired | ( | CTelObject * | aObject, |
TInt | aReqHandleType, | |||
TInt | aIPC | |||
) | [virtual] |
Called when the timer expires and a request must be completed automatically
CTelObject * aObject | object that should handle this |
TInt aReqHandleType | req handle type. |
TInt aIPC |
CMmCallTsy * | WaitingCallForData | ( | ) |
Returns pointer to call object wishing to answer incoming data call
Phone request types
EMultimodePhoneReqHandleUnknown | |
EMultimodePhoneNotifyModemDetected | |
EMultimodePhoneCapsChangeNotification | |
EMultimodePhoneNotifyDTMFCaps | |
EMultimodePhoneSendDTMFTones | |
EMultimodePhoneStartDTMFTone | |
EMultimodePhoneStopDTMFTone | |
EMultimodePhoneSendNetworkServiceRequest | |
EMultimodePhoneGetDetectedNetworksPhase1 | |
EMultimodePhoneNotifyNetworkRegistrationStatusChange | |
EMultimodePhoneNotifyModeChange | |
EMultimodePhoneNotifyCurrentNetworkChange | |
EMultimodePhoneNotifySignalStrengthChange | |
EMultimodePhoneNotifyNetworkTimeInfoChange | |
EMultimodePhoneNotifyNWSelectionSettingChange | |
EMultimodePhoneNotifyNWTimeInfoChange | |
EMultimodePhoneSelectNetwork | |
EMultimodePhoneSetNWSelectionSetting | |
EMultimodePhoneGetPreferredNetworksPhase1 | |
EMultimodePhoneStorePreferredNetworksList | |
EMultimodePhoneNotifyStorePreferredNetworksListChange | |
EMultimodePhoneSetCallForwardingStatus | |
EMultimodePhoneGetIdentityServiceStatus | |
EMultimodePhoneSetCallBarringStatus | |
EMultimodePhoneSetSSPassword | |
EMultimodePhoneSetCallWaitingStatus | |
EMultimodePhoneSetFdnSetting | |
EMultimodePhoneGetFdnStatus | |
EMultimodePhoneNotifyCallForwardingStatusChange | |
EMultimodePhoneNotifyCallBarringStatusChange | |
EMultimodePhoneNotifyCallWaitingStatusChange | |
EMultimodePhoneNotifyAlsLineChange | |
EMultimodePhoneNotifyFdnStatusChange | |
EMultimodePhoneGetCallForwardingStatusPhase1 | |
EMultimodePhoneGetCallBarringStatusPhase1 | |
EMultimodePhoneGetCallWaitingStatusPhase1 | |
EMultimodePhoneNotifySecurityCapsChange | |
EMultimodePhoneGetLockInfo | |
EMultimodePhoneNotifyLockInfoChange | |
EMultimodePhoneSetLockSetting | |
EMultimodePhoneChangeSecurityCode | |
EMultimodePhoneNotifySecurityEvent | |
EMultimodePhoneVerifySecurityCode | |
EMultimodePhoneAbortSecurityCode | |
EMultimodePhoneNotifyBatteryInfoChange | |
EMultimodePhoneNotifyStopInDTMFString | |
EMultimodePhoneNotifyCallServiceCapsChange | |
EMultimodePhoneNotifyCallForwardingActive | |
EMultimodePhoneNotifyIccAccessCapsChange | |
EMultimodePhoneGetCustomerServiceProfile | |
EMultimodePhoneGetServiceTable | |
EMultimodePhoneGetPhoneStoreInfo | |
EMultimodePhoneOutOfMemory | |
EMultimodePhoneGetAlsLine | |
EMultimodePhoneSetAlsLine | |
EMultimodePhoneGetNITZInfo | |
EMultimodePhoneGetCellInfo | |
EMultimodePhoneNotifyCellInfoChange | |
EMultimodePhoneGetServiceProviderName | |
EMultimodePhoneGetNetworkRegistrationStatus | |
EMultimodePhoneGetSubscriberId | |
EMultimodePhoneNotifyNetworkSecurityLevelChange | |
EMultimodePhoneGetCipheringIndicatorStatus | |
EMultimodePhoneGetBatteryInfo | |
EMultimodePhoneGetPhoneId | |
EMultimodePhoneNotifyCurrentNetworkNoLocationChange | |
EMultimodePhoneNotifyIndicatorChange | |
EMultimodePhoneGetAuthorizationInfoPhase1 | |
EMultimodePhoneIMSAuthenticate | |
EMultimodePhoneGetMailboxNumbers | |
EMultimodePhoneEnumerateAPNEntries | |
EMultimodePhoneGetAPNname | |
EMultimodePhoneGetIccMessageWaitingIndicators | |
EMultimodePhoneSetIccMessageWaitingIndicators | |
EMultimodePhoneNotifyIccMessageWaitingIndicatorsChange | |
EMultimodePhoneGetSecurityCodeInfoPin1 | |
EMultimodePhoneGetSecurityCodeInfoPin2 | |
EMultimodePhoneGetSecurityCodeInfoPuk1 | |
EMultimodePhoneGetSecurityCodeInfoPuk2 | |
EMultimodePhoneGetSecurityCodeInfoPhonePassword | |
EMultimodePhoneGetSecurityCodeInfoSPC | |
EMultimodePhoneGetSecurityCodeInfoPhonebookHiddenKey | |
EMultimodePhoneGetSecurityCodeInfoUSIMAppPin | |
EMultimodePhoneGetSecurityCodeInfoSecondUSIMAppPin | |
EMultimodePhoneGetSecurityCodeInfoUniversalPin | |
EMultimodePhoneGetSecurityCodeInfoUniversalPuk | |
EMultimodePhoneNotifySecurityCodeInfoChange | |
EMultimodePhoneAppendAPNName | |
EMultimodePhoneDeleteAPNName | |
EMultimodePhoneNotifyAPNListChange | |
EMultimodePhoneSetAPNControlListServiceStatus | |
EMultimodePhoneGetAPNControlListServiceStatus | |
EMultimodePhoneNotifyAPNControlListServiceStatusChange | |
EMultimodePhoneSendNetworkServiceRequestNoFdnCheck | |
EMultimodePhoneNotifySendNetworkServiceRequest | |
EMultimodePhoneNotifyAllSendNetworkServiceRequest | |
EMultimodePhoneGetCurrentActiveUSimApplication | |
EMultimodePhoneTerminateAllCalls | |
EMultimodePhoneNotifyDtmfEvent | |
EMultimodePhoneMaxNumOfRequests |
Service table request types
ENoRequest | |
ESIMRequest | |
EUSIMRequest |
CHeartbeatRunner * | iAirTimeDurationTimer | [private] |
timer for air time duration monitoring Own.
RMobilePhone::TMobilePhoneALSLine | iAlsLine | [private] |
Als Line status
TBool | iAlsPpSupport | [private] |
A boolean to hold ALS Pp Support it's called internally during the boot
TBool | iAlsQueryInBoot | [private] |
A boolean to tell ALS support request that it's called internally during the boot
TInt | iAmountOfActiveCalls | [private] |
Amount of active calls for air time duration calculation
CBatteryInfoObserver * | iBattery | [private] |
Pointer to the BatteryInfoObserver
RMobilePhone::TMobilePhoneBatteryInfoV1 | iBatteryInfo | [private] |
Battery info
CRepository * | iCFISCentRep | [private] |
Pointer to Public Central Repository Own.
CRepository * | iCFISPrivateCentRep | [private] |
Pointer to CFIS Private Central Repository Own.
TBuf < 40 > | iCallForwardingNumber | [private] |
Buffer for call forwarding number
CChargingStatusObserver * | iChargingStatus | [private] |
Pointer to the ChargingStatusObserver
TBool | iCspFileAlsSet | [private] |
A boolean to tell if CSP file's ALS data is being set into ALS state
TBool | iCspFileQueryInBoot | [private] |
A boolean to tell CSP file request that it's called internally during the boot
RPointerArray < TCustomerServiceProfileIdRequest > | iCustomerServiceProfileRequests | [private] |
Array for buffering Customer service profile requests
RProperty | iEmergencyCallInfoProperty | [private] |
Property for call forwarding number
RPointerArray < TGetAlsLineRequest > | iGetAlsLineRequests | [private] |
Array for buffering Get Als Line requests
RPointerArray < TGetPhoneIdRequest > | iGetPhoneIdRequests | [private] |
Array for buffering Phone Id requests
TDes8 * | iIMSAuthenticationData | [private] |
Pointer to the IMS authentication data
TBool | iIsInitializationActive | [private] |
Attribute to tell the status of PB initialization
MLtsyFactoryBase * | iLtsyFactory | [private] |
Pointer to LicenseeTsy instance
CRepository * | iMWISCentRep | [private] |
Pointer to MWIS Central Repository Own.
RMobilePhone::TMobilePhoneVoicemailIdsV3 | iMailboxData | [private] |
Holds the mailbox data
CMmMessageManagerBase * | iMessageManager | [private] |
Pointer to CMmMessageManagerBase
CMmBroadcastTsy * | iMmBroadcastTsy | [private] |
a Pointer to the broadcast object
CMmConferenceCallTsy * | iMmConferenceCall | [private] |
A pointer to the conference call object'
CMmENStoreTsy * | iMmENStoreTsy | [private] |
A pointer to the enstore object Own.
CMmONStoreTsy * | iMmONStoreTsy | [private] |
A pointer to the onstore object Own.
CMmPacketServiceTsy * | iMmPacketServiceTsy | [private] |
a pointer to the Packet Data object
CMmPhoneBookStoreTsy * | iMmPhoneBookStoreTsy | [private] |
A pointer to the phonebookstore object Own.
CMmPhoneExtInterface * | iMmPhoneExtInterface | [private] |
A pointer to the active phone extension Own.
CMmPhoneFactoryTsy * | iMmPhoneFactory | [private] |
A pointer to the Phone factory Own.
CMmSecurityTsy * | iMmSecurityTsy | [private] |
Pointer to the SecurityTsy class Own.
CMmSupplServTsy * | iMmSupplServTsy | [private] |
Pointer to the SupplServTsy class Own.
CMmCallTsy * | iMmWaitingDataCall | [private] |
A pointer to call object waiting for incoming call
TServiceTableRequest | iPendingServiceTableCacheReq | [private] |
Pending Service Table cache request
TServiceTableRequest | iPendingServiceTableReq | [private] |
Pending Service Table request
RMobilePhone::TMobilePhoneIdentityV1 | iPhoneIdentity | [private] |
Phone version information
TTsyReqHandle | iPhoneReqHandles | [private] |
A table for phone request handles
TBool | iRefreshOngoing | [private] |
Flag for refresh; set to true when "refresh now" -indication received and to false when all registered files cached
TUint32 * | iRetAPNEntries | [private] |
Number of APNs in ACL (return pointer to client) Not Own.
RMobilePhone::TAPNControlListServiceStatus * | iRetAclStatus | [private] |
Pointer to ACL status Not Own.
RMobilePhone::TMobilePhoneBatteryInfoV1 * | iRetBatteryInfo | [private] |
Battery info
RMobilePhone::TMobilePhoneFdnSetting * | iRetFdnSetting | [private] |
new fdn setting
RMobilePhone::TMobilePhoneFdnStatus * | iRetGetFdnStatus | [private] |
Fdn Status
RMobilePhone::TMobilePhoneALSLine * | iRetNotifyALSLine | [private] |
notify als line
RMobilePhone::TAPNControlListServiceStatus * | iRetNotifyAclStatus | [private] |
Pointer to ACL status Not Own.
RMobilePhone::TMobilePhoneFdnStatus * | iRetNotifyFdnStatus | [private] |
notify fixed dialing number status
RMobilePhone::TMobilePhoneIdentityV1 * | iRetPhoneIdentity | [private] |
Phone version information
RMobilePhoneStore::TMobilePhoneStoreInfoV1 * | iRetPhoneStoreInfo | [private] |
Phone store info (return pointer to client)
RMobilePhone::TMobilePhoneServiceTableV1 * | iRetTableData | [private] |
Service Table (return pointer to client)
RPointerArray < TServiceProviderNameRequest > | iServiceProviderNameRequests | [private] |
Array for storing get service provider name requests
RMobilePhone::TMobilePhoneServiceTableV1 * | iServiceTableDataCache | [private] |
Service Table (SIM )(return pointer to client)
TGetServiceTableRequest * | iServiceTableReq | [private] |
Pointer to struct for storing get servicetable parameters Own.
RPointerArray < TServiceTableRequests > | iServiceTableRequests | [private] |
Pointer to struct for storing get servicetable parameters
RMobilePhone::TMobilePhoneServiceTableV1 * | iServiceTableUSIMDataCache | [private] |
Service Table (USIM) (return pointer to client)
RMobilePhone::TAPNControlListServiceStatus * | iSetAclStatus | [private] |
Pointer to ACL status Not Own.
TUint16 | iSimCacheQueue | [private] |
For keeping list of SIM files left to be cached
TBool | iSimRefreshRegisterOk | [private] |
Indicates about sim refresh registration status
RMobilePhone::TMobilePhoneSubscriberId | iSubscriberId | [private] |
Subscriber ID (IMSI)
RPointerArray < TSubscriberIdRequest > | iSubscriberIdRequests | [private] |
state of phone indicator
CCtsySystemStatePluginHandler * | iSystemStatePluginHandler | [private] |
Pointer to SystemStatePlugin
TBool | iTSYSubscriberIdReq | [private] |
Get Subscriber Id requested from CommonTSY
MTelephonyAudioControl * | iTelephonyAudioControl | [private] |
Pointer to the Telephony Audio Control instance
RMobilePhone::TMobilePhoneALSLine | iTempAlsLine | [private] |
Temporary Als Line status, for set operation
CResponseTimerStore * | iTimeStampStore | [private] |
Time store Own.
CMmTsyReqHandleStore * | iTsyReqHandleStore | [private] |
TSY req handle store Own.
CTsySatMessagingBase * | iTsySatMessaging | [private] |
A pointer to the SAT object
TBool | iViagHomeZoneParamsChecked | [private] |
A boolean to tell if HomeZoneParams has been checked
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.