class RASCliSession : public RSessionBase |
The client-side interface to the Symbian OS alarm server.
Private Member Functions | |
---|---|
TInt | DoAlarmAdd(TASShdAlarm &, const TDesC8 &) |
void | DoAlarmAddWithNotification(TRequestStatus &, TASShdAlarm &, const TDesC8 &) |
void | FetchAlarmIdsFromBufferL(RArray< TAlarmId > &, TInt) |
CBufBase * | FetchTransferBufferLC(TInt) |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Private Attributes | |
---|---|
TPtr8 | iAlarmIdPointer |
TPtr8 | iPackage |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
IMPORT_C TInt | AlarmAdd | ( | TASShdAlarm & | aAlarm | ) | const |
TASShdAlarm & aAlarm |
IMPORT_C TInt | AlarmAdd | ( | TASShdAlarm & | aAlarm, |
const TDesC8 & | aData | |||
) | const |
TASShdAlarm & aAlarm | |
const TDesC8 & aData |
IMPORT_C void | AlarmAddWithNotification | ( | TRequestStatus & | aStatus, |
TASShdAlarm & | aAlarm | |||
) |
TRequestStatus & aStatus | |
TASShdAlarm & aAlarm |
IMPORT_C void | AlarmAddWithNotification | ( | TRequestStatus & | aStatus, |
TASShdAlarm & | aAlarm, | |||
const TDesC8 & | aData | |||
) |
TRequestStatus & aStatus | |
TASShdAlarm & aAlarm | |
const TDesC8 & aData |
IMPORT_C TInt | AlarmCountByState | ( | TAlarmState | aState | ) | const |
TAlarmState aState |
IMPORT_C TInt | AlarmDataAttachL | ( | TAlarmId | aAlarmId, |
const TDesC8 & | aData | |||
) | const |
IMPORT_C TInt | AlarmDataDetach | ( | TAlarmId | aAlarmId | ) | const |
TAlarmId aAlarmId |
TInt | AlarmDataDetatch | ( | TAlarmId | aAlarmId | ) | const [inline] |
TAlarmId aAlarmId |
IMPORT_C TInt | AlarmDataSize | ( | TAlarmId | aAlarmId | ) | const |
TAlarmId aAlarmId |
IMPORT_C TInt | AlarmDeleteAllByCategory | ( | TAlarmCategory | aCategory, |
TBool | aDeleteOnlyOrphanedAlarmsInCategory | |||
) | const |
TAlarmCategory aCategory | |
TBool aDeleteOnlyOrphanedAlarmsInCategory |
IMPORT_C TInt | AlarmDeleteByCalendarFile | ( | const TDesC & | aFileName, |
TDeleteType | aWhatToDelete | |||
) | const |
const TDesC & aFileName | |
TDeleteType aWhatToDelete |
IMPORT_C TInt | AlarmDeleteByCategory | ( | TAlarmCategory | aCategory, |
TDeleteType | aWhatToDelete | |||
) | const |
TAlarmCategory aCategory | |
TDeleteType aWhatToDelete |
IMPORT_C void | AlarmNotificationCancelAndDequeue | ( | TAlarmId | aAlarmId | ) | const |
TAlarmId aAlarmId |
TInt | DoAlarmAdd | ( | TASShdAlarm & | aAlarm, |
const TDesC8 & | aData | |||
) | const [private] |
TASShdAlarm & aAlarm | |
const TDesC8 & aData |
void | DoAlarmAddWithNotification | ( | TRequestStatus & | aStatus, |
TASShdAlarm & | aAlarm, | |||
const TDesC8 & | aData | |||
) | [private] |
TRequestStatus & aStatus | |
TASShdAlarm & aAlarm | |
const TDesC8 & aData |
void | FetchAlarmIdsFromBufferL | ( | RArray< TAlarmId > & | aAlarmIds, |
TInt | aBufferSize | |||
) | const [private] |
CBufBase * | FetchTransferBufferLC | ( | TInt | aBufferSize | ) | const [private] |
TInt aBufferSize |
IMPORT_C TInt | GetAlarmCategory | ( | TAlarmId | aAlarmId, |
TAlarmCategory & | aCategory | |||
) | const |
TAlarmId aAlarmId | |
TAlarmCategory & aCategory |
IMPORT_C TInt | GetAlarmCharacteristics | ( | TAlarmId | aAlarmId, |
TAlarmCharacteristicsFlags & | aCharacteristics | |||
) | const |
TAlarmId aAlarmId | |
TAlarmCharacteristicsFlags & aCharacteristics |
IMPORT_C TInt | GetAlarmCountForCategory | ( | TAlarmCategory | aCategory | ) | const |
TAlarmCategory aCategory |
IMPORT_C TInt | GetAlarmDayOrTimed | ( | TAlarmId | aAlarmId, |
TAlarmDayOrTimed & | aDayOrTimed | |||
) | const |
TAlarmId aAlarmId | |
TAlarmDayOrTimed & aDayOrTimed |
IMPORT_C TInt | GetAlarmDetails | ( | TAlarmId | aAlarmId, |
TASShdAlarm & | aAlarm | |||
) | const |
TAlarmId aAlarmId | |
TASShdAlarm & aAlarm |
IMPORT_C void | GetAlarmIdListByStateL | ( | TAlarmState | aState, |
RArray< TAlarmId > & | aAlarmIds | |||
) | const |
TAlarmState aState | |
RArray< TAlarmId > & aAlarmIds |
IMPORT_C void | GetAlarmIdListForCategoryL | ( | TAlarmCategory | aCategory, |
RArray< TAlarmId > & | aAlarmIds | |||
) | const |
TAlarmCategory aCategory | |
RArray< TAlarmId > & aAlarmIds |
IMPORT_C void | GetAlarmIdListL | ( | RArray< TAlarmId > & | aAlarmIds | ) | const |
IMPORT_C TInt | GetAlarmOwner | ( | TAlarmId | aAlarmId, |
TFullName & | aThreadName | |||
) | const |
IMPORT_C void | GetAlarmPlayIntervalsL | ( | CArrayFix< TASCliSoundPlayDefinition > & | aIntervals | ) | const |
CArrayFix< TASCliSoundPlayDefinition > & aIntervals |
IMPORT_C TInt | GetAlarmSoundState | ( | TAlarmGlobalSoundState & | aState | ) | const |
TAlarmGlobalSoundState & aState |
IMPORT_C TInt | GetAlarmSoundsSilentUntil | ( | TTime & | aLocalTime | ) | const |
TTime & aLocalTime |
IMPORT_C TInt | GetAlarmStatus | ( | TAlarmId | aAlarmId, |
TAlarmStatus & | aStatus | |||
) | const |
TAlarmId aAlarmId | |
TAlarmStatus & aStatus |
IMPORT_C void | GetAvailableCategoryListL | ( | RArray< TAlarmCategory > & | aCategories | ) | const |
RArray< TAlarmCategory > & aCategories |
IMPORT_C TInt | GetNextDueAlarmId | ( | TAlarmId & | aAlarmId | ) | const |
TAlarmId & aAlarmId |
IMPORT_C void | NotifyChange | ( | TRequestStatus & | aStatus, |
TAlarmId & | aAlarmId | |||
) |
TRequestStatus & aStatus | |
TAlarmId & aAlarmId |
IMPORT_C TInt | SetAlarmCharacteristics | ( | TAlarmId | aAlarmId, |
TAlarmCharacteristicsFlags | aCharacteristics | |||
) | const |
TAlarmId aAlarmId | |
TAlarmCharacteristicsFlags aCharacteristics |
IMPORT_C TInt | SetAlarmDayOrTimed | ( | TAlarmId | aAlarmId, |
TAlarmDayOrTimed | aDayOrTimed | |||
) | const |
TAlarmId aAlarmId | |
TAlarmDayOrTimed aDayOrTimed |
IMPORT_C void | SetAlarmPlayIntervalsL | ( | const CArrayFix< TASCliSoundPlayDefinition > & | aIntervals | ) | const |
const CArrayFix< TASCliSoundPlayDefinition > & aIntervals |
IMPORT_C TInt | SetAlarmSoundState | ( | TAlarmGlobalSoundState | aState | ) | const |
TAlarmGlobalSoundState aState |
IMPORT_C TInt | SetAlarmSoundsSilentFor | ( | TTimeIntervalMinutes | aTimeToRemainSilentFor | ) | const |
TTimeIntervalMinutes aTimeToRemainSilentFor |
IMPORT_C TInt | SetAlarmSoundsSilentUntil | ( | const TTime & | aLocalTime | ) | const |
const TTime & aLocalTime |
IMPORT_C TInt | SetAlarmStatus | ( | TAlarmId | aAlarmId, |
TAlarmStatus | aStatus | |||
) | const |
TAlarmId aAlarmId | |
TAlarmStatus aStatus |
IMPORT_C TInt | SetAlarmStatusByCategory | ( | TAlarmCategory | aCategory, |
TAlarmStatus | aStatus | |||
) | const |
TAlarmCategory aCategory | |
TAlarmStatus aStatus |
IMPORT_C TInt | SetAlarmStatusForCalendarFile | ( | const TDesC & | aFileName, |
TAlarmStatus | aStatus | |||
) | const |
const TDesC & aFileName | |
TAlarmStatus aStatus |
IMPORT_C TInt | SetClientData | ( | const TASShdAlarm & | aAlarm | ) |
const TASShdAlarm & aAlarm |
IMPORT_C void | __DbgPreventUserNotify | ( | TBool | aShouldStop | ) | const |
TBool aShouldStop |
IMPORT_C TInt | __DbgSetEnvChgHandling | ( | TBool | aFlag | ) | const |
TBool aFlag |
IMPORT_C TInt | __DbgSnoozeAlarm | ( | TAlarmId | aAlarmId, |
const TTime & | aNewTime | |||
) | const |