Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx247 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()
1409 if (::std::find_if( id2temp.begin(), id2temp.end(), match ) == in synchronizeAddedExtensions()
1410 id2temp.end()) in synchronizeAddedExtensions()
1523 ActivePackages::Entries::const_iterator i = id2temp.begin(); in getExtensionsWithUnacceptedLicenses()
[all …]

Completed in 31 milliseconds