Searched refs:m_aOldVersionItemsHashMap (Results 1 – 2 of 2) sorted by relevance
340 m_aOldVersionItemsHashMap.clear(); in doMigration()1117 if (m_aOldVersionItemsHashMap.find(sResourceURL)==m_aOldVersionItemsHashMap.end()) in compareOldAndNewConfig()1120 m_aOldVersionItemsHashMap.insert(MigrationHashMap::value_type(sResourceURL, vMigrationItems)); in compareOldAndNewConfig()1121 m_aOldVersionItemsHashMap[sResourceURL].push_back(aMigrationItem); in compareOldAndNewConfig()1125 …::find(m_aOldVersionItemsHashMap[sResourceURL].begin(), m_aOldVersionItemsHashMap[sResourceURL].en… in compareOldAndNewConfig()1126 m_aOldVersionItemsHashMap[sResourceURL].push_back(aMigrationItem); in compareOldAndNewConfig()1170 MigrationHashMap::iterator pFound = m_aOldVersionItemsHashMap.find(sResourceURL); in mergeOldToNewVersion()1171 if (pFound==m_aOldVersionItemsHashMap.end()) in mergeOldToNewVersion()
199 MigrationHashMap m_aOldVersionItemsHashMap; member in desktop::MigrationImpl
Completed in 23 milliseconds