Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp226 auto attributePartPos = sensorPathStr.find_last_of('_'); in checkEventLimits() local
227 if (attributePartPos == std::string::npos) in checkEventLimits()
233 std::string_view(sensorPathStr).substr(attributePartPos + 1); in checkEventLimits()
240 auto prefixPart = sensorPathStr.substr(0, attributePartPos + 1); in checkEventLimits()