class CCmManagerImpl : public CBase |
Implementation of connection method manager
Protected Member Functions | |
---|---|
CCmManagerImpl () | |
void | ConstructL () |
Private Member Functions | |
---|---|
void | BuildPluginArrayL () |
void | CheckAvailableSpaceL () |
void | CheckTablesL () |
void | CombineArraysForPriorityOrderL ( RPointerArray < CCmPluginBase > &, RPointerArray < CCmPluginBase > &) |
void | CopyBearerPriorityArrayL ( RArray < TBearerPriority > &) |
void | CreateBearerPriorityArrayL () |
CCmPluginBaseEng * | DoFindConnMethL ( TUint32 , CCmDestinationImpl *) |
CCmPluginBase * | DoFindConnMethodL ( TUint32 , CCmDestinationImpl *) |
TInt | FindResourceFile ( TFileName &) |
TUint32 | GetSnapTableIdL () |
TBool | IsBearerSpecific ( TUint32 ) |
TBool | IsEasyWLanL ( CommsDat::CCDIAPRecord *) |
TUint32 | ParentDestinationL ( TUint32 ) |
void | ReplaceDefConnRecordL (const TCmDefConnValue ) |
void | ResetAndDestroy ( TAny *) |
void | SetGenConnSettingsToDefault ( TCmGenConnSettings &) |
Private Attributes | |
---|---|
RArray < TBearerPriority > * | iBearerPriorityArray |
CommsDat::TMDBElementId | iBearerTypePriorizationTableId |
CCmCommsDatNotifier * | iCommsDatIapNotifier |
CCmCommsDatNotifier * | iCommsDatSnapNotifier |
TBool | iCreateTables |
TBool | iDefConnSupported |
CommsDat::TMDBElementId | iDefConnTableId |
TUint | iDestinationCount |
CommsDat::TMDBElementId | iDestinationTableId |
RFs | iFs |
TBool | iHelp |
CommsDat::TMDBElementId | iIconTableId |
TBool | iIsFeatureManagerInitialised |
CCMObjectPool * | iObjectPool |
CCmConnectionMethodInfo * | iPluginImpl |
CArrayPtrFlat < const CCmPluginBaseEng > * | iPlugins |
CArrayPtrFlat < TResourceFiles > * | iResourceFiles |
CommsDat::TMDBElementId | iSeamlessnessTableId |
CCmTransactionHandler * | iTrans |
TBool | iWLan |
void | AddResourceFileL | ( | TFileName & | aName | ) |
add resource file
TFileName & aName |
IMPORT_C void | AllDestinationsL | ( | RArray < TUint32 > & | aDestArray | ) |
Return an array of all destinations
CommsDat::CMDBRecordSet < CommsDat::CCDIAPRecord > * | AllIapsL | ( | ) |
Return an array of all IAP records.
CommsDat::CMDBRecordSet < CCDDataMobilitySelectionPolicyRecord > * | AllSNAPRecordsL | ( | TUint32 | aSnapElementId | ) |
Return all the SNAP record. Filtering can be made on passed SNAP elemented id.
TUint32 aSnapElementId |
HBufC * | AllocReadL | ( | TInt | aResourceId | ) | const |
Read string from resource
TInt aResourceId | resource id of the localized string |
void | AppendCmListFromUidsL | ( | RArray < TUint32 > & | cmIdList, |
RPointerArray < CCmPluginBase > & | aCMArray | |||
) |
Returns a list of references to the connection methods in the supported uid list .
RArray < TUint32 > & cmIdList | |
RPointerArray < CCmPluginBase > & aCMArray |
void | AppendCmListL | ( | TUint32 | aDestintaionId, |
RPointerArray < CCmPluginBase > & | aCmArray | |||
) |
Returns a list of references to the connection methods in the destination.
TUint32 aDestintaionId | |
RPointerArray < CCmPluginBase > & aCmArray |
void | AppendCmListLC | ( | TUint32 | aDestintaionId, |
RPointerArray < CCmPluginBase > & | aCmArray | |||
) |
Returns a list of references to the connection methods in the destination.
TUint32 aDestintaionId | |
RPointerArray < CCmPluginBase > & aCmArray |
void | AppendUncatCmListL | ( | RPointerArray < CCmPluginBase > & | aCmArray, |
TBool | aCheckBearerType = ETrue, | |||
TBool | aLegacyOnly = ETrue, | |||
TBool | aEasyWlan = EFalse, | |||
TBool | aSortByBearer = EFalse | |||
) |
Get a list of uncategorised connection methods in an RPointerArray contains the parameters passed to ConnectionMethodL
RPointerArray < CCmPluginBase > & aCmArray | the returned list of uncategorised connection methods |
TBool aCheckBearerType = ETrue | see ConnectionMethodL |
TBool aLegacyOnly = ETrue | see ConnectionMethodL |
TBool aEasyWlan = EFalse | see ConnectionMethodL |
TBool aSortByBearer = EFalse | see ConnectionMethodL |
void | AppendUncatCmListLC | ( | RPointerArray < CCmPluginBase > & | aCmArray, |
TBool | aCheckBearerType = ETrue, | |||
TBool | aLegacyOnly = ETrue, | |||
TBool | aEasyWlan = EFalse, | |||
TBool | aSortByBearer = EFalse | |||
) |
Get a list of uncategorised connection methods in an RPointerArray contains the parameters passed to ConnectionMethodL LC version
RPointerArray < CCmPluginBase > & aCmArray | the returned list of uncategorised connection methods |
TBool aCheckBearerType = ETrue | see ConnectionMethodL |
TBool aLegacyOnly = ETrue | see ConnectionMethodL |
TBool aEasyWlan = EFalse | see ConnectionMethodL |
TBool aSortByBearer = EFalse | see ConnectionMethodL |
void | BearerPriorityArrayL | ( | RArray < TBearerPriority > & | aArray | ) | const |
Return the copy of the bearer priority array. Ownership is passed.
RArray < TBearerPriority > & aArray | bearer priority array |
TUint32 | BearerTypeFromCmIdL | ( | TUint32 | aCmId | ) |
Return the bearer type of connection method.
TUint32 aCmId |
TUint32 | BearerTypeFromIapRecordL | ( | CommsDat::CCDIAPRecord * | aIapRecord | ) | const |
Return the bearer type of connection method.
CommsDat::CCDIAPRecord * aIapRecord | CommsDat record of the connection method |
CommsDat::TMDBElementId | BearerTypePriorizationTableId | ( | ) | const [inline] |
Return Global Bearer Type Priorization Table ID
void | BuildPluginArrayL | ( | ) | [private] |
Build an array of all bearer specific plugins.
void | CheckAvailableSpaceL | ( | ) | [private] |
Leaves if no sufficient is available for creation operations
void | CheckTablesL | ( | ) | [private] |
Check the existence of tables we need. Creates if it is not exist, get the table id otherwise
void | CleanupGlobalPriorityArray | ( | RArray < TBearerPriority > & | aArray | ) | const |
Clean up passed global bearer priority array. Delete the elements and calls Reset and Close on the array.
RArray < TBearerPriority > & aArray | array to be cleaned up |
void | CleanupResetAndDestroyPushL | ( | TArrayToCleanup & | aPtr | ) | [static, inline] |
TArrayToCleanup & aPtr |
void | CombineArraysForPriorityOrderL | ( | RPointerArray < CCmPluginBase > & | aCmArray, |
RPointerArray < CCmPluginBase > & | aCmLinkedArray | |||
) | [private] |
Combines two lists of CCmPluginBase pointers into one, according to default priority order
RPointerArray < CCmPluginBase > & aCmArray | first list of connection methods to combine |
RPointerArray < CCmPluginBase > & aCmLinkedArray | second list of connection methods to combine |
void | ConnMethodUpdatedL | ( | CCmPluginBaseEng * | aCM | ) | [inline] |
The cm have been updated if it was a new cm than the zero id must be changed to the new one
CCmPluginBaseEng * aCM | - the cm to change |
IMPORT_C CCmPluginBaseEng * | ConnectionMethodL | ( | TUint32 | aCmId | ) |
Obsolete
TUint32 aCmId |
IMPORT_C void | ConnectionMethodL | ( | RArray < TUint32 > & | aCMArray, |
TBool | aCheckBearerType = ETrue, | |||
TBool | aLegacyOnly = ETrue, | |||
TBool | aEasyWlan = EFalse, | |||
TBool | aSortByBearer = EFalse | |||
) |
Return the list of connection methods do not belongs to any destination
RArray < TUint32 > & aCMArray | on return it is the array of IAP ids. |
TBool aCheckBearerType = ETrue | If ETrue only connection methods with supported bearer types are returned |
TBool aLegacyOnly = ETrue | when set to ETrue only Legacy IAP ids will be returned |
TBool aEasyWlan = EFalse | when set to ETrue EasyWlan id is returned, too |
TBool aSortByBearer = EFalse | if ETrue the CMs will be ordered according to global bearer priority |
void | CopyBearerPriorityArrayL | ( | RArray < TBearerPriority > & | aArray | ) | const [private] |
Return the copy of the bearer priority array. Ownership is passed.
RArray < TBearerPriority > & aArray | bearer priority array |
TInt | CopyConnectionMethodL | ( | CCmDestinationImpl & | aTargetDestination, |
CCmPluginBase & | aConnectionMethod | |||
) |
Copie a connection method belonging to one destination to another. The connection method becomes shared.
CCmDestinationImpl & aTargetDestination | target destination |
CCmPluginBase & aConnectionMethod |
void | CreateBearerPriorityArrayL | ( | ) | [private] |
Creates bearer priority array
CCmPluginBase * | CreateConnectionMethodL | ( | TUint32 | aBearerType, |
CCmDestinationImpl * | aParentDestination = NULL | |||
) |
Creates a connection method does not belong to any destination
TUint32 aBearerType | |
CCmDestinationImpl * aParentDestination = NULL | - the destination which holds the connection method, NULL means there is no parent |
CCmPluginBase * | CreateConnectionMethodL | ( | TUint32 | aBearerType, |
TUint32 | aConnMethodId, | |||
CCmDestinationImpl * | aParentDestination = NULL | |||
) |
Creates a connection method does not belong to any destination
TUint32 aBearerType | |
TUint32 aConnMethodId | Predefined id for the connection method |
CCmDestinationImpl * aParentDestination = NULL | - the destination which holds the connection method, NULL means there is no parent |
CCmPluginBase * | CreateConnectionMethodL | ( | CCmPluginBaseEng * | pluginBaseEng | ) |
Creates a connection method does not belong to any destination
CCmPluginBaseEng * pluginBaseEng | - Object to put in the pool |
CCmDestinationImpl * | CreateDestinationL | ( | const TDesC & | aName | ) |
Creates a Destination by the given name
const TDesC & aName | the name of the new destination |
CCmDestinationImpl * | CreateDestinationL | ( | const TDesC & | aName, |
TUint32 | aDestId | |||
) |
Creates a Destination by the given name
IMPORT_C void | CreateFlatCMListL | ( | TUint32 | aDestination, |
RPointerArray < CCmPluginBase > & | aCmArray | |||
) |
Create a 'flat list' of connection methods of a given destination ( connection methods inside embedded destinations which are in the destination, are also present in the list ) and order them according to the bearer type prioritisation rules and return the result in aCmArray.
TUint32 aDestination | destination that contains the connection methods for uncategorised connection methods, use KDestItemUncategorized |
RPointerArray < CCmPluginBase > & aCmArray | array to return the result |
IMPORT_C void | CreateFlatCMListLC | ( | TUint32 | aDestination, |
RPointerArray < CCmPluginBase > & | aCmArray | |||
) |
Create a 'flat list' of connection methods of a given destination ( connection methods inside embedded destinations which are in the destination, are also present in the list ) and order them according to the bearer type prioritisation rules and return the result in aCmArray. LC version
TUint32 aDestination | destination that contains the connection methods for uncategorised connection methods, use KDestItemUncategorized |
RPointerArray < CCmPluginBase > & aCmArray | array to return the result |
CCDSnapRecord * | CreateSNAPRecordL | ( | TUint32 | aRecordId | ) | const |
TUint32 aRecordId |
TUint | DestinationCountL | ( | ) | [inline] |
Return the number of destinations
IMPORT_C CCmDestinationImpl * | DestinationL | ( | TUint32 | aId | ) |
Return the destination implementation to which a specified connection method belongs, search is by destination ID ( the id which is made by RECORD_FROM_ELEMENT_ID from the elementID) If the destination implementation is allready in the object pool returns it. If it is not in the pool than puts it in the pool using the GetDestinationL funciton.
TUint32 aId |
IMPORT_C TBool | DestinationStillExistedL | ( | CCmDestinationImpl * | aDest | ) |
CCmDestinationImpl * aDest |
CommsDat::TMDBElementId | DestinationTableId | ( | ) | const [inline] |
Return the destination network table ID
void | DestinationUpdated | ( | CCmDestinationImpl * | aDestination | ) |
The destination have been updated if it was a new destination than the zero id must be changed to the new one
CCmDestinationImpl * aDestination | - the destination to change |
CCmPluginBaseEng * | DoCreateConnectionMethodL | ( | TUint32 | aBearerType, |
TCmPluginInitParam & | aParams | |||
) |
Creates a connection method does not belong to any destination
TUint32 aBearerType | - implementation uid of the connection method |
TCmPluginInitParam & aParams | - the destination which holds the connection method, NULL means there is no parent |
CCmPluginBaseEng * | DoCreateConnectionMethodL | ( | TUint32 | aBearerType, |
TCmPluginInitParam & | aParams, | |||
TUint32 | aConnMethodId | |||
) |
Creates a connection method does not belong to any destination
TUint32 aBearerType | Implementation uid of the connection method |
TCmPluginInitParam & aParams | Initialization params for the plugin. |
TUint32 aConnMethodId | Predefined id for the connection method. |
CCmPluginBaseEng * | DoFindConnMethL | ( | TUint32 | aCmId, |
CCmDestinationImpl * | aParentDest | |||
) | [private] |
Find and create a connection method.
TUint32 aCmId | id of the connection method parent destination of the connection method. Can be NULL. |
CCmDestinationImpl * aParentDest |
CCmPluginBase * | DoFindConnMethodL | ( | TUint32 | aCmId, |
CCmDestinationImpl * | aParentDest | |||
) | [private] |
Find and create a connection method.
TUint32 aCmId | id of the connection method parent destination of the connection method. Can be NULL. |
CCmDestinationImpl * aParentDest |
IMPORT_C TUint32 | EasyWlanIdL | ( | ) |
Returns the id of the EasyWlan connection method.
TBool | FeatureSupported | ( | TInt | aFeature | ) | [static] |
Calls FeatureManager::FeatureSupported directly.
TInt aFeature | feature ID |
IMPORT_C void | FilterOutVirtualsL | ( | RPointerArray < CCmPluginBase > & | aCmDataArray | ) |
Remove the virtual methods from the passed list
RPointerArray < CCmPluginBase > & aCmDataArray | array that contains the connection methods to be filtered |
TInt | FindResourceFile | ( | TFileName & | aName | ) | const [private] |
Look for the given resource file in the resource file array and return the index value of it.
TFileName & aName | resource file name, not localized |
IMPORT_C TBool | GetBearerInfoBoolL | ( | TUint32 | aBearerType, |
TUint32 | aAttribute | |||
) | const |
IMPORT_C TUint32 | GetBearerInfoIntL | ( | TUint32 | aBearerType, |
TUint32 | aAttribute | |||
) | const |
GetBearerInfoXXX function can be used to query bearer informantion that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc. HBuf ownership is passed to the caller
IMPORT_C HBufC8 * | GetBearerInfoString8L | ( | TUint32 | aBearerType, |
TUint32 | aAttribute | |||
) | const |
IMPORT_C HBufC * | GetBearerInfoStringL | ( | TUint32 | aBearerType, |
TUint32 | aAttribute | |||
) | const |
IMPORT_C TBool | GetConnectionMethodInfoBoolL | ( | TUint32 | aCmId, |
TUint32 | aAttribute | |||
) | const |
IMPORT_C TUint32 | GetConnectionMethodInfoIntL | ( | TUint32 | aCmId, |
TUint32 | aAttribute | |||
) | const |
GetConnectionMethodInfoXXX function can be used to query any, non-bearer specific information about a given connection method. This can be e.g. ECmBearerType, ECmName, ECmStartPage etc. HBuf ownership is passed to the caller
IMPORT_C HBufC8 * | GetConnectionMethodInfoString8L | ( | TUint32 | aCmId, |
TUint32 | aAttribute | |||
) | const |
IMPORT_C HBufC * | GetConnectionMethodInfoStringL | ( | TUint32 | aCmId, |
TUint32 | aAttribute | |||
) | const |
IMPORT_C CCmPluginBase * | GetConnectionMethodL | ( | TUint32 | aCmId | ) |
Return the connection method queried by it's ID
TUint32 aCmId |
TUint32 | GetInternetDestinationIdL | ( | ) |
Returns internet destination id. If internety destination is not found then -1 is returned.
TInt | GlobalBearerPriority | ( | TBool | aUiPriority, |
const TDesC & | aServiceType | |||
) | const |
Search service type in the global priority table and Return its priority.
void | HandleDefConnDeletedL | ( | TCmDefConnValue & | aDCSetting | ) |
Tells the CmManager that the given default connection is deleted, and it sets Default Connection to Always Ask (default value).
TCmDefConnValue & aDCSetting |
void | HasCapabilityL | ( | TCapability | aCapability | ) | [static] |
Checks if the current environment has the given capability. Leaves with KErrPermissionDenied if capability is missing.
TCapability aCapability | capability to be checked |
TBool | HasUnprotectedDestinationsL | ( | ) |
Indicates is at least one non-"level 1 protected" destinations
IMPORT_C TBool | IapStillExistedL | ( | const CCmPluginBaseEng & | aPlugin | ) |
const CCmPluginBaseEng & aPlugin |
CommsDat::TMDBElementId | IconTableId | ( | ) | const [inline] |
Return the Destination network - Icon table ID
void | InsertConnectionMethodL | ( | CCmPluginBaseEng * | pluginBaseEng | ) |
Insert a connection method does not belong to any destination API doesn't use CCmPluginBase . So, nothing returns
CCmPluginBaseEng * pluginBaseEng | - Object to put in the pool |
TBool | IsBearerSpecific | ( | TUint32 | aAttribute | ) | const [private] |
Check if the attribute is bearerspecific
TUint32 aAttribute | attribute-id to be checked |
TBool | IsDefConnSupported | ( | ) |
Returs ETrue if Default Connection feature is supported.
TBool | IsEasyWLanL | ( | CommsDat::CCDIAPRecord * | aIapRecord | ) | const [private] |
Return if the IAP record points to an EasyWLan service record.
CommsDat::CCDIAPRecord * aIapRecord | IAP record to be checked |
TBool | IsHelpOn | ( | ) | const [inline] |
Return true if help is on in the FeatureManager
TBool | IsIapLinkedL | ( | const CCmPluginBaseEng & | aPlugin | ) |
Walks through every connection methods to find out if the passed connection method is linked to any of them.
const CCmPluginBaseEng & aPlugin | connection method to be checked |
IMPORT_C TBool | IsIapStillInDestL | ( | CCmDestinationImpl * | aDest, |
const CCmPluginBaseEng & | aPlugin | |||
) |
CCmDestinationImpl * aDest | |
const CCmPluginBaseEng & aPlugin |
TInt | MoveConnectionMethodL | ( | CCmDestinationImpl & | aSourceDestination, |
CCmDestinationImpl & | aTargetDestination, | |||
CCmPluginBase & | aConnectionMethod | |||
) |
Move a connection method belonging to one destination to another. The connection method is removed from the source destination
CCmDestinationImpl & aSourceDestination | source destination |
CCmDestinationImpl & aTargetDestination | target destination |
CCmPluginBase & aConnectionMethod | connection method to be moved |
CCmManagerImpl * | NewL | ( | TBool | aCreateTables = ETrue | ) | [static] |
Epoc constructor
TBool aCreateTables = ETrue |
TUint32 | NumOfConnMethodReferencesL | ( | TUint32 | aId, |
CommsDat::CMDBRecordSet < CCDDataMobilitySelectionPolicyRecord > * | aRecSet = NULL | |||
) |
Return the number of references to the given connection method id in the DN_IAP table
TUint32 aId | ID of the connection method |
CommsDat::CMDBRecordSet < CCDDataMobilitySelectionPolicyRecord > * aRecSet = NULL | entire record set of the detination table |
void | OpenTransactionLC | ( | TBool | aSetAttribs = ETrue | ) |
TBool aSetAttribs = ETrue |
TUint32 | ParentDestinationL | ( | TUint32 | aCmId | ) | [private] |
Gets the destination for the given element ID
TUint32 aCmId | The element ID of the destination |
void | ReadDefConnL | ( | TCmDefConnValue & | aDCSetting | ) |
Returns the default connection method/SNAP.
TCmDefConnValue & aDCSetting |
void | ReadDefConnWoTransL | ( | TCmDefConnValue & | aDCSetting | ) |
Returns the default connection method/SNAP.
TCmDefConnValue & aDCSetting |
void | ReadGenConnSettingsL | ( | TCmGenConnSettings & | aGenConnSettings | ) |
Returns the general connection settings.
TCmGenConnSettings & aGenConnSettings |
void | RemoveAllReferencesL | ( | const CCmPluginBaseEng & | aPlugin | ) |
Removes all references to this CM from SNAP table.
const CCmPluginBaseEng & aPlugin |
void | RemoveAllReferencesWoTransL | ( | const CCmPluginBaseEng & | aPlugin | ) |
Removes all references to this CM from SNAP table without transaction to commsdat.
const CCmPluginBaseEng & aPlugin |
void | RemoveCMFromPoolL | ( | CCmPluginBaseEng * | aCM | ) |
Removes the cm from the object pool
CCmPluginBaseEng * aCM |
void | RemoveCMFromPoolL | ( | CCmPluginBase * | aCM | ) |
Removes the cm from the object pool
CCmPluginBase * aCM |
void | RemoveConnectionMethodL | ( | CCmDestinationImpl & | aDestination, |
CCmPluginBase & | aConnectionMethod | |||
) |
Remove connection method from the destination
CCmDestinationImpl & aDestination | destination the connection method is attached to |
CCmPluginBase & aConnectionMethod | connection method to be removed |
IMPORT_C void | RemoveDestFromPool | ( | CCmDestinationImpl * | aDestination | ) |
Removes the destination implementation from the object pool
CCmDestinationImpl * aDestination |
void | RemoveDestFromPool | ( | CCmDestinationData * | aDestination | ) |
Removes the destination implementation from the object pool
CCmDestinationData * aDestination |
void | RemoveResourceFile | ( | TFileName & | aName | ) |
Remove resource file from array only if the reference count is zero.
TFileName & aName | name of the resource file to be removed |
void | ReplaceDefConnRecordL | ( | const TCmDefConnValue | aDCSetting | ) | [private] |
Replaces the Default Connection record with the new one.
const TCmDefConnValue aDCSetting | Default Connection value to set |
void | ReplaceGenConnSettingsL | ( | const TCmGenConnSettings & | aGenConnSettings | ) |
Replaces the general connection settings.
const TCmGenConnSettings & aGenConnSettings |
void | ResetAndDestroy | ( | TAny * | aPtr | ) | [private, static, inline] |
A cleanup function for TCleanupItem construction for cleanup of pointers in an RPointerArray usage: CleanupStack::PushL ( TCleanupItem ( CCmManagerImpl::DestroyRPointerArray<ItemTypeName>, (void*)(PointerToArray)) )
TAny * aPtr |
CCDSnapRecord * | SNAPRecordL | ( | TUint32 | aRecordId | ) | const |
Create a SNAP record object and load it if record id not 0.
TUint32 aRecordId | record Id. 0 means create only |
CommsDat::TMDBElementId | SeamlessnessTableId | ( | ) | const [inline] |
Return the Seamlessness table ID
void | SetGenConnSettingsToDefault | ( | TCmGenConnSettings & | aGenConnSettings | ) | [private] |
Returns the default general connection values.
TCmGenConnSettings & aGenConnSettings | The general connection settings structure |
void | UpdateBearerPriorityArrayL | ( | const RArray < TBearerPriority > & | aArray | ) |
const RArray < TBearerPriority > & aArray |
IMPORT_C void | WatcherRegisterL | ( | MCmCommsDatWatcher * | aWatcher | ) |
Register aWatcher as watcher for change of CommsDat
MCmCommsDatWatcher * aWatcher |
IMPORT_C void | WrapCmManager | ( | RCmManagerExt & | aCmManagerExt | ) |
Wraps this implementation to an RCmManagerExt. OWNERSHIP IS NOT PASSED , SO NEVER CLOSE aCmManagerExt!!!
RCmManagerExt & aCmManagerExt | class to wrap implementation into |
void | WriteDefConnL | ( | const TCmDefConnValue & | aDCSetting | ) |
Stores the default connection method/SNAP.
const TCmDefConnValue & aDCSetting |
void | WriteDefConnWoTransL | ( | const TCmDefConnValue & | aDCSetting | ) |
Stores the default connection method/SNAP.
const TCmDefConnValue & aDCSetting |
void | WriteGenConnSettingsL | ( | const TCmGenConnSettings & | aGenConnSettings | ) |
Writes the general connection settings.
const TCmGenConnSettings & aGenConnSettings |
RArray < TBearerPriority > * | iBearerPriorityArray | [private] |
CommsDat::TMDBElementId | iBearerTypePriorizationTableId | [private] |
CArrayPtrFlat < const CCmPluginBaseEng > * | iPlugins | [private] |
CArrayPtrFlat < TResourceFiles > * | iResourceFiles | [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.