Searched defs:DMMap (Results 1 - 11 of 11) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmConfigItem.cc59 const DMMap<DMString, INT32>& aDict,
57 CreateProperty( const DMVector<DmtPrincipal> aPrincipals, CPCHAR szKey, const DMMap<DMString, INT32>& aDict, DMString & strProperty ) argument
H A DdmSubscriptionItem.cc56 const DMMap<INT32, DMString>& aDict)
111 const DMMap<INT32, DMString>& aDict)
136 const DMMap<INT32, DMString>& aDict )
167 const DMMap<DMString, INT32>& aDict )
234 void DMSubscriptionItem::UpdateDictionary( DMMap<DMString, INT32>& aDict ) argument
54 Set(CPCHAR szPath, CPCHAR szConfig, const DMMap<INT32, DMString>& aDict) argument
110 ParseSegment(CPCHAR szSegment, const DMMap<INT32, DMString>& aDict) argument
134 ParsePrincipal(CPCHAR szSegment, BOOLEAN bIsIgnore, const DMMap<INT32, DMString>& aDict ) argument
166 Serialize( DMFileHandler& dmf, const DMMap<DMString, INT32>& aDict ) argument
H A DdmACLItem.cc62 const DMMap<INT32, DMString>& aDict)
87 const DMMap<INT32, DMString>& aDict )
114 const DMMap<INT32, DMString>& aDict )
136 void DMAclItem::UpdateDictionary( DMMap<DMString, INT32>& aDict ) argument
152 const DMMap<DMString, INT32>& aDict )
61 ParseSegment(CPCHAR szSegment, const DMMap<INT32, DMString>& aDict) argument
85 ParsePrincipal(CPCHAR szSegment, SYNCML_DM_ACL_PERMISSIONS_T nPermission, const DMMap<INT32, DMString>& aDict ) argument
112 Set(CPCHAR szPath, CPCHAR szConfig, const DMMap<INT32, DMString>& aDict ) argument
151 Serialize( DMFileHandler& dmf, const DMMap<DMString, INT32>& aDict ) argument
H A DdmConfigManager.cc83 DMMap<INT32, DMString>& aDict)
134 DMMap<INT32, DMString> aDict;
296 DMMap<DMString, INT32> aDict;
366 const DMMap<DMString, INT32>& aDict)
370 for ( DMMap<DMString, INT32>::POS pos = aDict.begin(); pos < aDict.end(); pos++ )
439 const DMMap<INT32, DMString>& aDict)
464 void DMConfigManager::UpdateDictionary(DMMap<DMString, INT32>& aDict)
365 SerializeDictionary( DMFileHandler& dmf, const DMMap<DMString, INT32>& aDict) argument
437 Add(const DMString & szPath, CPCHAR szConfig, const DMMap<INT32, DMString>& aDict) argument
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A Ddmvector.h26 \brief Contains DMVector and DMMap template classes definition
28 The dmvector.hpp header file contains DMVector and DMMap template classes definition. \n
31 <b>DMMap</b> template class is simple Collection Class without overhead of STL or QT\n
32 DMMap template class is similar to Java's HashMap. Potentially can be slow, especially with \n
288 * DMMap template class is similar to Java's HashMap
297 class DMMap class
300 /** Definition for position in DMMap*/
306 DMMap();
311 ~DMMap();
319 * \param oCopyFrom [in] - constant reference to DMMap
770 inline DMMap<Key,Value>::DMMap() function in class:DMMap
[all...]
/packages/apps/OMA-DM/engine/xpl/hdr/
H A Ddmvector.h26 \brief Contains DMVector and DMMap template classes definition
28 The dmvector.hpp header file contains DMVector and DMMap template classes definition.
31 <b>DMMap</b> template class is simple Collection Class without overhead of STL or QT
32 DMMap template class is similar to Java's HashMap. Potentially can be slow, especially with
289 * DMMap template class is similar to Java's HashMap
298 class DMMap class
301 /** Definition for position in DMMap*/
307 DMMap();
312 ~DMMap();
320 * \param oCopyFrom [in] - constant reference to DMMap
771 inline DMMap<Key,Value>::DMMap() function in class:DMMap
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
H A DdmServerAuthentication.cc122 DMString DMServerAuthentication::GetPreferredProfilePath( const DMString& strAccName, const DMMap<DMString, UINT32>& dmAuthProfiles ) argument
137 for( DMMap<DMString, UINT32>::POS pos = dmAuthProfiles.begin();pos != dmAuthProfiles.end(); ++pos )
300 DMMap<DMString, UINT32> dmAuthProfiles;
320 for( DMMap<DMString, UINT32>::POS pos = dmAuthProfiles.begin(); pos != dmAuthProfiles.end(); ++pos )
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_util.cc340 void dmFreeGetMap( DMMap<DMString, UINT32>& getDataMap) argument
343 for ( DMMap<DMString, UINT32>::POS it = getDataMap.begin(); it < getDataMap.end(); it++ )
361 void dmFreeAddMap( DMMap<DMString, UINT32>& addDataMap) argument
364 for ( DMMap<DMString, UINT32>::POS it = addDataMap.begin(); it < addDataMap.end(); it++ )
382 SYNCML_DM_RET_STATUS_T dmConvertDataMap(CPCHAR path, const DMMap<DMString, DmtData>& mapNodes, DMMap<DMString, UINT32>& newChildrenMap) argument
387 for ( DMMap<DMString, DmtData>::POS it = mapNodes.begin(); it != mapNodes.end(); it++ )
H A Ddm_tree_class_public.cc3113 DMMap<DMString, UINT32>& childrenMap,
3181 DMMap<DMString,
3199 DMMap<DMString,
3217 SYNCML_DM_RET_STATUS_T DMTree::setLeafChildren( CPCHAR uri, DMMap<DMString, UINT32>& childrenMap )
3220 DMMap<DMString, UINT32> oldChildrenMap;
3224 (DMMap<DMString, UINT32>&)oldChildrenMap,
3228 dmFreeGetMap((DMMap<DMString, UINT32>&)oldChildrenMap);
3252 status = handleNewChildren(oldChildrenMap, (DMMap<DMString, UINT32>&)childrenMap,
3265 status = handleOldChildren(oldChildrenMap, (DMMap<DMString, UINT32>&)childrenMap,
3269 dmFreeGetMap((DMMap<DMStrin
3290 handleNewChildren( DMMap<DMString, UINT32> oldChildrenMap, DMMap<DMString, UINT32>& newChildrenMap, INT8 actionList[], INT8 deleteList[] ) argument
3373 handleOldChildren( DMMap<DMString, UINT32> oldChildrenMap, DMMap<DMString, UINT32>& newChildrenMap, INT8 actionList[], INT8 deleteList[] ) argument
3419 rollback( DMMap<DMString, UINT32> oldChildrenMap, DMMap<DMString, UINT32>& newChildrenMap, INT8 actionList[], INT8 deleteList[] ) argument
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmtTree.cc315 SYNCML_DM_RET_STATUS_T DmtTreeImpl::GetChildValuesMap( CPCHAR path, DMMap<DMString, DmtData>& mapNodes )
375 SYNCML_DM_RET_STATUS_T DmtTreeImpl::SetChildValuesMap( CPCHAR path, const DMMap<DMString, DmtData>& mapNodes ) argument
400 DMMap<DMString, UINT32> newChildrenMap;
/packages/apps/OMA-DM/engine/dmlib/plugin/src/
H A DdmtPlugin.cc307 DMMap<DMString, DmtData>& mapNodes )
313 const DMMap<DMString, DmtData>& mapNodes )
312 SetChildValuesMap( CPCHAR path, const DMMap<DMString, DmtData>& mapNodes ) argument

Completed in 303 milliseconds