CRfsHandler Class Reference

class CRfsHandler : public CBase

This class provides a method to activate the rfs process including all UI. (notes etc.)

Inherits from

Constructor & Destructor Documentation

CRfsHandler()

IMPORT_C CRfsHandler ( )

Constructor doesn't allocate any resources.

~CRfsHandler()

IMPORT_C ~CRfsHandler ( )

Destructor also calls Cancel()

Member Functions Documentation

ActivateRfsL(TRfsType, TBool)

IMPORT_C void ActivateRfsL ( TRfsType aMode,
TBool aAskSecurityCodeFirst = EFalse
)

Activates the RFS process. Returns when the user either canceled RFS or confirmed it, in which case the phone will be rebooted.

While the queries are on the screen, the active scheduler is running, allowing the operation to be canceled.

In RFS process:

Security code is asked and confirmation query is shown (order depending on the parameter aAskSecurityCodeFirst). If the correct security code is entered and the confirmation query approved, the phone is rebooted with RFS reason.

Method leaves if the initialisations can't be done (problems in ETel connection or memory allocations)

Parameters

TRfsType aMode - rfs level
TBool aAskSecurityCodeFirst = EFalse - If true, the security code is asked first and the confirmation query shown after that. If false, confirmation query is shown first.

AskConfirmationL(const TBool &, TRfsType)

TBool AskConfirmationL ( const TBool & aThisDestroyed,
TRfsType aType
) [private]

Shows the RFS confirmation query.

leave
leaves with one of the system wide error.

Parameters

const TBool & aThisDestroyed ETrue, if the RFS handler object was destroyed, otherwise EFalse.
TRfsType aType Represents RFS reason Normal or Deep.

Cancel()

IMPORT_C void Cancel ( )

Cancels the RFS process. Deletes the RFS notes/queries from the screen.

This can be called from an active object's RunL() while ActivateRfsL() is being executed.

Multiple cancel calls have no effect.

CheckConnectionsL()

TBool CheckConnectionsL ( ) [private]

Checks for calls or data sessions and warns if active

DoCleanup(TAny *)

void DoCleanup ( TAny * aAny ) [private, static]

Cleans up the mess, by calling Cancel() .

Parameters

TAny * aAny

IsGprs()

TBool IsGprs ( ) const [private]

Checks if 2G or 3G connection is active

LoadResourceL()

void LoadResourceL ( ) [private]

Loads the resources needed for the confirmation query.

SetDefaultLanguage()

void SetDefaultLanguage ( ) const [private]

Sets the default language code in HAL . This must be done before rebooting the phone for deep level RFS.

Member Data Documentation

TBool iAlwaysOnlineConnectionClosed

TBool iAlwaysOnlineConnectionClosed [private]

TBool * iDestroyedPtr

TBool * iDestroyedPtr [private]

CEikonEnv * iEnv

CEikonEnv * iEnv [private]

TInt iFlags

TInt iFlags [private]

RMobilePhone iPhone

RMobilePhone iPhone [private]

CAknQueryDialog * iQuery

CAknQueryDialog * iQuery [private]

TInt iResourceFileOffset

TInt iResourceFileOffset [private]

CRfsSecurityHandler * iSecHandler

CRfsSecurityHandler * iSecHandler [private]

CSecurityHandler * iSecurityHandler

CSecurityHandler * iSecurityHandler [private]

RTelServer iTelServer

RTelServer iTelServer [private]