Lines Matching refs:psuInventoryPath
210 const std::string& psuInventoryPath) in onUpdateDone() argument
216 utils::isAssociated(psuInventoryPath, it->second->associations())) in onUpdateDone()
218 removePsuObject(psuInventoryPath); in onUpdateDone()
231 psuPathActivationMap.emplace(psuInventoryPath, it->second); in onUpdateDone()
245 void ItemUpdater::createPsuObject(const std::string& psuInventoryPath, in createPsuObject() argument
258 ACTIVATION_REV_ASSOCIATION, psuInventoryPath)); in createPsuObject()
260 psuPathActivationMap.emplace(psuInventoryPath, it->second); in createPsuObject()
270 ACTIVATION_REV_ASSOCIATION, psuInventoryPath)); in createPsuObject()
275 psuPathActivationMap.emplace(psuInventoryPath, activations[versionId]); in createPsuObject()
287 void ItemUpdater::removePsuObject(const std::string& psuInventoryPath) in removePsuObject() argument
289 auto it = psuPathActivationMap.find(psuInventoryPath); in removePsuObject()
293 psuInventoryPath); in removePsuObject()
297 psuPathActivationMap.erase(psuInventoryPath); in removePsuObject()
302 if ((std::get<2>(*iter)) == psuInventoryPath) in removePsuObject()