Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp73 std::string currPath = tmpObjPaths.top(); in updateAssociationTree() local
78 if (objToEntityNode.contains(currPath)) in updateAssociationTree()
81 pldm_entity_extract(objToEntityNode.at(currPath)); in updateAssociationTree()
90 if (!objects.contains(currPath)) in updateAssociationTree()
95 auto entityPtr = getEntityByObjectPath(objects.at(currPath)); in updateAssociationTree()
114 if (currPath == prePath) in updateAssociationTree()
119 objToEntityNode[currPath] = node; in updateAssociationTree()
130 objToEntityNode[currPath] = node; in updateAssociationTree()
136 prePath = currPath; in updateAssociationTree()