Searched refs:psuPathActivationMap (Results 1 – 2 of 2) sorted by relevance
231 psuPathActivationMap.emplace(psuInventoryPath, it->second); in onUpdateDone()260 psuPathActivationMap.emplace(psuInventoryPath, it->second); in createPsuObject()275 psuPathActivationMap.emplace(psuInventoryPath, activations[versionId]); in createPsuObject()289 auto it = psuPathActivationMap.find(psuInventoryPath); in removePsuObject()290 if (it == psuPathActivationMap.end()) in removePsuObject()297 psuPathActivationMap.erase(psuInventoryPath); in removePsuObject()347 if (!version.empty() && !psuPathActivationMap.contains(psuPath)) in handlePSUPresenceChanged()356 if (psuPathActivationMap.contains(psuPath)) in handlePSUPresenceChanged()
272 psuPathActivationMap; member in phosphor::software::updater::ItemUpdater