#include <mw/favouritessession.h>
class RFavouritesSession : public RSessionBase |
Public Member Functions | |
---|---|
IMPORT_C TInt | Connect() |
IMPORT_C TInt | DeleteDatabase(const TDesC &) |
IMPORT_C void | ResourceCheck() |
IMPORT_C TInt | ResourceCount() |
IMPORT_C void | ResourceMark() |
void | SendReceive(TInt, const TIpcArgs &, TRequestStatus &) |
TInt | SendReceive(TInt, const TIpcArgs &) |
TInt | SendReceive(TInt) |
IMPORT_C TVersion | Version() |
IMPORT_C void | __DbgSetAllocFail(RAllocator::TAllocFail, TInt) |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
RFavouritesSession is the Favourites Engine Session. It represents the connection to the Favourites Engine Server.
IMPORT_C void | ResourceCheck | ( | ) |
IMPORT_C TInt | ResourceCount | ( | ) |
IMPORT_C void | ResourceMark | ( | ) |
void | SendReceive | ( | TInt | aFunction, |
const TIpcArgs & | aArgs, | |||
TRequestStatus & | aStatus | |||
) | const [inline] |
Reimplemented from RSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
Parameters | |
---|---|
aFunction | Function. |
aArgs | Arguments. |
aStatus | Request status. |
Reimplemented from RSessionBase::SendReceive(TInt,const TIpcArgs &)const
Parameters | |
---|---|
aFunction | Function. |
aArgs | Arguments. |
Reimplemented from RSessionBase::SendReceive(TInt)const
Parameters | |
---|---|
aFunction | Function. |
IMPORT_C void | __DbgSetAllocFail | ( | RAllocator::TAllocFail | aType, |
TInt | aRate | |||
) |
Parameters | |
---|---|
aType | Type of heap failure simulation. |
aRate | Rate of failure. |