Searched refs:attributePartPos (Results 1 – 1 of 1) sorted by relevance
226 auto attributePartPos = sensorPathStr.find_last_of('_'); in checkEventLimits() local227 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()