Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp231 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()
H A Ditem_updater.hpp272 psuPathActivationMap; member in phosphor::software::updater::ItemUpdater