Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPSUSensorMain.cpp221 auto attributePartPos = sensorPathStr.find_last_of('_'); in checkEventLimits() local
222 if (attributePartPos == std::string::npos) in checkEventLimits()
228 std::string_view(sensorPathStr).substr(attributePartPos + 1); in checkEventLimits()
235 auto prefixPart = sensorPathStr.substr(0, attributePartPos + 1); in checkEventLimits()