Lines Matching defs:sensorPathStr
228 void checkEventLimits(const std::string& sensorPathStr,
232 auto attributePartPos = sensorPathStr.find_last_of('_');
239 std::string_view(sensorPathStr).substr(attributePartPos + 1);
246 auto prefixPart = sensorPathStr.substr(0, attributePartPos + 1);
276 const std::string& sensorPathStr = sensorPath.string();
278 boost::replace_all_copy(sensorPathStr, "input", "target");
570 std::string sensorPathStr = sensorPath.string();
593 size_t pos = sensorPathStr.find('_');
596 std::string sensorPathStrMax = sensorPathStr.substr(pos);
599 labelPath = boost::replace_all_copy(sensorPathStr,
605 labelPath = boost::replace_all_copy(sensorPathStr,
863 checkEventLimits(sensorPathStr, limitEventMatch, eventPathList);
944 "NAME", sensorName, "PATH", sensorPathStr, "TYPE",
956 sensor->activate(sensorPathStr, i2cDev);
961 sensorPathStr, sensorType, objectServer, dbusConnection, io,