| ~CRepository() |
IMPORT_C void | CancelTransaction() |
IMPORT_C void | CleanupCancelTransactionPushL() |
IMPORT_C void | CleanupFailTransactionPushL() |
void | CleanupRollbackTransactionPushL() |
IMPORT_C TInt | CommitTransaction(TUint32 &) |
IMPORT_C void | CommitTransaction(TDes8 &, TRequestStatus &) |
IMPORT_C TInt | Create(TUint32, TInt) |
IMPORT_C TInt | Create(TUint32, const TReal &) |
IMPORT_C TInt | Create(TUint32, const TDesC8 &) |
IMPORT_C TInt | Create(TUint32, const TDesC16 &) |
IMPORT_C TInt | Delete(TUint32) |
IMPORT_C TInt | Delete(TUint32, TUint32, TUint32 &) |
IMPORT_C void | FailTransaction() |
IMPORT_C TInt | FindEqL(TUint32, TUint32, TInt, RArray< TUint32 > &) |
IMPORT_C TInt | FindEqL(TUint32, TUint32, const TReal &, RArray< TUint32 > &) |
IMPORT_C TInt | FindEqL(TUint32, TUint32, const TDesC8 &, RArray< TUint32 > &) |
IMPORT_C TInt | FindEqL(TUint32, TUint32, const TDesC16 &, RArray< TUint32 > &) |
IMPORT_C TInt | FindL(TUint32, TUint32, RArray< TUint32 > &) |
IMPORT_C TInt | FindNeqL(TUint32, TUint32, TInt, RArray< TUint32 > &) |
IMPORT_C TInt | FindNeqL(TUint32, TUint32, const TReal &, RArray< TUint32 > &) |
IMPORT_C TInt | FindNeqL(TUint32, TUint32, const TDesC8 &, RArray< TUint32 > &) |
IMPORT_C TInt | FindNeqL(TUint32, TUint32, const TDesC16 &, RArray< TUint32 > &) |
IMPORT_C TInt | Get(TUint32, TInt &) |
IMPORT_C TInt | Get(TUint32, TReal &) |
IMPORT_C TInt | Get(TUint32, TDes8 &) |
IMPORT_C TInt | Get(TUint32, TDes8 &, TInt &) |
IMPORT_C TInt | Get(TUint32, TDes16 &) |
IMPORT_C TInt | Get(TUint32, TDes16 &, TInt &) |
IMPORT_C TInt | GetMeta(TUint32, TUint32 &) |
IMPORT_C TInt | Move(TUint32, TUint32, TUint32, TUint32 &) |
IMPORT_C CRepository * | NewL(TUid) |
IMPORT_C CRepository * | NewLC(TUid) |
IMPORT_C TInt | NotifyCancel(TUint32) |
IMPORT_C TInt | NotifyCancel(TUint32, TUint32) |
IMPORT_C TInt | NotifyCancelAll() |
IMPORT_C TInt | NotifyRequest(TUint32, TRequestStatus &) |
IMPORT_C TInt | NotifyRequest(TUint32, TUint32, TRequestStatus &) |
IMPORT_C TInt | Reset() |
IMPORT_C TInt | Reset(TUint32) |
void | RollbackTransaction() |
IMPORT_C TInt | Set(TUint32, TInt) |
IMPORT_C TInt | Set(TUint32, const TReal &) |
IMPORT_C TInt | Set(TUint32, const TDesC8 &) |
IMPORT_C TInt | Set(TUint32, const TDesC16 &) |
IMPORT_C TInt | StartTransaction(TTransactionMode) |
IMPORT_C void | StartTransaction(TTransactionMode, TRequestStatus &) |