class CStartAndRetry : public CBase |
Public Member Functions | |
---|---|
~CStartAndRetry () | |
void | Actuate () |
CStartAndRetry * | NewL ( MStartAndRetryNotifications &, const CSsmStartupProperties &, RProcess &, TInt , CApaStarter *) |
CStartAndRetry * | NewLC ( MStartAndRetryNotifications &, const CSsmStartupProperties &, RProcess &, TInt , CApaStarter *) |
void | NotifyCancellation ( TInt ) |
void | NotifyCompletion (const TInt ) |
Private Member Functions | |
---|---|
CStartAndRetry ( MStartAndRetryNotifications &, RProcess &, TInt , CApaStarter *) | |
void | ConstructL (const CSsmStartupProperties &) |
void | DoFireAndForgetL () |
void | DoWaitForStartL () |
Private Attributes | |
---|---|
CApaStarter * | iApaStarter |
TInt | iCallerIndex |
RProcess & | iProcess |
CRvObserver * | iRvObserver |
MStartAndRetryNotifications & | iStartSafeNotify |
CSsmStartupProperties * | iStartupProperties |
CStartAndRetry | ( | MStartAndRetryNotifications & | aStartSafeNotify, |
RProcess & | aProcess, | ||
TInt | aCallerIndex, | ||
CApaStarter * | aApaStarter | ||
) | [private] |
MStartAndRetryNotifications & aStartSafeNotify | |
RProcess & aProcess | |
TInt aCallerIndex | |
CApaStarter * aApaStarter |
void | ConstructL | ( | const CSsmStartupProperties & | aStartupProperties | ) | [private] |
const CSsmStartupProperties & aStartupProperties |
void | DoWaitForStartL | ( | ) | [private] |
The observer was constructed in ConstructL. Total number of attempts is 1 + NoOfRetries().
The check for NULL is future-proofing precaution..
CStartAndRetry * | NewL | ( | MStartAndRetryNotifications & | aStartSafeNotify, |
const CSsmStartupProperties & | aStartupProperties, | |||
RProcess & | aProcess, | |||
TInt | aCallerIndex, | |||
CApaStarter * | aApaStarter | |||
) | [static] |
MStartAndRetryNotifications & aStartSafeNotify | |
const CSsmStartupProperties & aStartupProperties | |
RProcess & aProcess | |
TInt aCallerIndex | |
CApaStarter * aApaStarter |
CStartAndRetry * | NewLC | ( | MStartAndRetryNotifications & | aStartSafeNotify, |
const CSsmStartupProperties & | aStartupProperties, | |||
RProcess & | aProcess, | |||
TInt | aCallerIndex, | |||
CApaStarter * | aApaStarter | |||
) | [static] |
MStartAndRetryNotifications & aStartSafeNotify | |
const CSsmStartupProperties & aStartupProperties | |
RProcess & aProcess | |
TInt aCallerIndex | |
CApaStarter * aApaStarter |
void | NotifyCompletion | ( | const TInt | aCompletion | ) |
const TInt aCompletion |
MStartAndRetryNotifications & | iStartSafeNotify | [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.