class RMPM : public RSessionBase |
Mobility Policy Manager server client interface.
Private Member Functions | |
---|---|
TPtr8 & | NextPtr() |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Private Attributes | |
---|---|
TBool | iConnected |
TInt | iIndex |
RArray< TPtr8 > | iPtrArray |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
IMPORT_C TInt | ApplicationAcceptedTheCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the new carrier. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationAcceptedTheCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the accepted carrier. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | ApplicationConnectionEnds | ( | const TConnectionId | aConnId | ) |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationConnectionEnds | ( | const TConnectionId | aConnId, |
TRequestStatus & | aStatus | |||
) |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | ApplicationIgnoredTheCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the new carrier. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationIgnoredTheCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the new carrier. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | ApplicationJoinsConnection | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationJoinsConnection | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | ApplicationLeavesConnection | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationLeavesConnection | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | ApplicationMigratesToCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the new carrier. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationMigratesToCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the new carrier. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | ApplicationRejectedTheCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the new carrier. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ApplicationRejectedTheCarrier | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the rejected carrier. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C void | Cancel | ( | TMpmAsynchCodes | aReqToCancel | ) | const |
TMpmAsynchCodes aReqToCancel | request to be canceled |
IMPORT_C void | ChooseBestIAP | ( | TConnPref & | aConnPref, |
const TConnectionId | aConnId, | |||
const TUid | aAppUid, | |||
TConnPref & | aPolicyPref, | |||
TRequestStatus & | aStatus | |||
) |
TConnPref & aConnPref | Connection preferences from application |
const TConnectionId aConnId | Connection Id |
const TUid aAppUid | Application UId |
TConnPref & aPolicyPref | Connection preferences chosen by MPM |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | Connect | ( | ) |
IMPORT_C void | Connect | ( | TRequestStatus & | aStatus | ) |
TRequestStatus & aStatus |
IMPORT_C TInt | EasyWlanSsid | ( | const TWlanSsid & | aSSID | ) |
const TWlanSsid & aSSID | the id of selected wlan network |
IMPORT_C TInt | IAPConnectionActivated | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
IMPORT_C TInt | IAPConnectionStarted | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | IAPConnectionStarted | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | IAPConnectionStopped | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | IAPConnectionStopped | ( | const TUint32 | aIapId, |
const TConnectionId | aConnId, | |||
TRequestStatus & | aStatus | |||
) |
const TUint32 aIapId | IAP Id of the connection. |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C void | ProcessError | ( | TInt & | aError, |
const TConnectionId | aConnId, | |||
TBMNeededAction & | aNeededAction, | |||
TRequestStatus & | aStatus | |||
) |
TInt & aError | Error code |
const TConnectionId aConnId | Connection Id |
TBMNeededAction & aNeededAction | Ignore error, propagate error or perform a reselection |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C void | ProcessError | ( | TConnPref & | aConnPref, |
TInt & | aError, | |||
const TConnectionId | aConnId, | |||
TBMNeededAction & | aNeededAction, | |||
TRequestStatus & | aStatus | |||
) |
TConnPref & aConnPref | Connection preferences |
TInt & aError | Error code |
const TConnectionId aConnId | Connection Id |
TBMNeededAction & aNeededAction | Ignore error, propagate error or perform a reselection |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | RegisterPrefIAPNotif | ( | const TConnectionId | aConnId | ) |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | RegisterPrefIAPNotif | ( | const TConnectionId | aConnId, |
TRequestStatus & | aStatus | |||
) |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | RegisterPrefIAPNotif | ( | const TConnPref & | aConnPref, |
const TConnectionId | aConnId | |||
) |
const TConnPref & aConnPref | Connection preferences |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | ReselectBestIAP | ( | const TConnectionId | aConnId, |
TConnPref & | aPolicyPref, | |||
TRequestStatus & | aStatus | |||
) |
const TConnectionId aConnId | Connection Id |
TConnPref & aPolicyPref | Connection preferences chosen by MPM |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
IMPORT_C TInt | SendCancelRequest | ( | TMpmAsynchCodes | aReqToCancel | ) | const |
TMpmAsynchCodes aReqToCancel | request to be canceled |
IMPORT_C TInt | SortSNAP | ( | const TUint32 | aSNAP, |
TMpmSnapBuffer & | aSortedList | |||
) |
const TUint32 aSNAP | Service Network Access Point |
TMpmSnapBuffer & aSortedList | on return contains the sorted list of IAPs |
IMPORT_C void | SortSNAP | ( | const TUint32 | aSNAP, |
TMpmSnapBuffer & | aSortedList, | |||
TRequestStatus & | aStatus, | |||
const TUint32 | aMaxAgeSeconds = 5 | |||
) |
const TUint32 aSNAP | Service Network Access Point |
TMpmSnapBuffer & aSortedList | on return contains the sorted list of IAPs |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
const TUint32 aMaxAgeSeconds = 5 | how many seconds old availability data MPM is allowed to use for priorization. |
IMPORT_C void | UnregisterPrefIAPNotif | ( | const TConnectionId | aConnId | ) |
const TConnectionId aConnId | Connection Id |
IMPORT_C void | UnregisterPrefIAPNotif | ( | const TConnectionId | aConnId, |
TRequestStatus & | aStatus | |||
) |
const TConnectionId aConnId | Connection Id |
TRequestStatus & aStatus |
IMPORT_C void | WaitNotification | ( | TMPMMessageBuffer & | aMpmNotification, |
TRequestStatus & | aStatus | |||
) |
TMPMMessageBuffer & aMpmNotification | notification for BM |
TRequestStatus & aStatus | KErrNone if successful, otherwise one of the system-wide error codes |
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.