Home
last modified time | relevance | path

Searched refs:id2temp (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx202 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in initActivationLayer() local
247 if (::std::find_if( id2temp.begin(), id2temp.end(), match ) == in initActivationLayer()
248 id2temp.end()) in initActivationLayer()
1084 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in getDeployedPackages_() local
1085 ActivePackages::Entries::const_iterator iPos( id2temp.begin() ); in getDeployedPackages_()
1086 ActivePackages::Entries::const_iterator const iEnd( id2temp.end() ); in getDeployedPackages_()
1281 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in synchronizeRemovedExtensions() local
1286 for (ITActive i = id2temp.begin(); i != id2temp.end(); i++) in synchronizeRemovedExtensions()
1369 ActivePackages::Entries id2temp( m_activePackagesDB->getEntries() ); in synchronizeAddedExtensions() local
1409 if (::std::find_if( id2temp.begin(), id2temp.end(), match ) == in synchronizeAddedExtensions()
[all …]